Merging two pictures using compose : transparency issues

Questions and postings pertaining to the development of ImageMagick, feature enhancements, and ImageMagick internals. ImageMagick source code and algorithms are discussed here. Usage questions which are too arcane for the normal user list should also be posted here.
Post Reply
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: Merging two pictures using compose : transparency issues

Post by fmw42 »

you have the images reversed for composite

composite foreground background result
or
convert background foreground result

see
http://www.imagemagick.org/Usage/compose/#compose
Post Reply