-
-
Notifications
You must be signed in to change notification settings - Fork 652
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
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. |
Please continue to consider ... |
@fkaminski upcoming release will ensure to have it in by default. https://github.com/cytopia/devilbox/blob/release/v1.1.0/.tests/www/modules/htdocs/gd-webp.php |
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: