Page 1 of 1

Enable webp support in GD library

PostPosted: 13. July 2016 07:26
by ganeshrahul
Enable webp support in GD library

I have
XAMPP for Linux 7.0.8


Enabled GD library Version 2.1.0 compatible

But I donot know how to enable Webp support in GD library

Can Anyone Help Me?

Re: Enable webp support in GD library

PostPosted: 13. July 2016 17:26
by Nobbie
ganeshrahul wrote:But I donot know how to enable Webp support in GD library


You cannot enable Webp support, as this requires new compilation of PHP. Either ask Bitnami if they can configure PHP having webp enables, or dont use Xampp, use your native Linux Apache/PHP installation instead (what i recommend). Then you can download source packages and recompile PHP to your needs.

Re: Enable webp support in GD library

PostPosted: 15. July 2016 05:47
by ganeshrahul
Thanks For Your Response,

As per Your Advice, I have uninstalled XAMPP and Installed native LAMP stack server. It works fine for me and I can Recompile PHP as I Need.

Re: Enable webp support in GD library

PostPosted: 15. July 2016 11:06
by Nobbie
Well done, this is definately superior compared to a Xampp installation, it gives you far more flexibility and the Linux repositories are maintained well. Xampp is only meant for people who want a quick & easy installation, but this of course has also disadvantages.