org.gnome.gdk

Class Pixbuf


public class Pixbuf
extends Object

An image in memory.

Image data in a Pixbuf is stored in memory in uncompressed, packed format. Rows in the image are stored top to bottom, and in each row pixels are stored from left to right. There may be padding at the end of a row. The "rowstride" value of a pixbuf, as returned by getRowstride(), indicates the number of bytes between rows.

Author:
Andrew Cowie
Since:
4.0.0

Method Summary

Methods inherited from class org.freedesktop.bindings.Proxy

toString