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.
Search found 2 matches
- 2013-12-02T09:31:30-07:00
- Forum: Users
- Topic: Chaining commands woes
- Replies: 3
- Views: 2506
- 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 ...