Page 2 of 2

Re: Issue with composite -stereo on 6.7.8

Posted: 2017-12-04T02:48:14-07:00
by GPI
Thanks for your feedback.

Adding the "-compress none" in the command works but somehow the file will not be properly displayed by some tool:
- IE opens a white page (KO)
- Paint and Windows opens the image properly with color (OK)

More importantly, my homemade tool does not display anything so either using 6.9.9 (with a mix of convert and composite) or generating JPG files is better for the time being.

Re: Issue with composite -stereo on 6.7.8

Posted: 2017-12-06T10:43:35-07:00
by fmw42
As of IM 6.9.9.26 and IM 7.0.7.14 you can now do

Code: Select all

convert image1 image2 -geometry +X+Y -compose stereo -composite result

Code: Select all

magick image1 image2 -geometry +X+Y -compose stereo -composite result

Re: Issue with composite -stereo on 6.7.8

Posted: 2018-02-16T02:07:42-07:00
by Alexvb6
Thank you Fred !