9951 explained code solutions for 126 technologies
<?php $im = imagecreatefromjpeg('image.jpg'); imagewebp($im, '/tmp/image.webp');ctrl + cgithub
<?php $im = imagecreatefromjpeg('image.jpg'); imagewebp($im, '/tmp/image.webp');
imagecreatefromjpeg
creates GD image object from given PNG image
imagewebp
saves given gd image in webp format to the specified path
gd
webp