UdaraWanasinghe / webp-android

libwebp JNI bindings to encode a series of Android bitmap images to an animated WebP image.
MIT License
14 stars 0 forks source link

API request to convert bytearray to bitmap #2

Closed jpyo0613 closed 1 year ago

jpyo0613 commented 1 year ago

Hello!! I'm looking for a quick way to decode a bytearray to a webp image using ndk on Android. I just found your project! thank you However, there is no API to convert bytearray to bitmap. Do you have any plans to make one?

UdaraWanasinghe commented 1 year ago

It will be added soon.

jpyo0613 commented 1 year ago

Wow! Thank you!!