public class ImageUtils
extends java.lang.Object
| Constructor and Description |
|---|
ImageUtils() |
| Modifier and Type | Method and Description |
|---|---|
static byte[] |
checkAndSanitize(byte[] icon)
Checks the byte array is in a supported image format and returns a PNG
version
|
static byte[] |
resize(byte[] image,
int width,
int height) |
public static byte[] checkAndSanitize(byte[] icon)
throws ServerFault
icon - ServerFaultpublic static byte[] resize(byte[] image,
int width,
int height)
throws ServerFault
ServerFaultCopyright © 2021. All Rights Reserved.