Dan Weber wrote:
> Thanks Greg but I don't think this is what I was looking for. 
> I was interested in plotting the fltk gui to a pixel buffer,
> not displaying a pixel buffer.

        Hmm, 'plotting the fltk gui to a pixel buffer' I take
        to mean reading pixels from the fltk window into an image buffer,
        the way a screen capture program would.

        FLTK's fl_read_image() is the opposite of fl_draw_image(),
        which might be what you're looking for:
        http://fltk.org/documentation.php/doc-1.1/drawing.html#fl_read_image
_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk

Reply via email to