Package: gdk-pixbuf
Function gdk-pixbuf-loader-write
Lambda Listgdk-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. Example;; Create the image stream and the GdkPixbufLoader (setf stream (open (sys-path "alphatest.png") :element-type '(unsigned-byte 8))) (setf loader (gdk-pixbuf-loader-new)) | See also |
*2021-12-22