Detecting available methods for converting webp images with PHP directly on the server

If any of these works, it means you should be able to use the webp-convert library for converting images to webp without resolving to cloud conversion.

Method Status Info
Vips extensionNot functionalVips extension is not installed.
Installation instructions are available here
Executing cwebNot functionalexec() is not enabled.
Installation instructions are available here
Imagick extensionNot functionaliMagick extension is not installed.
Installation instructions are available here
GraphicsMagick extensionNot functionalGmagick extension is not installed.
Installation instructions are available here
Executing imagemagickNot functionalexec() is not enabled.
Gd extensionWorks!Version: bundled (2.1.0 compatible)
Note that Gd is inferior to the other methods as it does not support any webp options. It can for example not produce lossless webps which makes it inadequate for converting PNG to WEBP.