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

1.x Fix a bug when Gif images were converted to WebP images #57

Merged
merged 4 commits into from
Apr 4, 2023
Merged

Conversation

gchtr
Copy link
Member

@gchtr gchtr commented Apr 3, 2023

This pull request fixes a bug when Gif images were converted to WebP images.

In theory, animated Gif images can be converted to WebP images. But PHP’s imagewebp() uses the GD (Graphics Draw) library, which only works with single-frame images and does not support the conversion of animated GIFs to WebP.

Base automatically changed from 1.x-full-images to 1.x April 4, 2023 07:51
@gchtr gchtr merged commit f80ab98 into 1.x Apr 4, 2023
@gchtr gchtr deleted the 1.x-webp branch April 4, 2023 07:51
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

Successfully merging this pull request may close these issues.

1 participant