nanogui@linuxhacker.org

nanogui@linuxhacker.org


Subject: Re: How can I save the picture to a file .
From: Greg Haerr
Date: Mon, 27 Nov 2000 11:20:58 -0700

: 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