public class ImageUtils extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
GIF_EXTENDSION |
static String |
KEY_DIMENSION_SEPARATOR |
static String |
KEY_SEPARATOR |
| Constructor and Description |
|---|
ImageUtils() |
| Modifier and Type | Method and Description |
|---|---|
static InputStream |
createResizedImage(InputStream imageStream,
int width,
int height,
String imageMimeType) |
public static final String KEY_SEPARATOR
public static final String KEY_DIMENSION_SEPARATOR
public static final String GIF_EXTENDSION
public static InputStream createResizedImage(InputStream imageStream, int width, int height, String imageMimeType)
Copyright © 2003–2017 eXo Platform SAS. All rights reserved.