public final class PsdMetadata extends MetadataContainer
Represents Photoshop metadata presented 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 color psd color mode.
|
String |
getCompressionMethod()
Gets compression method used for image data.
|
int |
getHeight()
Gets PSD height.
|
PsdLayer[] |
getLayers()
Gets the photoshop layers.
|
int |
getPhotoshopVersion()
Gets photoshop version.
|
int |
getWidth()
Gets PSD width.
|
getKeys
getByType, getMetadataType, readByStringKey
public PsdMetadata()
Initializes a new instance of the PsdMetadata
class.
public final int getChannelsCount()
Gets channels count presented in psd.
Value: The channels count.public final String getColorMode()
Gets color psd color mode. For example: RGB, CMYK.
Value: The color mode.public final String getCompressionMethod()
Gets compression method used for image data. For example: Raw, RLE.
Value: The compression method.public final int getPhotoshopVersion()
Gets photoshop version. For example, 6.
Value: The photoshop version.public final int getHeight()
Gets PSD height.
Value: The height.public final int getWidth()
Gets PSD width.
Value: The width.public final PsdLayer[] getLayers()
Gets the photoshop layers.
Value: The layers.Copyright © 2017. All rights reserved.