Wayne Jo
Wayne Jo
Thank you for your suggestion. I am sorry that I did not answer because it was already too old when I checked. Would you like to try out version 0.3.3?...
Thank you. Because the AAR file is built in the Release mode, you may experience speed differences if you build in Debug mode.
I checked the delay field in the gif file. The delay value was stored as zero. As the link below, images with delays less than 100 ms are processed by...
I think this is a bug. It seems to happen when the transparent image is background. I will check and fix it by this weekend.
It looks like you're using an incorrectly sized image. To reproduce bug, Can you share original image PNG sequence files?
The initial size and the size of the images must be the same. If you init to 200x200, 200x200 image should be inserted.
I fixed the transparent image problem. Would you like to use version 0.3.3?
Could you attach original .GIF file? please.
I tried fix your image. After some try, I found your image is 709x30? (maybe 300 or 301.) But your result gif is 360x592. I think you give wrong size...
Is it not working to put the following code in build.gradle? If not, what is the error message? repositories { maven { url "http://dl.bintray.com/waynejo/maven" } ... } dependencies { compile('com.waynejo:androidndkgif:0.3.2')...