You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can't resize the gif and animated webp
I am tired of searching for react native modules for resizing gif and animated webp files.
libvip
Sharp for NodeJS is quite smooth and fast for manipulating images. It uses libvips for this.
ImageMagick / libwebp / 'cwebp, dwebp, gif2webp'
There is lib called kmagick for kotlin on android and ImageMagick-Android (java) to manipulate images. I have tried ImageMagick windows cli version and it does the work. It uses libwebp to do the job. If you can build any of those libs specially the libvips of sharpjs it would be great.
The text was updated successfully, but these errors were encountered:
I had to write my RN module for this because currently, there is no such module on public. I had to make own encoder decoder of webp image to resize it. GIF encoder/decoder is already there so used it to resize gifs.
Can't resize the gif and animated webp
I am tired of searching for react native modules for resizing gif and animated webp files.
libvip
Sharp for NodeJS is quite smooth and fast for manipulating images. It uses libvips for this.
ImageMagick / libwebp / 'cwebp, dwebp, gif2webp'
There is lib called kmagick for kotlin on android and ImageMagick-Android (java) to manipulate images. I have tried ImageMagick windows cli version and it does the work. It uses libwebp to do the job. If you can build any of those libs specially the libvips of sharpjs it would be great.
The text was updated successfully, but these errors were encountered: