%general-entities; ]> $LastChangedBy$ $Date$ gdk-pixbuf-&gdk-pixbuf-version; gdk-pixbuf Introduction to Gdk Pixbuf The Gdk Pixbuf is a toolkit for image loading and pixel buffer manipulation. It is used by GTK+ 2 and GTK+ 3 to load and manipulate images. In the past it was distributed as part of GTK+ 2 but it was split off into a separate package in preparation for the change to GTK+ 3. &lfs72_checked; Package Information Download (HTTP): Download (FTP): Download MD5 sum: &gdk-pixbuf-md5sum; Download size: &gdk-pixbuf-size; Estimated disk space required: &gdk-pixbuf-buildsize; Estimated build time: &gdk-pixbuf-time; Gdk Pixbuf Dependencies Required , , and Recommended (Many GTK+ applications require gdk-pixbuf-xlib). Optional (Required if building GNOME) Optional and User Notes: Installation of Gdk Pixbuf Install Gdk Pixbuf by running the following commands: ./configure --prefix=/usr --with-x11 && make To test the results, issue: make check. Now, as the root user: make install If you installed the package on your system using a DESTDIR method, an important file was not installed and should be generated. Generate it using the following commands as the root user: install -v -m755 -d /etc/gtk-2.0 && gdk-pixbuf-query-loaders --update-cache > /etc/gtk-2.0/gdk-pixbuf.loaders Command Explanations : This switch enables building of the Gdk Pixbuf X11 library which is needed for many packages. : If you've installed and you want Gdk Pixbuf to use it to compile a JPEG2000 image loader, pass this switch to configure. Contents Installed Programs Installed Libraries Installed Directories gdk-pixbuf-csource, gdk-pixbuf-pixdata and gdk-pixbuf-query-loaders libgdk_pixbuf-2.0.so and libgdk_pixbuf_xlib-2.0.so /usr/include/gdk-pixbuf-2.0, /usr/lib/gdk-pixbuf-2.0 and /usr/share/gtk-doc/html/gdk-pixbuf Short Descriptions gdk-pixbuf-csource is a small utility that generates C code containing images, used for compiling images directly into programs. gdk-pixbuf-csource gdk-pixbuf-query-loaders collects information about loadable modules for Gdk Pixbuf and writes it to the default cache file location, or to stdout. gdk-pixbuf-query-loaders libgdk_pixbuf-2.0.so contains functions used to load and render images. libgdk_pixbuf-2.0.so libgdk_pixbuf_xlib-2.0.so contains functions used to manipulate images and interfaces with Xlib. libgdk_pixbuf_xlib-2.0.so