rosell-dk / webp-convert

Convert jpeg/png to webp with PHP (if at all possible)
MIT License
576 stars 101 forks source link

What is the advantage of this with the php function imagewebp? #341

Open 104979058 opened 2 years ago

104979058 commented 2 years ago

php imagewebp can be directly converted to webp, I don't know what the difference is?

kevineduardo commented 1 year ago

Just read the docs https://www.php.net/manual/en/function.imagewebp.php

imagewebp needs an instance of GdImage to work.