public interface ASPsdExportConfiguration extends ImageExportConfiguration
The PSD file format export configuration.
Modifier and Type | Method and Description |
---|---|
short |
getChannelBitsCount()
Gets or sets the bits count per color channel.
|
short |
getChannelsCount()
Gets the color channels count.
|
ColorModesEnum |
getColorMode()
Gets or sets the psd color mode.
|
CompressionMethodEnum |
getCompressionMethod()
Gets or sets the psd compression method.
|
PsdVersionEnum |
getPsdVersion()
Gets the file format version.
|
int |
getVersion()
Gets or sets the psd file version.
|
boolean |
isRefreshImagePreviewData()
Gets a value indicating whether [refresh image preview data] - option used to maximize compatibility with another PSD image viewers.
|
boolean |
isRemoveGlobalTextEngineResource()
Gets a value indicating whether - Remove the global text engine resource - Used for some text-layered psd files, in only case, when they can not be opened in Adobe Photoshop after processing (mostly for absent fonts text layers related).
|
getCenterDrawing, getFullFrame, getPalette, getResolutionSettings, getSmoothingMode, getTextRenderingHint
getBackgroundColor, getLicense, isDrawBackground
int getVersion()
Gets or sets the psd file version.
CompressionMethodEnum getCompressionMethod()
Gets or sets the psd compression method.
PsdVersionEnum getPsdVersion()
Gets the file format version. It can be PSD or PSB.
Value: The file format version.ColorModesEnum getColorMode()
Gets or sets the psd color mode.
short getChannelBitsCount()
Gets or sets the bits count per color channel.
short getChannelsCount()
Gets the color channels count.
boolean isRemoveGlobalTextEngineResource()
Gets a value indicating whether - Remove the global text engine resource - Used for some text-layered psd files, in only case, when they can not be opened in Adobe Photoshop after processing (mostly for absent fonts text layers related). After using this option, user need to Make next in opened in Photoshop file: Menu "Text" -> "Process absent fonts". After that operation all text will appear again. Please note, that this operation may cause some final layout changes.
true
if [remove global text engine resource]; otherwise, false
.boolean isRefreshImagePreviewData()
Gets a value indicating whether [refresh image preview data] - option used to maximize compatibility with another PSD image viewers.
true
if [refresh image preview data]; otherwise, false
.