[magick-users] Concating 2 little filters in one line

olagato olagato at gmail.com
Fri Feb 1 00:25:25 PST 2008


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 ?
-- 
View this message in context: http://www.nabble.com/Concating-2-little-filters-in-one-line-tp15206564p15206564.html
Sent from the Magick-users mailing list archive at Nabble.com.



More information about the Magick-users mailing list