andrei_c wrote: > Hello everyone! As a part of a painting program that I'm trying to > make, I need to draw on a buffer of pixels, not on the screen.
Sounds like what you want is fl_offscreen(...) probably. The documentation on using fl_offscreen is probably not as detailed as it could be, but there have been quite a few posts on the subject recently, and I know that I (and others) have posted some simple worked examples, so if you fight your way through the last few months of the archives you may well find something helpful... http://www.fltk.org/newsgroups.php?gfltk.general+v:27381 Looks like it might get you started... -- Ian _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

