Method Image.X.convert_xy_to_z()
- Method
convert_xy_to_z
string
convert_xy_to_z(string
data
,int
width
,int
height
,int
bpp
,int
|void
alignbits
,int
|void
bitmap_bit_order
,int
|void
byte_order
)- Description
-
lazy support for converting XYPixmaps to ZPixmaps.
alignbits defaults to 8 bits (ie byte-aligned), bitmap_bit_order to zero (ie LSBFirst) and byte_order to the same as bitmap_bit_order.
- Note
-
currently, only byte-aligned pixmaps are supported