@Deprecated public class SlowSampler extends Object
| Modifier and Type | Method and Description |
|---|---|
static void |
main(String[] args)
Deprecated.
|
static BufferedImage |
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 Point |
resizeWithAspect(int w,
int h,
int iw,
int ih)
Deprecated.
Does a resize of an object with size (iw, ih) to fit within a rectangle
of (w, h) while keeping the same aspect ratio
|
public static BufferedImage resample(BufferedImage srci, ResamplerFilter f, int ow, int oh)
public static Point resizeWithAspect(int w, int h, int iw, int ih)
public static void main(String[] args)
Copyright © 2017 etc.to. All rights reserved.