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.layerresources |
The package contains PSD file format entities contained in layers.
|
Modifier and Type | Method and Description |
---|---|
LayerResource[] |
PsdImage.getGlobalLayerResources()
Gets or sets the global layer resources.
|
Modifier and Type | Method and Description |
---|---|
void |
PsdImage.setGlobalLayerResources(LayerResource[] value)
Gets or sets the global layer resources.
|
Modifier and Type | Method and Description |
---|---|
LayerResource[] |
Layer.getResources()
Gets or sets the layer resources.
|
LayerResource |
ILayerResourceLoader.load(StreamContainer streamContainer,
int psdVersion) |
static LayerResource |
LayerResourcesRegistry.loadResourceByFirstSupportedDescriptor(InputStream stream,
int psdVersion)
Loads
LayerResource using first found opener suitable for the specified stream . |
Modifier and Type | Method and Description |
---|---|
void |
Layer.setResources(LayerResource[] value)
Gets or sets the layer resources.
|
Modifier and Type | Class and Description |
---|---|
class |
LayerSectionResource
The layer section resource.
|
class |
Lfx2Resource
Lfx2 resource (effects resource)
|
class |
Lr16Resource
The lr32 resource.
|
class |
Lr32Resource
The lr32 resource.
|
class |
LuniResource
Layer name resource
|
class |
Txt2Resource
Txt2 resource class
|
class |
TypeToolInfo6Resource
The type tool information.
|
class |
TypeToolInfoResource
The type tool information.
|
class |
UnknownResource
The unknown resource.
|
Copyright (c) 2008-2018 Aspose Pty Ltd. All Rights Reserved.