Package: gdk-pixbuf

Accessor gdk-pixbuf-pixels

Lambda List

gdk-pixbuf-pixels (object)

Syntax

(gdk-pixbuf-pixels object) => pixels

Arguments

object -- a gdk-pixbuf object
pixels -- a pointer to the pixel data of pixbuf

Details

Accessor of the pixels slot of the gdk-pixbuf class.

Queries a pointer to the pixel data of a pixbuf. Please see the section called "Image Data" in the gdk-pixbuf documentation for information about how the pixel data is stored in memory. This function will cause an implicit copy of the pixbuf data if the pixbuf was created from read-only data.
 

See also

2021-12-12