In trying to solve my encoding to memory problem I tried to compile flphoto 1.3.1 with fltk 1.3 trunk and the Fl_Image_Display have a problem with PNG images, the Fl_Image_Browser shows png thumbnails correctly but the Fl_Image_Display don't, when I looked at the Fl_Image_Display::image_cb it's interesting because it doesn't have case for image of depth == 4 if I added a case for it on the switch statement the thumbnails show rubish but Fl_Image_Display show something like the problem I'm facing with my PNG to memory encoding.
The flphoto is supposed to work with previous version of fltk and it almost compile as is with fltk 1.3. If it's showing errors displaying png images maybe it's indicating that something on fltk 1.3 isn't working properly, can someone else try compile it and give any feedback ? Thanks in advance for any attention ! _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

