| Package | Description |
|---|---|
| to.etc.sjit |
| Modifier and Type | Class and Description |
|---|---|
class |
BellFilter
Implements the Bell filter.
|
class |
BoxFilter
Box filter implementation
|
class |
HermiteFilter
Hermite filter implementation
|
class |
Lanczos3Filter
Lanczos3 filter implementation.
|
class |
MitchellFilter
Mitchell filter implementation
|
class |
SplineFilter
Spline filter implementation
|
class |
TriangleFilter
Triangle (linear/bilinear) filter implementation
|
| Modifier and Type | Method and Description |
|---|---|
static BufferedImage |
SlowSampler.resample(BufferedImage srci,
ResamplerFilter f,
int ow,
int oh)
Deprecated.
The actual sampler code which converts a source image to a destination
image, reducing or enlarging the image.
|
static BufferedImage |
ImageSubsampler.resample(BufferedImage srci,
ResamplerFilter f,
int ow,
int oh)
The actual sampler code which converts a source image to a destination
image, reducing or enlarging the image.
|
static BufferedImage |
ImaTool.resizeFiltered_RAW(BufferedImage bi,
int w,
int h,
ResamplerFilter fil) |
static BufferedImage |
ImaTool.resizeFiltered(BufferedImage bi,
int w,
int h,
ResamplerFilter fil)
Resizes a BufferedImage while keeping it's aspect ratio, using the
optimal filtered stuff...
|
Copyright © 2017 etc.to. All rights reserved.