summaryrefslogtreecommitdiff
path: root/graphics/gdk-pixbuf-gnome/DESCR
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/gdk-pixbuf-gnome/DESCR')
-rw-r--r--graphics/gdk-pixbuf-gnome/DESCR17
1 files changed, 17 insertions, 0 deletions
diff --git a/graphics/gdk-pixbuf-gnome/DESCR b/graphics/gdk-pixbuf-gnome/DESCR
new file mode 100644
index 00000000000..421a9d92605
--- /dev/null
+++ b/graphics/gdk-pixbuf-gnome/DESCR
@@ -0,0 +1,17 @@
+This package contains the GNOME canvas library for GdkPixbuf.
+
+ GdkPixbuf is a new GNOME library designed to solve part of Imlib's
+design limitations that make it hard to write efficient and highly
+modular applications. The GdkPixbuf library provides a basic,
+reference counted structure called GdkPixbuf. This structure points
+to a block of image data, has fields that describe the format of the
+image data, and also contains a reference count. The library also
+provides a simple mechanism for loading images from files, and a more
+sophisticated mechanism for loading images progressively from
+arbitrary buffers. It also provides utility functions to transform
+pixbufs and render them to GDK drawables.
+
+The GdkPixBuf library provides a number of features:
+ * Image loading facilities.
+ * Rendering of a GdkPixBuf into various formats:
+ drawables (windows, pixmaps), GdkRGB buffers.