public class Resize extends BaseFilter
imageFormat| Constructor and Description |
|---|
Resize() |
Resize(int targetWidth,
int targetHeight,
boolean highQuality,
boolean maintainAspectRatio,
boolean reduceOnly,
boolean remainUnderBoundsWhileKeepingAspectRatio,
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, getImageFormat, getPoint2D, getRenderingHints, setImageFormatpublic Resize()
public Resize(int targetWidth,
int targetHeight,
boolean highQuality,
boolean maintainAspectRatio,
boolean reduceOnly,
boolean remainUnderBoundsWhileKeepingAspectRatio,
RenderingHints hints)
public Operation buildOperation(Map<String,String> parameterMap, InputStream artifactStream, String mimeType)
public BufferedImage filter(BufferedImage src, BufferedImage dst)
Copyright © 2024. All rights reserved.