Package: gdk-pixbuf
Function gdk-pixbuf:pixbuf-loader-write
Lambda Listgdk-pixbuf:pixbuf-loader-write (loader buffer count) ArgumentsReturn Value True if the write was successful, or false if the loader cannot
parse the buffer. Details
This will cause a pixbuf loader to parse the next count bytes of an image. It will return true if the data was loaded successfully, and false
if an error occurred. Examples
;; Create the image stream and the GdkPixbufLoader
(setf stream
(open (sys-path "alphatest.png")
:element-type '(unsigned-byte 8)))
(setf loader (gdk-pixbuf:pixbuf-loader-new)) | See also |
2025-3-1