re. fluid

Fluid needs to make up its mind. If it's going to load a png image, for example, it needs to...

do this...
*      fltk::register_images();
*
before it does this.
*      o->image(fltk::SharedImage::get("/some_path/some_image.png");
* the same as we do for open_display() whether it's open already or not. Both have a "been_here" flags and both return if it's already been done. Or if it's inlined data, it needs to NOT do this..
*      o->image(fltk::SharedImage::get("/some_path/some_image.png");
* but instead it should use the static const unsigned char array and do... well, do... uh, ... well, ... and, uh, well, and...
Well, and moving right along, on another subject.

---------
|\___/|
( .  .)_
{__-__-_}

(Hippo?  Close?)

re. test/jpeg_image (was fl_jpeg_image.cxx)

test/jpeg_image.cxx (pure v2.x) is attached.


Attachment: jpeg_image.cxx.tar.gz
Description: GNU Zip compressed data

_______________________________________________
fltk-bugs mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-bugs

Reply via email to