source: trunk/third/gdk-pixbuf/README @ 15345

Revision 15345, 1.3 KB checked in by ghudson, 24 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r15344, which included commits to RCS files with non-trunk default branches.
Line 
1The 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
10In addition, this module also provides a little libgnomecanvaspixbuf
11library, which contains a GNOME Canvas item to display pixbufs with
12full affine transformations.
13
14Also, John Harper maintains the Xlib port of gdk-pixbuf.  This
15included library lets you use the gdk-pixbuf rendering functions on
16plain Xlib programs that do not use Gdk.
17
18To install the gdk-pixbuf library, you will want to have the following
19libraries installed:
20
21libpng          1.0.3           ; ls -l /usr/lib/libpng.so.2.*
22http://www.cdrom.com/pub/png
23ftp://swrinde.nde.swri.edu/pub/png/src
24
25zlib            1.1.3           ; ls -l /usr/lib/libz.so.*
26http://www.cdrom.com/pub/infozip/zlib
27ftp://swrinde.nde.swri.edu/pub/png/src
28
29libjpeg         v6b             ; ls -l /usr/lib/libjpeg.so.6*
30http://www.ijg.org/
31ftp://ftp.uu.net/graphics/jpeg/
32
33libtiff         v3.4            ; ls -l /usr/lib/libtiff.so.*
34http://www.sgi.com/fun/freeware/graphics.html
35ftp://ftp.sgi.com/graphics/tiff/
Note: See TracBrowser for help on using the repository browser.