Anyone know the DPI of the 24" iMac?
Scott Anguish
scott at cocoadoc.com
Thu Oct 19 14:16:32 PDT 2006
well, I did do that... but I wasn't confident in the results...
especially when you run Quartz Debug on a 23" display and look at the
User Interface Resolution and it says 72 dpi
the calculation on the other hand gives you
(1920 * 1920) + (1200 * 1200)
= 5126400
sqrt(5126400) / 23
= 98.441542247547 dpi
which just doesn't jive.
that's why I was hoping someone could either run Quartz Debug, or my
little app.
On Oct 19, 2006, at 5:04 PM, steve harley wrote:
> they whom i call Scott Anguish wrote:
>> I'm curious what the dot pitch is of the beast...
>> If you have one and don't know, and don't mind running a small app
>> I've got that'll tell you, I'd be forever in your debt...
>
> just use this formula
>
> ppi = sqrt (wpixels^2 + hpixels^2) / diagonal_inches
>
> so
>
> ppi = sqrt (1920^2 + 1200^2) / 24"
> ppi = 2264 pixels / 24"
> ppi = 94.3
>
> not an especially fine pixel pitch ...
>
>
> _______________________________________________
> MacOSX-talk mailing list
> MacOSX-talk at omnigroup.com
> http://www.omnigroup.com/mailman/listinfo/macosx-talk
More information about the MacOSX-talk
mailing list