| Package | Description |
|---|---|
| org.xhtmlrenderer.util |
| Modifier and Type | Method and Description |
|---|---|
static BufferedImage |
ImageUtil.getScaledInstance(ScalingOptions opt,
BufferedImage orgImage)
Scales an image to the requested width and height, assuming these are both >= 1; size given in pixels.
|
static List<BufferedImage> |
ImageUtil.scaleMultiple(ScalingOptions opt,
BufferedImage img,
List<Dimension> dimensions)
Scales one image to multiple dimensions, using the same ScalingOptions for each.
|
Copyright © 2023. All rights reserved.