Hello to the DA Community
we try to use WebP Express Plugin for Wordpress with DirectAdmin + CentOS 7 and have some issues:
1. for Gd extension, I see:
Required imagewebp() function is not available. It seems Gd has been compiled without webp support.
2. for Imagick extension, I see:
no decode delegate for this image format `/home/yehudabd/domains/bdy.co.il/public_html/wp-content/plugins/webp-express/test/small-q61.jpg' @ error/constitute.c/ReadImage/532
3. for Gmagick extension, I see:
Gmagick was compiled without WebP support.
4. for Imagick binary, I see:
webp delegate missing.
Imagick and Gmagick installed include the php extention and updated in the php.ini
I compiled php-fpm with
--with-vpx-dir=/usr/local \
--with-webp \
Any suggestions?
Regards,
we try to use WebP Express Plugin for Wordpress with DirectAdmin + CentOS 7 and have some issues:
1. for Gd extension, I see:
Required imagewebp() function is not available. It seems Gd has been compiled without webp support.
2. for Imagick extension, I see:
no decode delegate for this image format `/home/yehudabd/domains/bdy.co.il/public_html/wp-content/plugins/webp-express/test/small-q61.jpg' @ error/constitute.c/ReadImage/532
3. for Gmagick extension, I see:
Gmagick was compiled without WebP support.
4. for Imagick binary, I see:
webp delegate missing.
Imagick and Gmagick installed include the php extention and updated in the php.ini
I compiled php-fpm with
--with-vpx-dir=/usr/local \
--with-webp \
Any suggestions?
Regards,