Thanks!
I spent a little time looking at the resizing options but there were so many there.
Search found 2 matches
- 2015-05-13T15:26:14-07:00
- Forum: Users
- Topic: Resizing based on height alone
- Replies: 2
- Views: 975
- 2015-05-13T15:21:50-07:00
- Forum: Users
- Topic: Resizing based on height alone
- Replies: 2
- Views: 975
Resizing based on height alone
Hey guys,
I'm doing some work batch converting svgs to pngs and as part of this, I would like to set a hard cap on the height of converted image while the width could vary.
Is this possible from command line or would I not be able to do so.
Right now I'm doing
for /r %%v in (*.svg) do convert ...
I'm doing some work batch converting svgs to pngs and as part of this, I would like to set a hard cap on the height of converted image while the width could vary.
Is this possible from command line or would I not be able to do so.
Right now I'm doing
for /r %%v in (*.svg) do convert ...