ImageGearJava Project : com.accusoft.imagegear.processing.layers Package |
Class | Description |
---|---|
ImGearImageLayer | Represents image layer and its attributes.
Any Adobe PSD image can consist of multiple layers. ImageGear can only read, write and edit image layers, that is, layers represented by a raster image. |
ImGearLayer | Represents generic layer and its attributes.
Any Adobe PSD image can consist of multiple layers. ImageGear can only read, write and edit image layers, that is, layers represented by a raster image. |
ImGearLayerArray | Defines composition of layers.
The composition of layers from a Adobe PSD image is stored in the array of layers associated with the ImGearLayeredPage. Users can manipulate the composition by creating new layers, editing and deleting the existing ones using this class. |
ImGearLayeredPage | Represents a page with image layers.
Any Adobe PSD image can consist of multiple layers. ImageGear can only read, write and edit image layers, that is, layers represented by a raster image. |
Enumeration | Description |
---|---|
ImGearLayerType | Supported layer types. |