public class ImageReadHelper extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
static int |
DEFAULT_HIGHT_QUALITY
Used by PNG, GIF default quality
|
| 构造器和说明 |
|---|
ImageReadHelper() |
| 限定符和类型 | 方法和说明 |
|---|---|
static ImageWrapper |
read(InputStream input) |
static ImageWrapper |
readGIF(InputStream input) |
static ImageWrapper |
readJPEG(InputStream input) |
public static final int DEFAULT_HIGHT_QUALITY
public static ImageWrapper read(InputStream input) throws SimpleImageException
public static ImageWrapper readJPEG(InputStream input) throws SimpleImageException
public static ImageWrapper readGIF(InputStream input) throws Exception
ExceptionCopyright © 2020. All rights reserved.