On Nov 9, 2007, at 8:47 PM, ariock wrote: > Hi, > > I know fltk doesn't intent to provide evolved image processing, but > what > would be the best way to resize or rotate images to be drawn in an > Fl_Group?
You can create a copy of an RGB image with a new size in FLTK1 using the function Fl_Image::copy(int w, int h); <http://www.fltk.org/documentation.php/doc-1.1/Fl_Image.html#Fl_Image.copy > ---- http://robowerk.com/ _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

