-
-
Notifications
You must be signed in to change notification settings - Fork 654
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
PHP 7.x and WebP Support with Imagick #619
Labels
Comments
Yes, it would be great to have webp support from imagick as well. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
stale
bot
added
the
issue:stale
This issue has become stale and is marked for auto-close
label
Oct 27, 2019
Please continue to consider ... |
stale
bot
removed
the
issue:stale
This issue has become stale and is marked for auto-close
label
Oct 27, 2019
@fkaminski upcoming release will ensure to have it in by default. |
Merged
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
ISSUE TYPE
SUMMARY
With actual devilbox Version and PHP 7.x there is WebP support enabled in the gd-modul
but the WebP Format is not supported within imagick - see phpinfo().
Goal
Please enable the WebP support within imagick too.
I am using the new Contao 4.8 CMS which has auto converting feature like .png ->.webp.
But prefers imagick ( if present ) over gd.
So this feature does not work because the imagick modul do not support the Webp Format.
The text was updated successfully, but these errors were encountered: