Siggi wrote: > Hello. > I've got just a simple question. Is it possible to save Fl_Image images (the > common file formats like JPEG, PNG, BMP ...)? I didn't found anything in the > documentation....
FLTK doesn't provide functions to save images, but you can access the raw image data (Fl_Image::data()) and use whatever lib you like to write the code yourself. FLTK includes libjpeg and libpng. Albrecht _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

