ImageMagick / ImageMagick6

🧙‍♂️ ImageMagick 6
https://legacy.imagemagick.org
Other
194 stars 80 forks source link

regression completely disabling -quality parameter for webp #287

Open johnkw opened 8 months ago

johnkw commented 8 months ago

ImageMagick version

67 works, later versions fail

Operating system

Linux

Operating system, version and so on

any

Description

This seems to pretty obviously be due to https://github.com/ImageMagick/ImageMagick6/commit/a0bd1722c7e79c81b68418cafed904df673c3f34 which deleted the quality variable entirely some time after version 67.

A very similar patch to another branch seen here probably works: https://github.com/ImageMagick/ImageMagick/commit/3331c9ed8bdbbdc548f8309a3fadf5b6e638bc98

Steps to Reproduce

convert to webp and use -quality parameter

Images

No response

johnkw commented 8 months ago

See bug #6204 for source of regression.

urban-warrior commented 8 months ago

Thank you for reporting the issue. We have successfully reproduced it and are actively working on a patch to resolve it. You can expect this patch to be merged into the main GIT branch, later today. As part of our commitment to quality, this fix will also be included in the upcoming beta releases of ImageMagick by tomorrow. Your patience and feedback are greatly appreciated.