Should I be able to resize an image and reduce the DPI in one pass?
I'm unable to get the expected results when trying to resize images targeted as 400 pixels wide and 72 dpi. I've selected this filename for the executable: PhotoResizeW400D72NOST.
The expected resulting file would be 400px wide at 72dpi. However when down sampling an original image that is 300 dpi, the DPI in the resulting file shows 99.
Am I missing something?
-David
This is not currently possible. The tool changes pixels, but tries to maintain physical size.
You'll need two passes, one with PhotoResizeD72T.exe, which will be very fast and lossless.
More info in my article:
Misunderstandings about Dpi - http://www.dpiphoto.eu/dpi.htm
Find out how Vista icons differ from XP icons.
See how RealWorld Icon Editor handles Vista icons.