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