I'm looking for a way to not only change the DPI, but to retain the original print size while doing so.
For example, if I have a tiff that is 300 dpi and prints at 8.5"x11", I'd like the ability to change the dpi to 200, and have the pixel count reduce along with it so that the print size remains at 8.5x11.
I could do the math (200 dpi is 66.67% of 300 dpi so set image size to 67%), however the input files might be variable dpi, whereas I wish all the output to be 200 so if one file is 300 dpi, it will need 67% resize, if another is 400 dpi it will need 50% resize, etc
Is this possible at all?
Thanks!
-Chris
For example, if I have a tiff that is 300 dpi and prints at 8.5"x11", I'd like the ability to change the dpi to 200, and have the pixel count reduce along with it so that the print size remains at 8.5x11.
I could do the math (200 dpi is 66.67% of 300 dpi so set image size to 67%), however the input files might be variable dpi, whereas I wish all the output to be 200 so if one file is 300 dpi, it will need 67% resize, if another is 400 dpi it will need 50% resize, etc
Is this possible at all?
Thanks!
-Chris
Comment