composite -stereo no longer makes anaglyph

Post any defects you find in the released or beta versions of the ImageMagick software here. Include the ImageMagick version, OS, and any command-line required to reproduce the problem. Got a patch for a bug? Post it here.
Post Reply
tksharpless
Posts: 9
Joined: 2015-11-21T11:45:38-07:00
Authentication code: 1151

composite -stereo no longer makes anaglyph

Post by tksharpless »

In IM 6 the (Windows) command line
composite -stereo 0 %~2 %~1 %out%
made a red/cyan color anaglyph, and
composite -stereo 0 %~2 -colorspace gray %~1 -colorspace gray %out%
made a grayscale one.

But in IM 7 the same lines (prefixed with magick) make all-red images.
Did I miss a documentation update, or is something broken?
tksharpless
Posts: 9
Joined: 2015-11-21T11:45:38-07:00
Authentication code: 1151

Re: composite -stereo no longer makes anaglyph

Post by tksharpless »

Glad you are still distributing IM 6, as I have a bunch of production scripts that depend on it.
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: composite -stereo no longer makes anaglyph

Post by fmw42 »

Please post your commands with actual filenames and provide the files so we can test properly your example. It is possible that there is a bug in IM 7. Also please identify your IM version. There was a relatively recent update that fixed other problems that showed only red.
el_supremo
Posts: 1015
Joined: 2005-03-21T21:16:57-07:00

Re: composite -stereo no longer makes anaglyph

Post by el_supremo »

It works for me with ImageMagick 7.0.5-5 Q16 x64.

Pete
Sorry, my ISP shutdown all personal webspace so my MagickWand Examples in C is offline.
See my message in this topic for a link to a zip of all the files.
Post Reply