Extracted from Pike v7.6 release 61 at 2005-12-30.
pike.ida.liu.se
[Top]
Image
Image.X

Method Image.X.decode_truecolor_masks()


Method decode_truecolor_masks

object Image.X.decode_truecolor(string data, int width, int height, int bpp, int alignbits, int swapbytes, int rbits, int rshift, int gbits, int gshift, int bbits, int bshift)
object Image.X.decode_truecolor_masks(string data, int width, int height, int bpp, int alignbits, int swapbytes, int rmask, int gmask, int bmask)

Description

lazy support for truecolor ZPixmaps

Note

currently, only byte-aligned masks are supported