How to create a thumbnail of a picture?

2009-12-11 Thread Jianchun Zhou
Hi, All: Any body knows how to create a thumbnail of a picture in GTK+? I want to load an image, then output a file which is the resized image. Thanks. -- Best Regards ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http

Re: How to create a thumbnail of a picture?

2009-12-11 Thread Lars Wirzenius
On Fri, 2009-12-11 at 17:50 +0800, Jianchun Zhou wrote: > Hi, All: > > Any body knows how to create a thumbnail of a picture in GTK+? > > I want to load an image, then output a file which is the resized image. The GdkPixbuf object is probably what you want. See http://library.

Re: How to create a thumbnail of a picture?

2009-12-13 Thread Jianchun Zhou
Thanks Lars. On Fri, Dec 11, 2009 at 6:10 PM, Lars Wirzenius wrote: > On Fri, 2009-12-11 at 17:50 +0800, Jianchun Zhou wrote: > > Hi, All: > > > > Any body knows how to create a thumbnail of a picture in GTK+? > > > > I want to load an image, then output