Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for GIF and Animated WebP #69

Open
KishorJena opened this issue Mar 7, 2022 · 2 comments
Open

Support for GIF and Animated WebP #69

KishorJena opened this issue Mar 7, 2022 · 2 comments

Comments

@KishorJena
Copy link

KishorJena commented Mar 7, 2022

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
Copy link

p29hieu commented Jul 4, 2023

Do we have any update for this feature?

@KishorJena
Copy link
Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants