diff options
author | Cezary M. Kruk <c.kruk@bigfoot.com> | 2010-05-12 23:30:11 +0200 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-12 23:30:11 +0200 |
commit | 1bbe22bf09fd87f72a07e0c78827d3794d1b6b92 (patch) | |
tree | 9802cdcbb363279b3c83465658def59ccec50902 /libraries/gdk-pixbuf/README | |
parent | 7f3fa8f9ac1651e2d88fa73f5a716972c85ca067 (diff) | |
download | slackbuilds-1bbe22bf09fd87f72a07e0c78827d3794d1b6b92.tar.gz |
libraries/gdk-pixbuf: Added to 12.2 repository
Diffstat (limited to 'libraries/gdk-pixbuf/README')
-rw-r--r-- | libraries/gdk-pixbuf/README | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/libraries/gdk-pixbuf/README b/libraries/gdk-pixbuf/README new file mode 100644 index 0000000000..77ed81396f --- /dev/null +++ b/libraries/gdk-pixbuf/README @@ -0,0 +1,10 @@ +gdk-pixbuf is a library for manipulating images. +The gdk-pixbuf library provides a number of features: + + - GdkPixbuf structure for representing images. + - Image loading facilities, both synchronous and progressive. + - Rendering of a GdkPixbuf into various formats: + drawables (windows, pixmaps), GdkRGB buffers. + - Fast scaling and compositing of pixbufs. + - Simple animation loading (ie. animated gifs). + |