com.alibaba.simpleimage.util
类 ImageReadHelper
java.lang.Object
com.alibaba.simpleimage.util.ImageReadHelper
public class ImageReadHelper
- extends Object
TODO Comment of ImageReadHelper
- 作者:
- wendell
DEFAULT_HIGHT_QUALITY
public static final int DEFAULT_HIGHT_QUALITY
- Used by PNG, GIF default quality
- 另请参见:
- 常量字段值
ImageReadHelper
public ImageReadHelper()
read
public static ImageWrapper read(InputStream input)
throws SimpleImageException
- 抛出:
SimpleImageException
readJPEG
public static ImageWrapper readJPEG(InputStream input)
throws SimpleImageException
- 抛出:
SimpleImageException
readGIF
public static ImageWrapper readGIF(InputStream input)
throws SimpleImageException
- 抛出:
SimpleImageException
readGeneral
public static ImageWrapper readGeneral(InputStream input)
throws SimpleImageException
- 抛出:
SimpleImageException
Copyright © 2012–2015 Alibaba Group. All rights reserved.