public final class PsdMetadata extends MetadataContainer
Represents native Photoshop metadata in PsdFormat
.
Constructor and Description |
---|
PsdMetadata()
Initializes a new instance of the
PsdMetadata class. |
Modifier and Type | Method and Description |
---|---|
int |
getChannelsCount()
Gets channels count presented in psd.
|
String |
getColorMode()
Gets the psd color mode.
|
String |
getCompressionMethod()
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.
|
getByType, getKeys, getMetadataType, iterator, readByStringKey
public PsdMetadata()
Initializes a new instance of the PsdMetadata
class.
public final int getChannelsCount()
Gets channels count presented in psd.
public final String getColorMode()
Gets the psd color mode.
public final String getCompressionMethod()
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.
Copyright © 2019. All rights reserved.