AndroidDeveloperLB
AndroidDeveloperLB
Seems it has a new version which is 0.2.1 : http://www.netsurf-browser.org/projects/libnsgif/ While you are at it, you can also update various other stuff on the library: remove build tools, update...
1. No need for "buildToolsVersion" anymore. It gets chosen automatically. In new gradle plugin versions, it even tells you that. 2. API 28. 3. gradle version should be at least...
here: https://github.com/huzongyao/AndLibNsgif/blob/master/libnsgif/build.gradle ``` ndk { abiFilters 'armeabi-v7a', 'arm64-v8a', 'x86' } ```
It's called "busy spinning" or "busy waiting".  Attached sample project. [GifTest2.zip](https://github.com/huzongyao/AndLibNsgif/files/2364349/GifTest2.zip)
I've noticed in code, that GifDecoder creates the bitmaps to be exactly the same size as of the GIF animation. Is it possible to tell it that I'm going to...
If I use single finger gestures for zooming, it can sometimes flip instead, and can be super sensitive of zooming. See attached video: [device-2018-09-04-014916.zip](https://github.com/huzongyao/AndLibNsgif/files/2346648/device-2018-09-04-014916.zip)
Removed need to use the old nine-old-android library, which was used on Gingerbread and now it's not needed anymore.
Try this attached animated WebP file. [test.zip](https://github.com/McoyJiang/Android-WebP/files/2521983/test.zip) This is what I get:  While in fact it should look like this: 
Check this file, for example: [fast.zip](https://github.com/McoyJiang/Android-WebP/files/2433024/fast.zip) Check how it's supposed to be shown, vs how it's shown using this library: [2018-10-01_10-48-05.zip](https://github.com/McoyJiang/Android-WebP/files/2433052/2018-10-01_10-48-05.zip)