DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW.
[STR New] Link: http://www.fltk.org/str.php?L2583 Version: 1.3-current > Second point: fl_draw_image_mono() should IMHO *not* have the optional > format argument. It is designed and documented so that you can pick > one of n channels out of, for instance, RGB(A) data and draw this as > gray scale image. This wouldn't work with an alpha channel at a > different offset. Thus, fl_draw_image_mono() should simply call > fl_draw_image() with format=FL_IMAGE_DATA_L (explicitly), and this > should do it. Or am I missing a point here? I had the impression that this optional format argument was necessary to support what is seen in unittests_images.cxx where fl_draw_image_mono() is called uder Mac OS to draw a transparent monochrome image. Link: http://www.fltk.org/str.php?L2583 Version: 1.3-current _______________________________________________ fltk-bugs mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-bugs
