Skip to main content

Image

Two-dimensional image resource.

KeyTypeDescription
sizesizeSize of image
levelsintegerNumber of levels of image
imageFilesArray of imageFileFiles of this image

Image File

KeyTypeDescription
filefileFile information
sizesizeSize of image
levelintegerLevel of an image
bitsintegerNumber of bits
colorSpacestringColor space of image
compressionstringCompression of image

Example

"image": {
"size": {
"width":"1920",
"height":"1080",
"unit":"px"
},
"levels": 2,
"imageFiles":[{
"file": {
"name": "example_image.png",
"hash": "a1b2c3d4e5f6g7h8i9j2",
"size": 20000000,
"url": "https://example.com/images/example_image.png",
"type": "PNG",
"storage": "AWS"
},
"size": {
"width":"1920",
"height":"1080",
"unit":"pixels"
},
"variant": "original",
"level": 0,
"bits": 24,
"colorSpace": "RGB",
"compression": "JPEG"
}]
}