Kapng-Android
Kapng-Android copied to clipboard
An android library to create or display apng
Looks like the latest release is deleted from jitpack repo. I need to update this library to resolved few issue which are available in 1.0.11 build. @oupson @carkchard @jisungbin @mogamusa31...
I've to load multiple APNG in Recyclerview, but its generating OOM in certain devices, could you update to get crash free results in recycler view, I also tried Glide-Apng that...
Compose
Hello! Can I use this in Compose and if yes, how?
file opening from assets fails... I think you have used wrong check file://android_asset...
Hi, thanks for this library. I've updated it's internals and made the Jitpack build work again. Side-effect: Minimum SDK raised to 21
ApngDecoder.decodeApngAsyncInto(requireContext(), file.path, binding.image, callback = object : ApngDecoder.Callback { override fun onSuccess(drawable: Drawable) { binding.bgLoading.visibility = View.GONE } override fun onError(error: Exception) { println("Error : $error") } })