Search found 1 match
- 2016-10-23T04:08:05-07:00
- Forum: Users
- Topic: Converting image to webp with ImageMagick
- Replies: 1
- Views: 11264
Converting image to webp with ImageMagick
I am trying to to convert a jpg image to webp in a php script that uses Imagick, but it fails to recognise the webp format. I have installed the latest version of ImageMagick from source, libwebp-dev and php-imagick. I cannot figure out what I am missing. $im = new Imagick('$src'); $im->resizeImage ...