felipecsl/GifImageView

How to use setBytes()

Closed this issue · 2 comments

i download a net gif image to bitmap . bitmap to byte .
use setBytes(),No response。
Bitmap bitmap=imageLoader.loadsync("net uri str");
byte[] bt=bitmapToByte(bitmap);
mGifImageView.setBytes(bt);
can you give me some suggestions for load net gif to cache and play ?

Thank you very much!