| Interface | Description |
|---|---|
| ProgressListener | |
| ResampleFilter |
| Class | Description |
|---|---|
| AdvancedResizeOp | |
| DimensionConstrain |
This class let you create dimension constrains based on a actual image.
|
| ImageUtils | |
| MultiStepRescaleOp |
This code is very inspired on Chris Campbells article "The Perils of Image.getScaledInstance()"
The article can be found here:
http://today.java.net/pub/a/today/2007/04/03/perils-of-image-getscaledinstance.html
Note that the filter method is threadsafe
|
| ResampleFilters | |
| ResampleOp |
Based on work from Java Image Util ( http://schmidt.devlib.org/jiu/ )
Note that the filter method is not thread safe
|
| ThumbnailRescaleOp |
The idea of this class is to provide fast (and inaccurate) rescaling method
suitable for creating thumbnails.
|
| Enum | Description |
|---|---|
| AdvancedResizeOp.UnsharpenMask | |
| ThumbnailRescaleOp.Sampling |
Copyright © 2014. All rights reserved.