public class BicubicScaleFilter extends AbstractBufferedImageOp
filterListener
Constructor and Description |
---|
BicubicScaleFilter()
Construct a BicubicScaleFilter which resizes to 32x32 pixels.
|
BicubicScaleFilter(int width,
int height)
Constructor for a filter which scales the input image to the given width and height using bicubic interpolation.
|
Modifier and Type | Method and Description |
---|---|
BufferedImage |
filter(BufferedImage src,
BufferedImage dst) |
String |
toString() |
clone, createCompatibleDestImage, createCompatibleDestImage, filterDone, filterInitialize, filterProgress, filterStart, getBounds2D, getMetaData, getPoint2D, getRenderingHints, getRGB, setFilterListener, setRGB
public BicubicScaleFilter()
public BicubicScaleFilter(int width, int height)
width
- the width of the output imageheight
- the height of the output imagepublic BufferedImage filter(BufferedImage src, BufferedImage dst)
filter
in interface BufferedImageOp
filter
in class AbstractBufferedImageOp
Copyright © 2012-2013 Bambi Software Foundation. All Rights Reserved.