Michael wrote:
> I've got a pixbuf, created with gdk_pixbuf_new() (let's call it
> combined_pixbufs), with a width/height large enough to accommodate two
> pixbufs side-by-side. I then have two smaller pixbufs: pixbuf_one and
> pixbuf_two. I'm trying to use gdk_pixbuf_composite() to combine them
Michael wrote:
> I've got a pixbuf, created with gdk_pixbuf_new() (let's call it
> combined_pixbufs), with a width/height large enough to accommodate two
> pixbufs side-by-side. I then have two smaller pixbufs: pixbuf_one and
> pixbuf_two. I'm trying to use gdk_pixbuf_composite() to combine them
I've got a pixbuf, created with gdk_pixbuf_new() (let's call it
combined_pixbufs), with a width/height large enough to accommodate two
pixbufs side-by-side. I then have two smaller pixbufs: pixbuf_one and
pixbuf_two. I'm trying to use gdk_pixbuf_composite() to combine them
side-by-side into com