react-image-file-resizer icon indicating copy to clipboard operation
react-image-file-resizer copied to clipboard

Support for GIF and Animated WebP

Open KishorJena opened this issue 3 years ago • 2 comments
trafficstars

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.

KishorJena avatar Mar 07 '22 17:03 KishorJena

Do we have any update for this feature?

p29hieu avatar Jul 04 '23 04:07 p29hieu

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.

KishorJena avatar Jul 06 '23 05:07 KishorJena