ImageGear for Java User Guide > Introduction > Overview |
ImageGear Java provides the most comprehensive set of imaging features available. It provides a complete set of methods and fields focused on the following features:
Image Loading and Saving
IGJava supports over 50 raster file formats. See the ImageGear Imaging Formats Reference for more information.
Image Processing
IGJava has the following Image Processing functionality, among others:
See com.accusoft.imagegear.processing and Using the com.accusoft.imagegear.processing Package for more information.
Pixel Access
ImageGear is equipped with several methods that will allow you to get and set the values of individual pixels, rows or columns of pixels, and rectangular groups of pixels. This family of methods is referred to as the "pixel access" methods. For each kind of pixel access, you can obtain (get) the value(s) of a pixel or group of pixels, or set the value(s) of a pixel or group of pixels.
Compression
ImageGear supports all industry-standard compression algorithms. See the ImageGear Imaging Formats Reference for more information.
Native CMYK Support for All Color Spaces and Bit Depths
CMYK is only supported in Windows. |
ROI Processing
See ImGearROI class, ImGearROIMask class, and ImGearROIRectangle class for more information.