Hi, I would like to do something like this -
put together with becomes
(using alpha channel)
How can I achieve this using a batch file with ImageMagick?
Thanks.
Making transparency from overlay
- anthony
- Posts: 8883
- Joined: 2004-05-31T19:27:03-07:00
- Authentication code: 8675308
- Location: Brisbane, Australia
Re: Making transparency from overlay
See Alpha Compositing
http://www.imagemagick.org/Usage/compose/
Specifically you want DstOut that is the destination image that is 'outside' the source image.
substitute your local copies of the input images, rather than the URL's you gave above.
http://www.imagemagick.org/Usage/compose/
Specifically you want DstOut that is the destination image that is 'outside' the source image.
Code: Select all
convert http://i38.tinypic.com/2lnwyl4.png http://i33.tinypic.com/2d2av49.png \
-compose DstOut -composite result.png
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
https://imagemagick.org/Usage/