You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Converting a .tif file to a .jpeg file works successfully with ImageMagick 6.9.12-77, but looks incorrect with versions ImageMagick 6.9.12-78 and higher. The convert command runs successfully, but from version 6.9.12-78 the result looks much worse, as if there were problems with the conversion.
Steps to Reproduce
If you use the image original.tif from the images.zip attachment, the conversion error should occur.
ImageMagick version
6.9.12-78
Operating system
Linux
Operating system, version and so on
Debian 11.7
Description
Converting a .tif file to a .jpeg file works successfully with ImageMagick 6.9.12-77, but looks incorrect with versions ImageMagick 6.9.12-78 and higher. The convert command runs successfully, but from version 6.9.12-78 the result looks much worse, as if there were problems with the conversion.
Steps to Reproduce
If you use the image original.tif from the images.zip attachment, the conversion error should occur.
Version 6.9.12-77:
convert --version
convert -verbose original.tif 77.jpeg
Version 6.9.12-78 and higher:
convert --version
convert -verbose original.tif 78.jpeg
Images
images.zip
The text was updated successfully, but these errors were encountered: