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
- ServerFault
public static byte[] resize(byte[] image, int width, int height) throws ServerFault
ServerFault
Copyright © 2021. All Rights Reserved.