Magick++ -how to composite multiple images with matte layer?

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
Bunkai
Posts: 22
Joined: 2007-01-15T07:37:59-07:00

Magick++ -how to composite multiple images with matte layer?

Post by Bunkai »

Please, how to compose mutiple images into one large being in .png format with matte channel in Magick++ (C++)?

When I turn matte channel on via Magick++ Image.matte(true); the composed image starts being empty after composing.
Post Reply