nanogui@linuxhacker.org
nanogui@linuxhacker.org
: I wrote a drawing programe in flnx .
: I want to save the picture to a file .
: How can I get the graphy buffer of the window ?
If you're running on framebuffer, you can use
GdCaptureScreen("file") which write an image
that makebmp will convert to a .bmp file.
Regards,
Greg
nanogui@linuxhacker.org