CELIO Class Reference

The CELIO JavaScript global object. Provide information about image file. More...

Public Member Functions

QVariant getLayerInformation (String path)
 
QVariant getInformation (String path)
 
QVariant getInformation (String path, bool withLayers)
 

Detailed Description

The CELIO JavaScript global object. Provide information about image file.

Member Function Documentation

◆ getInformation() [1/2]

QVariant CELIO::getInformation ( String  path)

Returns information about the resolution of an image file.

◆ getInformation() [2/2]

QVariant CELIO::getInformation ( String  path,
bool  withLayers 
)

Returns information about the resolution of an image file. Will also return the layer information if withLayer argument is true.

◆ getLayerInformation()

QVariant CELIO::getLayerInformation ( String  path)

Returns an array describing each layer of a multi-layer image. Currently, only the PSD has multi-layer information.