SpaceGirl wrote:
>
> resolutions.DeleteThis@att.net wrote:
> > Many recommend publishing web jpegs at 72dpi. But PCs and Macs display
> > iamges at different resolutions. Will 72dpi work equally well for both,
> > or is there a better solution? Thanks.
>
> dpi has no meaning in screen design.
>
> For example, I could have a 21" display running at 800 x 600. The DPI
> woyuld be something like 50. On the other hand the same screen maybe
> running at 1600x1200, with a DPI of around 100. It's meaningless. When
> working with graphics for display on a computer (web page or
> otherwise), draw it actual size. Pixel for pixel.
Thank you and Benjamin for the responses. I do understand this to some
extent, and probably should rephrase my questions and provide more
context.
My images created in Photoshop are intended for inkjet printing and have
very high dpi. I want to display these on web pages with jpegs of much
smaller file sizes *and* the best quality. When Saving for Web in
Photoshop (to create the jpegs), I have the choice to down sample to
either 72dpi or higher. The higher dpi will increase the file size, and
I'm not sure if that will buy me better quality in web pages.
In html/css, the image's width/height dimensions in pixels will be
defined to be exactly equal to the jpeg's width/height dimensions in
pixels. I think that's what you meant by "draw it actual size. Pixel for
pixel", and what Benjamin noted as well.
Will doing so let the jpeg to be displayed with its "natural"
width/height dimensions in pixels, regardless of what the monitor
resolution is? In this context, will a jpeg created at 72dpi or higher
make any difference other than its file size?
My intent is to preserve the jpeg's "natural" pixel dimensions, so that
it won't be degraded from interpolations due to monitor resolution
differences.
>> Stay informed about: Jpeg resolution for PC and Mac