Scripting Interface |
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) |
The CELIO JavaScript global object. Provide information about image file.
QVariant CELIO::getInformation | ( | String | path | ) |
Returns information about the resolution of an image file.
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.
QVariant CELIO::getLayerInformation | ( | String | path | ) |
Returns an array describing each layer of a multi-layer image. Currently, only the PSD has multi-layer information.