|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AdvancedResizeOp | |
---|---|
com.mortennobel.imagescaling | |
com.mortennobel.imagescaling.experimental |
Uses of AdvancedResizeOp in com.mortennobel.imagescaling |
---|
Subclasses of AdvancedResizeOp in com.mortennobel.imagescaling | |
---|---|
class |
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 |
class |
ResampleOp
Based on work from Java Image Util ( http://schmidt.devlib.org/jiu/ ) Note that the filter method is not thread safe |
class |
ThumpnailRescaleOp
The idea of this class is to provide fast (and inaccurate) rescaling method suitable for creating thumbnails. |
Uses of AdvancedResizeOp in com.mortennobel.imagescaling.experimental |
---|
Subclasses of AdvancedResizeOp in com.mortennobel.imagescaling.experimental | |
---|---|
class |
ImprovedMultistepRescaleOp
The idea of this class is to test if the Sun's implementation multistep image scaling (using either RenderingHints.VALUE_INTERPOLATION_BICUBIC or RenderingHints.VALUE_INTERPOLATION_BILINEAR) |
class |
ResampleOpSingleThread
Based on work from Java Image Util ( http://schmidt.devlib.org/jiu/ ) Note that the filter method is not thread safe |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |