apng-drawable icon indicating copy to clipboard operation
apng-drawable copied to clipboard

A lightweight and fast Animated Portable Network Graphics (APNG) image decoder for Android

Results 12 apng-drawable issues
Sort by recently updated
recently updated
newest added

I added this library in my project but when i release in google play store it is showing warning. > This App Bundle contains native code, and you've not uploaded...

In the case of an image with an extremely large number of frames specified, the process will be killed due to lack of memory while allocating memory for loading image....

How can I change the size? I tried to set height/width to 'match_parent' but I doesn't shrink and fit to the view.

Resume: don't reset loop count and don't call callback

I'm writing a wrapper for glide and I don't want to use the original source for a project. for android, the following two APIs are required. ```kotlin Apng.Companion.isApng(source) ApngDrawable.decode(xxx) ```

I get the following error trying to integrate the library : ```implementation("com.linecorp:apng:1.11.0")``` ![image](https://github.com/line/apng-drawable/assets/768893/538758b5-ea37-4531-9c55-22ab26a42a45)

We have about 500 crash reports per month, which are difficult to reproduce. Can you please review the attached stacktrace and throw Java Exception instead of crash? Thank you in...

Hi, I am developing an Android application for multiple SNS like bluesky, mastodon and misskey. We have been using this library as an APNG decoder for a social networking service...

16KB page size mode has been added from Android15. - https://developer.android.com/about/versions/15/behavior-changes-all?hl=ja#16-kb To accommodate this, I made changes to the version etc. with reference to the following. - https://developer.android.com/guide/practices/page-sizes#kotlin