I have XAMPP for Linux 7.0.8 .
And is enabled with GD support .
screenshot from phpinfo (); about gd
I want to use imagewebp();. I have an error while using this parameter,
Fatal error: Missed error: function call undefined imagewebp ()
when searching for the solution I concluded is the solution from http://php.net/manual/en/image.installation.php
Image format | Configure Switch
webp | To enable webp add support --with-vpx-dir = DIR. Available since PHP 5.5.
I want to enable webp support.
What do I want to do?