FunctionShell-18 ▶ Shell ▶ util_create_pixbuf_from_data
util_create_pixbuf_from_data( data: string | Uint8Array<ArrayBufferLike>, colorspace: RGB, has_alpha: boolean, bits_per_sample: number, width: number, height: number, rowstride: number,): GdkPixbuf.Pixbuf Parameters
- data: string | Uint8Array<ArrayBufferLike>
- colorspace: RGB
- has_alpha: boolean
- bits_per_sample: number
- width: number
- height: number
- rowstride: number
Workaround for non-introspectability of
gdk_pixbuf_from_data().