Concating 2 little filters in one line
Posted: 2008-01-31T08:34:08-07:00
Hi, I'm newbie with ImageMagik (version 6.3.8-q16):
I'm working with "Windows XP Command Line" and 2 images to compose a watermark (foto.jpg and logo.png)
I have 2 separate filters that works fine:
a) composite logo.png -resize 50% foto.jpg -compose Multiply -gravity southeast output.jpg
b) convert foto.jpg -mattecolor Tomato -frame 10x10+5+5 output.jpg
Basically I want to merge the 2 images for a watermark and add a border to the output image:
Filter a) make the watermarked image
Filter b) make bordered image
I'm trying to merge both filters in one command line but I dont know how. I have tried the use of parenthesis and arrays without success.
Any ideas ?
I'm working with "Windows XP Command Line" and 2 images to compose a watermark (foto.jpg and logo.png)
I have 2 separate filters that works fine:
a) composite logo.png -resize 50% foto.jpg -compose Multiply -gravity southeast output.jpg
b) convert foto.jpg -mattecolor Tomato -frame 10x10+5+5 output.jpg
Basically I want to merge the 2 images for a watermark and add a border to the output image:
Filter a) make the watermarked image
Filter b) make bordered image
I'm trying to merge both filters in one command line but I dont know how. I have tried the use of parenthesis and arrays without success.
Any ideas ?