How can I user ImageMagick to take two images (a color "fill" image and a greyscale "key" image) and create a single targa image file output with alpha channel data from the "key" image?
Thanks!
fill and key to targa with alpha channel
- fmw42
- Posts: 25562
- Joined: 2007-07-02T17:14:51-07:00
- Authentication code: 1152
- Location: Sunnyvale, California, USA
Re: fill and key to targa with alpha channel
convert fillimage keyimage -compose copy_opacity -composite result.tgat11s wrote:How can I user ImageMagick to take two images (a color "fill" image and a greyscale "key" image) and create a single targa image file output with alpha channel data from the "key" image?
Thanks!
see http://www.imagemagick.org/Usage/compose/#copyopacity