Package | Description |
---|---|
com.aspose.imaging.fileformats.psd |
The package handles Psd file format processing.
|
com.aspose.imaging.fileformats.psd.layers |
The package contains PSD file format layers.
|
com.aspose.imaging.fileformats.psd.layers.adjustmentlayers | |
com.aspose.imaging.fileformats.psd.layers.filllayers |
The namespace contains Fill Layers
|
com.aspose.imaging.fileformats.psd.layers.layerresources |
The package contains PSD file format entities contained in layers.
|
Modifier and Type | Method and Description |
---|---|
Layer |
PsdImage.addRegularLayer()
Adds a new regular layer.
|
Layer |
PsdImage.getActiveLayer()
Gets the active layer.
|
Layer[] |
PsdImage.getLayers()
Gets the PSD layers.
|
Layer |
PsdImage.mergeLayers(Layer bottomLayer,
Layer topLayer)
Merges the layers.
|
Modifier and Type | Method and Description |
---|---|
Layer |
PsdImage.mergeLayers(Layer bottomLayer,
Layer topLayer)
Merges the layers.
|
void |
PsdImage.setActiveLayer(Layer value)
Sets the active layer.
|
void |
PsdImage.setLayers(Layer[] value)
Sets the PSD layers.
|
Modifier and Type | Class and Description |
---|---|
class |
LayerGroup
Group layer class
|
class |
TextLayer
The text layer class
|
Modifier and Type | Method and Description |
---|---|
Layer[] |
LayerGroup.getLayers()
The layers in layer group
|
Layer |
Layer.shallowCopy()
Creates a shallow copy of the current Layer.
|
Modifier and Type | Method and Description |
---|---|
void |
LayerGroup.addLayer(Layer layer)
Adds the layer to the layer group.
|
void |
Layer.mergeLayerTo(Layer layerToMergeInto)
Merges the layer to specified layer
|
Modifier and Type | Class and Description |
---|---|
class |
AdjustmentLayer
Adjustment layer.
|
class |
BrightnessContrastLayer
Brightness/contrast layer.
|
class |
ChannelMixerLayer
Channel Mixer Adjustment layer.
|
class |
CmykChannelMixerLayer
Cmyk Channel Mixer Adjustment layer.
|
class |
CurvesLayer
Curves Adjustment Layer
|
class |
ExposureLayer
Exposure Adjustment layer.
|
class |
HueSaturationLayer
HueSaturation adjustment layer.
|
class |
LevelsLayer
Levels Adjustment Layer
|
class |
PhotoFilterLayer
PhotoFilter adjustment layer.
|
class |
RgbChannelMixerLayer
Rgb Channel Mixer Adjustment layer.
|
Modifier and Type | Method and Description |
---|---|
void |
AdjustmentLayer.mergeLayerTo(Layer layerToMergeInto)
Merges the layer to specified layer
|
Modifier and Type | Class and Description |
---|---|
class |
FillLayer
Fill layer.
|
Modifier and Type | Method and Description |
---|---|
Layer[] |
Lr32Resource.getLayers()
Gets or sets the layers.
|
Layer[] |
Lr16Resource.getLayers()
Gets or sets the layers.
|
Modifier and Type | Method and Description |
---|---|
void |
Lr32Resource.setLayers(Layer[] value)
Gets or sets the layers.
|
void |
Lr16Resource.setLayers(Layer[] value)
Gets or sets the layers.
|
Copyright (c) 2008-2019 Aspose Pty Ltd. All Rights Reserved.