Search found 2 matches
- 2013-12-11T17:00:26-07:00
- Forum: Users
- Topic: Resample to New Density Preserving PHYSICAL dimensions
- Replies: 10
- Views: 8105
Re: Resample to New Density Preserving PHYSICAL dimensions
Thank you, snibgo. But I was looking for a DOS script (preferably a single-line command) to achieve my requirements. Thank you, fmw42. But this didn't help me. This is the same as Convert input.tif –resize “2000x2000>” output.jpg for me as it is giving me an image of 2000x1333, but of 300 dpi (i.e. 6 ...
- 2013-12-11T11:09:35-07:00
- Forum: Users
- Topic: Resample to New Density Preserving PHYSICAL dimensions
- Replies: 10
- Views: 8105
Resample to New Density Preserving PHYSICAL dimensions
I want to use ImageMagick through a command line for achieving the following requirements: 1. Convert .TIF to .JPG 2. Resize such that the dimensions (width & height) are within a threshold. 3. Preserve physical dimensions (width & height in inches). For example: If the input file is a TIFF image ...