japng_android icon indicating copy to clipboard operation
japng_android copied to clipboard

Android library for compositing animated PNG files into Drawable objects.

Results 4 japng_android issues
Sort by recently updated
recently updated
newest added

Hello! I used the source code you wrote, the images in the png format can be played, but image distortion,Where did the problem come from??? Best wishes Annie

Hello Thanks for your librairy, it's very usefull I saw you have fixed a bug on Java project but not in the Android, can you fix-it? I have the same...

When animating with this APNG: https://en.wikipedia.org/wiki/File:Animated_PNG_example_bouncing_beach_ball.png Visible artifacts can be seen (dragging blue trail on bouncing ball). This is caused by not properly handling the "dispose_op" value (specifically, when "dispose_op"...

When I try to use this library with a custom apng file I get this Error `Process: net.ellerton.japng.android.demo, PID: 26897 java.lang.OutOfMemoryError at android.graphics.Bitmap.nativeCopy(Native Method) at android.graphics.Bitmap.nativeCopy(Native Method) at android.graphics.Bitmap.copy(Bitmap.java:556) at...