com.alibaba.simpleimage.util
类 ImageUtils
java.lang.Object
com.alibaba.simpleimage.util.ImageUtils
public final class ImageUtils
- extends Object
TODO Comment of SIUtils
- 作者:
- wendell
closeQuietly
public static void closeQuietly(ImageInputStream inStream)
closeQuietly
public static void closeQuietly(ImageOutputStream outStream)
closeQuietly
public static void closeQuietly(ImageInputStream stream)
closeQuietly
public static void closeQuietly(ImageReader reader)
getImageLayoutHint
public static ImageLayout getImageLayoutHint(RenderingHints renderHints)
isJPEG
public static boolean isJPEG(InputStream source)
throws IOException
- 抛出:
IOException
isBMP
public static boolean isBMP(InputStream in)
throws IOException
- 抛出:
IOException
isGIF
public static boolean isGIF(InputStream in)
throws IOException
- 抛出:
IOException
isPNG
public static boolean isPNG(InputStream in)
throws IOException
- 抛出:
IOException
isTIFF
public static boolean isTIFF(InputStream in)
throws IOException
- 抛出:
IOException
identifyFormat
public static ImageFormat identifyFormat(InputStream in)
throws IOException
- 抛出:
IOException
createMemoryStream
public static InputStream createMemoryStream(InputStream input)
throws IOException
- 抛出:
IOException
clampRoundByte
public static final byte clampRoundByte(double in)
clampRoundUShort
public static final short clampRoundUShort(double in)
clampRoundShort
public static final short clampRoundShort(double in)
clampRoundInt
public static final int clampRoundInt(double in)
clampFloat
public static final float clampFloat(double in)
Copyright © 2012–2013 Alibaba Group. All rights reserved.