Hi all! Is it possible to compile an jpeg-image into the binary? Or do I really have to have all the images hanging arround in the filesystem?
What I want: I use XPMs at the time, because they are compiled into the binary and I don't have to move all the images if I make an SW-Update to my embedded system. But the problem is that with XPMs my binary is getting to big... So I would like to have two things: - Compile all my images into the binary which contains my whole program - But the images should have the size of an jpeg and not the size of an XPM... FLTK-Version: 1.1.9 Is there any trick or do I understand something wrong? Thanks for help! _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

