public class ImageUtils extends Object
| Modifier and Type | Method and Description |
|---|---|
static BufferedImage |
resize(BufferedImage image,
int width)
resize image, keep aspect ratio
|
static BufferedImage |
resize(BufferedImage image,
int width,
int height) |
public static BufferedImage resize(BufferedImage image, int width)
public static BufferedImage resize(BufferedImage image, int width, int height)
Copyright © 2020. All rights reserved.