public class GifUtil extends Object
| Constructor and Description |
|---|
GifUtil() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isAnimateGif(String fileName) |
static void |
main(String[] args) |
static BufferedImage |
resize(BufferedImage srcImage,
double wRatio,
double hRatio) |
static void |
resizeByRate(String srcFile,
String destFile,
double wRatio,
double hRatio) |
static void |
resizeByRate(String srcFile,
String destFile,
int width,
int height,
boolean keepRate) |
public static BufferedImage resize(BufferedImage srcImage, double wRatio, double hRatio)
public static boolean isAnimateGif(String fileName) throws IOException
IOExceptionpublic static void resizeByRate(String srcFile, String destFile, double wRatio, double hRatio) throws IOException, AWTException
IOExceptionAWTExceptionpublic static void resizeByRate(String srcFile, String destFile, int width, int height, boolean keepRate) throws IOException, AWTException
IOExceptionAWTExceptionpublic static void main(String[] args)
Copyright © 2016. All Rights Reserved.