文件名称:Android代码-gifencoder
文件大小:1.2MB
文件格式:ZIP
更新时间:2022-08-27 15:30:24
Android代码
gifencoder gifencoder is a pure Java library implementing the GIF89a specification. It does not use AWT's BufferedImage, so it can be used on Android and other platforms lacking AWT. There is currently no support for transparency. Quantization and dithering GIF images are limited to 256 colors. If you supply an image with more colors, gifencoder's default behavior is to perform median-cut quantization with Floyd-Steinberg dithering. You can configure this behavior through ImageOptions. A handful
【文件预览】:
gifencoder-master
----.buildscript()
--------settings.xml(221B)
--------deploy_snapshot.sh(1010B)
----LICENSE.txt(11KB)
----src()
--------test()
--------main()
----gallery()
--------simple-animation.gif(634KB)
--------lenna-original.png(463KB)
--------lenna-median-cut.gif(178KB)
--------lenna-uniform.gif(127KB)
--------lenna-k-means.gif(213KB)
----CONTRIBUTING.md(722B)
----.travis.yml(233B)
----checkstyle.xml(4KB)
----README.md(3KB)
----pom.xml(5KB)
----.gitignore(86B)
----CHANGELOG.md(230B)