Re: Saving a Drawable to Disk

2001-05-11 Thread Sven Neumann
Hi, Stewart John Moorehead <[EMAIL PROTECTED]> writes: > I am writing an application where I draw some data > to the screen using gdk_draw_gray_image(). The data is > stored in a 2D array of unsigned chars. > I then draw overtop of this using gdk_draw_line(). This > works fine and everything dis

Saving a Drawable to Disk

2001-05-10 Thread Stewart John Moorehead
I am writing an application where I draw some data to the screen using gdk_draw_gray_image(). The data is stored in a 2D array of unsigned chars. I then draw overtop of this using gdk_draw_line(). This works fine and everything displays as desired. Now I want to save the image I have on the scree