| AbstractJAITransformer | 
 Abstract base class for JAI transformations. 
 | 
| AbstractScript | 
 Ancestor for JAI transformer scripts. 
 | 
| AbstractScriptedTransformer | 
 Abstract ancestor for transformers that execute external scripts. 
 | 
| Brightness | 
 Brightens or darkens an image using the specified factor and offset. 
 factor: <0=darken image, >0=brighten image. 
 | 
| ChangeOrientation | 
 Ensures that the image has the specified orientation. 
 | 
| Dilate | 
| Erode | 
| Flip | 
 Flips an image. 
 | 
| Gray8 | 
 Transforms the image into an 8-bit gray image. 
 | 
| IndexedColors | 
 Turns an RGB image into one with an indexed color palette. 
 | 
| Invert | 
 Inverts the image. 
 | 
| Resize | 
 Resizes the image to predefined width and height. 
 | 
| Rotate | 
 Rotates an image by a defined number of degrees. 
 | 
| Scripted | 
 An image transformer that uses any scripting handler for processing the data with a script located in the specified file. 
 |