-
-
Notifications
You must be signed in to change notification settings - Fork 101
Installing Gd extension with WebP support
Bjørn Rosell edited this page Sep 20, 2019
·
1 revision
On Ubuntu 18.04, I did not have to do anything special to configure Gd for WebP support. The following worked right away:
sudo apt-get install php7.2-gd
The official page with installation instructions is available here
In summary:
PHP 5.5.0:
To get WebP support for gd
in PHP 5.5.0, PHP must be configured with the --with-vpx-dir
flag.
PHP >7.0.0:
PHP has to be configured with the --with-webp-dir
flag