possible bug IM 7 Q32
Posted: 2018-03-31T10:58:36-07:00
IM 7.0.7.28 Q16 compared to Q32 (both HDRI).
This works fine in Q16:
But in Q32 the last line produces a totally black image:
Zip File of 3 image for each. The first two are fine. The last of Q32 is black.
http://www.fmwconcepts.com/misc_tests/q ... rchive.zip
P.S. The issue seems to be the -type bilevel. If I remove it, it looks fine.
This works fine in Q16:
Code: Select all
magick -size 500x500 xc:none xc:red +append +write tmpq16a.png \
-fill white +opaque none +write tmpq16b.png \
-background black -alpha background -alpha off -type bilevel \
testq16.png
Code: Select all
magick -size 500x500 xc:none xc:red +append +write tmpq32a.png \
-fill white +opaque none +write tmpq32b.png \
-background black -alpha background -alpha off -type bilevel \
testq32.png
http://www.fmwconcepts.com/misc_tests/q ... rchive.zip
P.S. The issue seems to be the -type bilevel. If I remove it, it looks fine.