|
Class Summary |
| AbstractJAITransformer |
Abstract base class for JAI transformations. |
| Crop |
Crops the image to specified width and height. |
| GaussianBlur |
Performs a gaussian blur.
Original code taken from here:
http://www.jhlabs.com/ip/blurring.html
Valid options are: |
| Gray8 |
Transforms the image into an 8-bit gray image. |
| NamedSetup |
Applies an JAI flattener that is referenced via its global setup name (see 'NamedSetups'). |
| PassThrough |
A dummy transform that just passes the image through. |
| Resize |
Resizes the image to predefined width and height. |
| Rotate |
Rotates an image by a defined number of degrees. |