Skip to main content

listImages

List all images.

Parameter

None

Returns

An object where the keys are image names, and value values are objects with the following keys:

KeyTypeDescription
uidstringUnique ID of the image.
intentstringRendering intent.
fileSizenumberImage file size.
widthnumberImage width in pixels.
heightnumberImage height in pixels.
formatobjectImage format. See below.
profilestringEmbedded image color profile name.

The image format object has the following keys:

KeyTypeDescription
colorSpacestringGRAY, RGB, or CMYK. Omitted if the color space is unknown.
alphastringNONE, STRAIGHT, or PREMULTIPLIED.
channelsnumberNumber of channels.
bitsPerChannelnumberNumber of bits per channel.

Example

listImages