"channels" : int(1..24) | The number of channels in the image, including any alpha channels.
|
"height" : int(1..30000) | The image dimensions.
|
"width" : int(1..30000) |
"compression" : int(0..1) | 1 if the image is compressed, 0 if not.
|
"depth" : int(1..1)|int(8..8)|int(16..16) | The number of bits per channel.
|
"mode" : int(0..4)|int(7..9) | The color mode of the file.
0 | Bitmap
|
1 | Greyscale
|
2 | Indexed
|
3 | RGB
|
4 | CMYK
|
7 | Multichannel
|
8 | Duotone
|
9 | Lab
|
|
|
"color_data" : string | Raw color data.
|
"image_data" : string | Ram image data.
|
"resources" : mapping(string|int:mixed) | Additional image data. Se mappping below.
|
"layers" : array(mapping) | An array with the layers of the image. See mapping below.
|