Search found 2 matches

by kocheez75
2012-05-21T09:43:44-07:00
Forum: Users
Topic: Combine multiple commands into one
Replies: 5
Views: 22855

Re: Combine multiple commands into one

Thank you, this does indeed complete what I was trying to achieve! I guess I'm still not sure about why the clone statements need to be in parentheses vs the composite. Is it possible to just perform the colorize on the original image rather than creating the clone (and wouldn't this eliminate the ...
by kocheez75
2012-05-17T19:01:28-07:00
Forum: Users
Topic: Combine multiple commands into one
Replies: 5
Views: 22855

Combine multiple commands into one

Hello, I am very new to using imageMagick and I'm still learning a lot, so I greatly appreciate any help someone may have to offer. I currently have the following commands performed on a single image (this is inside a shell script): `convert $file \( -clone 0 -fill '#222b6d' -colorize 100 ...