1 | The gdk-pixbuf library provides a number of features: |
---|
2 | |
---|
3 | - GdkPixbuf structure for representing images. |
---|
4 | - Image loading facilities, both synchronous and progressive. |
---|
5 | - Rendering of a GdkPixbuf into various formats: |
---|
6 | drawables (windows, pixmaps), GdkRGB buffers. |
---|
7 | - Fast scaling and compositing of pixbufs. |
---|
8 | - Simple animation loading (ie. animated gifs). |
---|
9 | |
---|
10 | In addition, this module also provides a little libgnomecanvaspixbuf |
---|
11 | library, which contains a GNOME Canvas item to display pixbufs with |
---|
12 | full affine transformations. |
---|
13 | |
---|
14 | Also, John Harper maintains the Xlib port of gdk-pixbuf. This |
---|
15 | included library lets you use the gdk-pixbuf rendering functions on |
---|
16 | plain Xlib programs that do not use Gdk. |
---|
17 | |
---|
18 | To install the gdk-pixbuf library, you will want to have the following |
---|
19 | libraries installed: |
---|
20 | |
---|
21 | libpng 1.0.3 ; ls -l /usr/lib/libpng.so.2.* |
---|
22 | http://www.cdrom.com/pub/png |
---|
23 | ftp://swrinde.nde.swri.edu/pub/png/src |
---|
24 | |
---|
25 | zlib 1.1.3 ; ls -l /usr/lib/libz.so.* |
---|
26 | http://www.cdrom.com/pub/infozip/zlib |
---|
27 | ftp://swrinde.nde.swri.edu/pub/png/src |
---|
28 | |
---|
29 | libjpeg v6b ; ls -l /usr/lib/libjpeg.so.6* |
---|
30 | http://www.ijg.org/ |
---|
31 | ftp://ftp.uu.net/graphics/jpeg/ |
---|
32 | |
---|
33 | libtiff v3.4 ; ls -l /usr/lib/libtiff.so.* |
---|
34 | http://www.sgi.com/fun/freeware/graphics.html |
---|
35 | ftp://ftp.sgi.com/graphics/tiff/ |
---|