On 11 Jul 2007, at 7:02, Manoj wrote: > How to do the same with FLTK. > I have tried with Fl_Offscreen. Using fl_copy_offscreen we can copy > it to view window. But how to stretch this Fl_Offscreen.
I think if the source and destination rectangles have different dimensions, the the copy will scale as required to make it fit - that is what you want? However, if you want to get really fancy interpolations and smoothing, you might have to do that yourself - I guess (but don't know for sure) that the fltk copy method is doing some fast-but-basic method. _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

