rosell-dk / webp-convert

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

"preset" option used to be numeric in ImageMagick #303

Closed rosell-dk closed 2 years ago

rosell-dk commented 2 years ago

In 7.0.1-0, it was numeric: https://github.com/ImageMagick/ImageMagick/commit/e71e0898f486774f30927bd9b934d165d137cfa4

rosell-dk commented 2 years ago

Actually, it was changed to string before released. (in this commit: https://github.com/ImageMagick/ImageMagick/commit/d6f2cc4f8bde78b8378102eb62975106abf60bfc)

The 7.0.0-1, release: https://github.com/ImageMagick/ImageMagick/tree/7.0.0-1 webp.c in the release: https://github.com/ImageMagick/ImageMagick/blob/7.0.0-1/coders/webp.c webp.html in the release: https://github.com/ImageMagick/ImageMagick/blob/7.0.0-1/www/webp.html