| Package | Description | 
|---|---|
| com.toolsverse.imaging | |
| com.toolsverse.imaging.handler | |
| com.toolsverse.imaging.handler.bmp | |
| com.toolsverse.imaging.handler.tiff | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ImageProcessor
The collection of methods to load image and transform it using different algorithms, such as crop, resize, etc. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
List<ImageHandler> | 
ImageProcessor.getList()  | 
Map<String,ImageHandler> | 
ImageProcessor.getObjects()
Gets the image handlers as a Map object where key is name and value is ImageHandler 
 | 
| Modifier and Type | Method and Description | 
|---|---|
BufferedImage | 
ImageProcessor.loadImage(byte[] image,
         ImageHandler handler,
         int compression)
Loads image using provided ImageHandler and compression algorithm. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
JaiImageHandler
The abstract ImageHandler. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
BmpImageHandler
Loads image in the bmp format. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
TiffImageHandler
Loads images in the tiff and tif formats. 
 | 
Copyright © 2010-2020 Toolsverse. All Rights Reserved.