public final class PsdPackage extends CustomPackage
Modifier and Type | Method and Description |
---|---|
int |
getChannelCount()
Gets the number of channels.
|
PsdColorMode |
getColorMode()
Gets the psd color mode.
|
PsdCompressionMethod |
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
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
public final int getChannelCount()
Gets the number of channels.
public final PsdColorMode getColorMode()
Gets the psd color mode.
public final PsdCompressionMethod 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.