mapping decode_header(string data)
Decodes the header of the TIFF data into a mapping.
Size of image in pixels.
File type information as MIME type. Always "image/tiff".
"image/tiff"
Color space of TIFF image. Either "RGB" or "CMYK".
"RGB"
"CMYK"
Either "II" for Little Endian or "MM" for Big Endian.
"II"
"MM"