The DPI number is meaningless; it has nothing to do with displaying images on the web. The only thing it might be used for is programs that use the DPI/resolution to determine image dimensions for printing (but most decent printing programs won't limit you this way).
Quote:
|
My question is how do you keep the Exif info if you use the "save for web" function in ps? I would like to retain that info when I resize it
|
You can't. Best solution is to not use "Save For the Web" at all since it really doesn't do much for you anyway (it's not even smart enough to convert images to sRGB which is what you need for proper web display).
Here's the list of steps I take for generating a web JPG from an image:
1) Resize to 800 wide (horizontal) or 700 tall (vertical) using Bicubic Smoother.
2) Flatten Image
3) Apply some USM (90%, .3 radius, threshold = 1)
4) Convert to sRGB profile
5) Convert to 8-bit mode
6) Save as qualty 10 JPG.
It may sound like a lot of work but I have an action (actually one each for horizontal and vertical) so that I can batch a whole bunch of images at once with no user intervention.