Search found 2 matches

by dwkns
2013-12-02T09:31:30-07:00
Forum: Users
Topic: Chaining commands woes
Replies: 3
Views: 2506

Re: Chaining commands woes

Boom!

'-gravity NorthWest' was exactly what I needed. I'm assuming this is needed because after the crop and resize, the reference point at which IM calculates the annotation position from changes?

But regardless thank you.
by dwkns
2013-12-02T08:38:50-07:00
Forum: Users
Topic: Chaining commands woes
Replies: 3
Views: 2506

Chaining commands woes

I can't figure out how to properly chain commands in ImageMagick Things that do what I expect in isolation : Resize and then crop $ convert input.jpg -resize '400x400>' -gravity center -crop 300x400+0+0 +repage output.jpg Apply overlay $ convert -composite input.jpg overlay.png output.jpg Annotate ...