MagickCompositeImage multiply works incorrect

The MagickWand interface is a new high-level C API interface to ImageMagick core methods. We discourage the use of the core methods and encourage the use of this API instead. Post MagickWand questions, bug reports, and suggestions to this forum.
Post Reply
nabbla
Posts: 1
Joined: 2011-02-04T05:55:57-07:00
Authentication code: 8675308

MagickCompositeImage multiply works incorrect

Post by nabbla »

Hello. In IM 6.6.6-6, when I try to multiply two images with MagickCompositeImage, it works like if the first image was negated and only then multiplied. MagickCompositeImageChannel works the same no matter what channel was chosen. The strange thing is: -composite command works correctly in command line, the error occurs in MagickWand.
Post Reply