Thanks guys, using in memory images did the trick.
-page/-flatten didn't quite work though, it produces a different output than substituting mpr into my more verbose command.
Search found 2 matches
- 2011-03-31T20:14:12-07:00
- Forum: Users
- Topic: How can I combine these two commandlines?
- Replies: 4
- Views: 9771
- 2011-03-31T16:23:28-07:00
- Forum: Users
- Topic: How can I combine these two commandlines?
- Replies: 4
- Views: 9771
How can I combine these two commandlines?
How can I perform these two example commands as one command? convert input.jpg -strip -colorspace Gray -filter Lanczos -resize 800 -unsharp 1.1x1.0+1.0+0.05 step1.jpg convert -size W1xH1 -depth 8 canvas: \ (step1.jpg -crop W2xH2+X1+Y1 ) -geometry +X2+Y2 -composite \ (step1.jpg -crop W2xH2+X3+Y3 ...