public interface ImageHandler
| Modifier and Type | Method and Description |
|---|---|
ImageSpec |
convert(ImageConverterHelper h,
ImageSpec source,
int page,
String targetMime) |
ImageInfo |
identify(File input) |
ImageSpec |
scale(ImageConverterHelper h,
ImageSpec source,
int page,
int width,
int height,
String targetMime) |
ImageSpec |
thumbnail(ImageConverterHelper h,
ImageSpec source,
int page,
int width,
int height,
String targetMime) |
ImageSpec scale(ImageConverterHelper h, ImageSpec source, int page, int width, int height, String targetMime) throws Exception
ExceptionImageSpec thumbnail(ImageConverterHelper h, ImageSpec source, int page, int width, int height, String targetMime) throws Exception
ExceptionCopyright © 2017 etc.to. All rights reserved.