[Mono-list] Raw graphics data to a Gtk# control

Miguel de Icaza miguel@ximian.com
Fri, 29 Apr 2005 11:20:52 -0400


Hello,

> I'm looking for a way to get my raw image data onto a Gtk# control, as 
> output. The data can be in many formats. As far as I have found out, 
> there might be 3 ways to do this:

If you already have the data, and it is a lot of data, you might be
better off just rendering it during an expose message using the GdkRGB
APIs.

Miguel