Method Image.BMP._decode()
- Method
decode
Method _decode
Method decode_header
objectdecode(stringdata)
mapping_decode(stringdata)
mappingdecode_header(stringdata)
objectdecode(stringdata,mappingoptions)
mapping_decode(stringdata,mappingoptions)
mappingdecode_header(stringdata,mappingoptions)- Description
-
Decode a BMP.
decode gives an image object, _decode gives a mapping in the format
"type":"image/x-MS-bmp", "image":image object, "colortable":colortable object (if applicable) "xsize":int, "ysize":int, "compression":int, "bpp":int, "windows":int, - Returns
-
the encoded image as a string
- Bugs
-
Doesn't support all BMP modes. At all.
- See also