ImageGear for Java User Guide > Introduction > ImageGear for Java JAR Files > imagegear2.core.jar Archive |
Package | Description |
---|---|
com.accusoft.imagegear.core | The com.accusoft.imagegear.core package is the basis of the ImageGear for Java toolkit. This package contains classes to operate with graphics primitives, to license the product and, most importantly, it contains primary ImageGear entities like page and document. |
com.accusoft.imagegear.display | The com.accusoft.imagegear.display package provides support for drawing and the com.accusoft.imagegear.art package. |
com.accusoft.imagegear.formats |
The com.accusoft.imagegear.formats package provides the ImageGear for Java API for working with formats filters, thumbnails and formats metadata. |
com.accusoft.imagegear.formats.jpg | This package provides enumerations values for JPEG format filter control parameters. |
com.accusoft.imagegear.formats.tif |
This package provides public API for TIFF format metadata operating and for TIFF filter control parameters. |
com.accusoft.imagegear.processing | This package represents the image and color processing API that allows you to promote or reduce colors using different interpolation algorithms. This API also allows you to rotate, flip, resize and crop images and provides image transformation methods such as contrast adjustment, deskew, filtering, despeckle, and morphological operations. |
com.accusoft.imagegear.processing.layers | The com.accusoft.imagegear.processing.layers package provides API for creating and editing image layers. It includes ImGearLayeredPage class, which contains a raster composition image and an array of layers. |