animated-gif-lib-for-java icon indicating copy to clipboard operation
animated-gif-lib-for-java copied to clipboard

A re-package of the Animated GIF processing classes made available by Kevin Weiner at http://www.fmsware.com/stuff/gif.html

Results 9 animated-gif-lib-for-java issues
Sort by recently updated
recently updated
newest added

Both the `README` and the project description contain a link to `http://www.fmsware.com/stuff/gif.html`, a site which is now owned by a SEO company. The website displays pages filled with garbage. I...

Bumps [guava](https://github.com/google/guava) from 27.0.1-jre to 29.0-jre. Release notes Sourced from guava's releases. 29.0 Maven <dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> <version>29.0-jre</version> <!-- or, for Android: --> <version>29.0-android</version> </dependency> Javadoc 29.0-jre 29.0-android JDiff 29.0-jre...

dependencies

Bumps [junit](https://github.com/junit-team/junit4) from 4.12 to 4.13.1. Release notes Sourced from junit's releases. JUnit 4.13.1 Please refer to the release notes for details. JUnit 4.13 Please refer to the release notes...

dependencies

The disposal method "restore to previous" should restore to what was there before the graphic is drawn, so to the image data after the disposal of the previous frame, not...

The generated GIF file is too large to be compressed? Or can you only make the source file smaller? If you can, can you guide me?

https://github.com/rtyley/animated-gif-lib-for-java/blob/733d6f6df3f6ba0fda05f942092337073a0c6f58/src/main/java/com/madgag/gif/fmsware/GifDecoder.java#L332 Thank you very much for providing this tool~ If image path contains uppercase characters, a FileNotFoundException will occur. For example: `c://TEST.png -> c://test.png`. If the file path requires lowercase,...

There may be uppercase letters and spaces in file paths.

I was trying to test decode and encode a gif and compare with original input file, I found the size drops and quality drops. is encode a lossy process? Or...

Is there any way to compress the generated gif, it is much bigger than the original images size(I mean the file size instead of image resolution/size), almost 10 times bigger,...