Method Image.BMP.decode_header()
- Method
decode
 Method _decode
 Method decode_header
 
- objectdecode(- string- data)
 - mapping_decode(- string- data)
 - mappingdecode_header(- string- data)
 - objectdecode(- string- data,- mapping- options)
 - mapping_decode(- string- data,- mapping- options)
 - mappingdecode_header(- string- data,- mapping- options)
- 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