rosell-dk / webp-convert

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

lossless option in ImageMagick used to be numeric #302

Closed rosell-dk closed 2 years ago

rosell-dk commented 2 years ago

It changed in this commit: https://github.com/ImageMagick/ImageMagick/commit/d6f2cc4f8bde78b8378102eb62975106abf60bfc

rosell-dk commented 2 years ago

False alert. It seems the StringToInteger conversion was never released. In 6.9.12-25, ParseCommandOption(MagickBooleanOptions, MagickFalse,value); is used: https://github.com/ImageMagick/ImageMagick6/blob/6.9.12-25/coders/webp.c

(also in 6.4): https://github.com/ImageMagick/ImageMagick6/blob/6.9.4-0/www/webp.html