[Closed] possible bug -stereo using convert IM 6.9.10.11
Posted: 2018-09-03T22:35:50-07:00
IM 6.9.10.11 Q16 Mac OSX.
Reference: viewtopic.php?f=1&t=33152&p=153805&hilit=stereo#p153805 implies that convert ... -compose stereo ... used to work in IM 6.9.9.26 and IM 7.0.7.14
Input:
This works fine:
This does not work IM 6.9.10.11:
But does work in IM 7.0.8.11
Reference: viewtopic.php?f=1&t=33152&p=153805&hilit=stereo#p153805 implies that convert ... -compose stereo ... used to work in IM 6.9.9.26 and IM 7.0.7.14
Input:
This works fine:
Code: Select all
composite -stereo +20+0 test.png test.png result1.png
This does not work IM 6.9.10.11:
Code: Select all
convert test.png test.png -geometry +20+0 -compose stereo -composite result2.png
But does work in IM 7.0.8.11
Code: Select all
magick test.png test.png -geometry +20+0 -compose stereo -composite result3.png