Re: Raster operations

2006-07-18 Thread Asela Leelaratne
t; Hello List members, > [snip] > > The problem is I need to do some raster operations like ROP2, ROP3, > > Porter and Duff etc... Are there any api's in Gtk(or Gdk) to achive it? > > If not is there a library or something that I can use(C language)? > > If both the above

Re: Raster operations

2006-07-18 Thread Iago Rubio
Hi Asela, On Tue, 2006-07-11 at 11:45 +0900, Asela Leelaratne wrote: > Hello List members, [snip] > The problem is I need to do some raster operations like ROP2, ROP3, > Porter and Duff etc... Are there any api's in Gtk(or Gdk) to achive it? > If not is there a library or somethi

Re: Raster operations

2006-07-18 Thread Ivan Baldo
is; first create a Gtk draw >widget then draw polygons and lines in to a Gdk pixmap usind Gdk drawing >api's and draw the Gdk pixmap on the Gtk draw widget. Then show it on a >window. > >The problem is I need to do some raster operations like ROP2, ROP3, >Porter and Duff etc...

Raster operations

2006-07-11 Thread Asela Leelaratne
map on the Gtk draw widget. Then show it on a window. The problem is I need to do some raster operations like ROP2, ROP3, Porter and Duff etc... Are there any api's in Gtk(or Gdk) to achive it? If not is there a library or something that I can use(C language)? If both the above is not poss