Hi,
I need webp support in gd, but it seems that php 7.1 (and 7.0) is compiled without it.
This is the output of gd_info():
I'm using Debian 8, that has webp enabled in gd but last php version is 5.6.30 and I need php 7. I can install PHP7 with gd-webp support from an external repository but Plesk doesn't have a handler for it.
What can I do?
Thanks
I need webp support in gd, but it seems that php 7.1 (and 7.0) is compiled without it.
This is the output of gd_info():
Code:
Array
(
[GD Version] => bundled (2.1.0 compatible)
[FreeType Support] => 1
[FreeType Linkage] => with freetype
[GIF Read Support] => 1
[GIF Create Support] => 1
[JPEG Support] => 1
[PNG Support] => 1
[WBMP Support] => 1
[XPM Support] => 1
[XBM Support] => 1
[WebP Support] => 0
[JIS-mapped Japanese Font Support] => 0
)
I'm using Debian 8, that has webp enabled in gd but last php version is 5.6.30 and I need php 7. I can install PHP7 with gd-webp support from an external repository but Plesk doesn't have a handler for it.
What can I do?
Thanks