Image optimization: GIF to Webp, What are the required libraries on the server?

rdn

Well-known member
Do we need to have an Imagick PHP extension?
Does it require a specific version of ImageMagick?

Right now, I'm using PHP 8.4.2 with:
1736978608889.webp
 
If you want to convert GIFs into animated WebP, you'll need ImageMagick 7.0.8-68+ and the Imagick extension (and the relevant control panel option ticked). Otherwise GD is fine.
 
Note that Imagick optimisation may not give you the same great reduction in file size. That isn’t based on any great expert knowledge, just my findings via a couple of experiments.
 
  • Like
Reactions: rdn
Back
Top Bottom