ImageGear for Java
com.accusoft.imagegear.processing.layers Package
Inheritance Hierarchy
This package provides an API for creating and editing image layers. It also introduces a new type of ImGearLayeredPage class, which consists of two parts: raster composition image and array of layers.
Classes
ClassDescription
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.

Enumerations
EnumerationDescription
ImGearLayerType Supported layer types.
See Also

Reference

ImageGearJava Project

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback