Skip to main content

Image

Supported image formats are NetPBM, PNG, JPEG and TIFF.

Mandatory properties

PropertyTypeDescription
datastringImage data as Base64 encoded text.

Optional properties

PropertyTypeDescription
intentstringImage color handling. May be one of: RAW, SPOT_COLOR, PERCEPTUAL, RELATIVE_COLORIMETRIC, SATURATION, ABSOLUTE_COLORIMETRIC.

Example

{
"data": "SUkqADgCAA...IAAgA",
"intent": "SPOT_COLOR"
}