Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-swt-dev] GTK graphics status

Silenio_Quarti@xxxxxxx writes:
> 
> On Motif, we used XImage to get data from a Pixmap, scale the
> data using our own algorithm  and then put the data in a new
> Pixmap.
>

That's probably a reasonable solution. Converting 1-bit data into a
pixbuf seems kind of wrong.

GdkImage is just like XImage so the Motif code should port easily.

Havoc


Back to the top