Package: gdk-pixbuf

Function gdk-pixbuf:pixbuf-read-pixels

Lambda List

gdk-pixbuf:pixbuf-read-pixels (pixbuf)

Arguments

pixbuf -- a gdk-pixbuf:pixbuf object

Return Value

The pointer to the pixel data.

Details

Returns a read-only pointer to the raw pixel data. Must not be modified. This function allows skipping the implicit copy that must be made if the gdk-pixbuf:pixbuf-pixels function is called on a read-only pixbuf.
 

See also

#2024-6-29