summaryrefslogtreecommitdiff
path: root/gdk-pixbuf/README
diff options
context:
space:
mode:
Diffstat (limited to 'gdk-pixbuf/README')
-rw-r--r--gdk-pixbuf/README10
1 files changed, 10 insertions, 0 deletions
diff --git a/gdk-pixbuf/README b/gdk-pixbuf/README
new file mode 100644
index 000000000000..325bd2d32c54
--- /dev/null
+++ b/gdk-pixbuf/README
@@ -0,0 +1,10 @@
+GdkPixbuf is a library for image loading and pixel buffer manipulation.
+And it's provides a number of features:
+
+ - Image loading saving facilities.
+ - Rendering of a GdkPixBuf into various formats:
+ drawables (windows, pixmaps), GdkRGB buffers.
+ - Fast scaling and compositing of pixbufs.
+ - Simple animation loading (ie. animated GIFs)
+
+See Also [ http://developer.gnome.org/gdk-pixbuf/stable/ ] \ No newline at end of file