Image
Supported image formats are NetPBM, PNG, JPEG and TIFF.
Mandatory properties
| Property | Type | Description |
|---|---|---|
| data | string | Image data as Base64 encoded text. |
Optional properties
| Property | Type | Description |
|---|---|---|
| intent | string | Image color handling. May be one of: RAW, SPOT_COLOR, PERCEPTUAL, RELATIVE_COLORIMETRIC, SATURATION, ABSOLUTE_COLORIMETRIC. |
Example
{
"data": "SUkqADgCAA...IAAgA",
"intent": "SPOT_COLOR"
}