Thanks for your reply. My IM version is 6.8.3.
The command you provided is very close to what I'm looking for.
The command I'm running is:
convert image.tif -gravity center -trim -resize 173x159 -extent 173x159 output.png
The one part I left out is that I want to preserve vertical whitespace ...
Search found 2 matches
- 2013-03-20T21:58:35-07:00
- Forum: Users
- Topic: Image Composites and Re-sizing
- Replies: 3
- Views: 2712
- 2013-03-20T21:28:11-07:00
- Forum: Users
- Topic: Image Composites and Re-sizing
- Replies: 3
- Views: 2712
Image Composites and Re-sizing
Using convert.exe, I'm trying to trim an image and then center the image on a particular canvas size.
For example, I have a source image that's 200x100. The result I want is for the final image to have a canvas size of 100x100 and the original source image to be re-sized to 100x50 and to be ...
For example, I have a source image that's 200x100. The result I want is for the final image to have a canvas size of 100x100 and the original source image to be re-sized to 100x50 and to be ...