Kishor Jena

Results 16 comments of Kishor Jena

It seems module supports only static file as output.

Okay found two solution. It seems I can only get the bitmaps in render method. need to convert ByteBuffer to Bitmap and then use it. Another way I found is...

Okay the SharedPreference is not reliable in some cases. It does not supported in older versions like ANDROID 4.1. Even my app get crashed which has min API 23. After...

invoking stop in onStart is too slow. Loop get slower by each iteration. 69 frames takes around 30-40 seconds. Although encoding is very quick less then a second. I tried...

in case someone looking for library to add animated webp encoding decoding, the libvips is there https://github.com/libvips/libvips I am learning about NDK to add libvip to my android app. So...

We have to use Gif Encoder its seems. There is a class called **AnimatedGifEncoder** and **ReEncodingGifResourceEncoder**. I want to use them for resing the gif and save it as file...

I am desperatly looking for the solution to resize gif files to 512x512 Glide is easy to us for static but it is confusing for animated gifs No artile or...

Wow. Finally found the snippet for gif resizing. Actually I want to save the resized gif to flle. Can you confirm that this code resizes the gif and then return...

useful feature. I wanted to all keys in debugging. It could have save lots of time.

I got different solution for it. Resizing animated files heavier than static images.