摘要: package com.leepood.gifmaker;import android.graphics.Bitmap;import android.util.Log;public class GifUtil { private final String TAG=this.getClass().getName(); static { System.loadLibrary("gifflen"); } /** * Init the gif file * @param gifName name * @param w width * @param h height * @param 阅读全文
posted @ 2012-02-02 11:22 pandans 阅读(694) 评论(0) 推荐(0)