blob: 325bd2d32c5483d1f0e8d1f2faaa0139a63cda65 (
plain)
1
2
3
4
5
6
7
8
9
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/ ]
|