listImages
List all images.
Parameter
None
Returns
An object where the keys are image names, and value values are objects with the following keys:
| Key | Type | Description |
|---|---|---|
| uid | string | Unique ID of the image. |
| intent | string | Rendering intent. |
| fileSize | number | Image file size. |
| width | number | Image width in pixels. |
| height | number | Image height in pixels. |
| format | object | Image format. See below. |
| profile | string | Embedded image color profile name. |
The image format object has the following keys:
| Key | Type | Description |
|---|---|---|
| colorSpace | string | GRAY, RGB, or CMYK. Omitted if the color space is unknown. |
| alpha | string | NONE, STRAIGHT, or PREMULTIPLIED. |
| channels | number | Number of channels. |
| bitsPerChannel | number | Number of bits per channel. |
Example
listImages