onurzorluer / react-image-file-resizer

Resize Local Images with React 🌄 🌅
MIT License
313 stars 41 forks source link

Support for GIF and Animated WebP #69

Open KishorJena opened 2 years ago

KishorJena commented 2 years ago

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.

p29hieu commented 1 year ago

Do we have any update for this feature?

KishorJena commented 1 year ago

Do we have any update for this feature?

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.