PsdPackage
Leave feedback
On this page
Inheritance: java.lang.Object, com.groupdocs.metadata.core.MetadataPackage, com.groupdocs.metadata.core.CustomPackage
public final class PsdPackage extends CustomPackage
Represents native Photoshop metadata.
Learn more
| Method | Description |
|---|---|
| getChannelCount() | Gets the number of channels. |
| getColorMode() | Gets the psd color mode. |
| getCompression() | Gets the compression method used for image data. |
| getPhotoshopVersion() | Gets the Photoshop version. |
| getHeight() | Gets the height of the image. |
| getWidth() | Gets PSD width of the image. |
| getLayers() | Gets the Photoshop layers. |
public final int getChannelCount()
Gets the number of channels.
Returns: int - The number of channels.
public final PsdColorMode getColorMode()
Gets the psd color mode.
Returns: PsdColorMode - The color mode.
public final PsdCompressionMethod getCompression()
Gets the compression method used for image data.
Returns: PsdCompressionMethod - The compression method.
public final int getPhotoshopVersion()
Gets the Photoshop version.
Returns: int - The photoshop version.
public final int getHeight()
Gets the height of the image.
Returns: int - The height of the image.
public final int getWidth()
Gets PSD width of the image.
Returns: int - The width of the image.
public final PsdLayer[] getLayers()
Gets the Photoshop layers.
Returns: com.groupdocs.metadata.core.PsdLayer[] - The Photoshop layers.
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.