
我只是想从2个位图图像制作动画gif图像,我将从相机中获取并想要邮寄那个gif图像.最佳答案http://jiggawatt.org/badc0de/android/index.html#gifflen有本地图书馆
I’ve written a small native lib for AndroID to do color quantization (from 2-256 colors) of a Bitmap and save the result as a frame in an animated GIF (you can add as many frames as you like).
You may Hack and slash the library code as you wish to fit your needs. The color quantizer used is Anthony Dekker’s NeuQuant,with some modifications made by me.
对于基于java的库,请尝试http://www.jappit.com/blog/2008/12/04/j2me-animated-gif-encoder/
总结Usage is quite straightforward,and it requires these steps:
Instantiate your AnimatedGifEncoder object
Start it,by passing an OutputStream as argument (e.g.: a ByteArrayOutputStream)
Add your Image objects by using addFrame() method
Finalize it by calling finish()
以上是内存溢出为你收集整理的如何在android中通过两个位图制作gif图像全部内容,希望文章能够帮你解决如何在android中通过两个位图制作gif图像所遇到的程序开发问题。
如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。
欢迎分享,转载请注明来源:内存溢出
微信扫一扫
支付宝扫一扫
评论列表(0条)