| Class | Description |
|---|---|
| BasicImageRewriter |
Rewrite images to more efficiently compress their content.
|
| BMPOptimizer |
Optimize BMP by converting to PNG
|
| GIFOptimizer |
Optimize GIF images by converting them to PNGs or even JPEGs depending on content
|
| ImageUtils |
Utility functions for image processing and introspection.
|
| JpegImageUtils |
Utility functions for jpeg image introspection.
|
| JpegImageUtils.JpegImageParams | |
| JPEGOptimizer |
Optimize JPEG images by either converting them to PNGs or re-encoding them with a more
appropriate compression level.
|
| OptimizerConfig |
Configuration settings for the optimizer
|
| Enum | Description |
|---|---|
| JpegImageUtils.SamplingModes |
Various subsampling modes supported by Jpeg and the corresponding values for
this integer.
|
Copyright © 2007-2014 The Apache Software Foundation. All Rights Reserved.