public class Resize extends BaseFilter
| Constructor and Description |
|---|
Resize() |
Resize(int targetWidth,
int targetHeight,
boolean highQuality,
boolean maintainAspectRatio,
boolean reduceOnly,
RenderingHints hints) |
| Modifier and Type | Method and Description |
|---|---|
Operation |
buildOperation(Map<String,String> parameterMap,
InputStream artifactStream,
String mimeType) |
BufferedImage |
filter(BufferedImage src,
BufferedImage dst) |
containsMyFilterParams, createCompatibleDestImage, createCompatibleDestImage, getBounds2D, getPoint2D, getRenderingHintspublic Resize()
public Resize(int targetWidth,
int targetHeight,
boolean highQuality,
boolean maintainAspectRatio,
boolean reduceOnly,
RenderingHints hints)
public Operation buildOperation(Map<String,String> parameterMap, InputStream artifactStream, String mimeType)
public BufferedImage filter(BufferedImage src, BufferedImage dst)
Copyright © 2017. All rights reserved.