public final class PsdPackage extends CustomPackage
Modifier and Type | Method and Description |
---|---|
int |
getChannelCount()
Gets the number of channels.
|
int |
getColorMode()
Gets the psd color mode.
|
int |
getCompression()
Gets the compression method used for image data.
|
int |
getHeight()
Gets the height of the image.
|
PsdLayer[] |
getLayers()
Gets the Photoshop layers.
|
int |
getPhotoshopVersion()
Gets the Photoshop version.
|
int |
getWidth()
Gets PSD width of the image.
|
addProperties, contains, findProperties, get_Item, getCount, getKeys, getKnowPropertyDescriptors, getMetadataType, getPropertyDescriptors, iterator, removeProperties, sanitize, setProperties, updateProperties
public final int getChannelCount()
Gets the number of channels.
public final int getColorMode()
Gets the psd color mode.
public final int getCompression()
Gets the compression method used for image data.
public final int getPhotoshopVersion()
Gets the Photoshop version.
public final int getHeight()
Gets the height of the image.
public final int getWidth()
Gets PSD width of the image.
public final PsdLayer[] getLayers()
Gets the Photoshop layers.