Pixel Perfect ppi
6 Sep 2011 - 3:08pm
4 replies
820 reads
Fellow Designers,
What is the best way to design icons for multiple devices? Different devices (Andriod, Windows Phone 7) have different screen specs - each phone has a different pixel-per-inch resolution.
By what method would one ensure that icons look crisp across devices with different ppi?
Thanks!
Comments
Unfortunately there isn't really a good answer without actually testing on screens of various resolution/pixel density. If you just want to get a sense of general sizes/proportions, you can set the PPI in graphics programs like Fireworks and print screens at 100%. But, that's not really going to help you evaluate the crispness of icons. For that, you'll need to look on actual devices.
That said, ppi differences aren't a new problem (laptop & desktop monitors have been anywhere in the range of 85-120ppi for years). It's probably every 50-75ppi that the difference is noticable enough that it might have an impact on design. You might want to pick one representative device at each of a few points on the spectrum:
Thank you Adam.
Quircksmode by PPK is a good source for various aspects of mobile web development:
http://www.quirksmode.org/mobile/
- Yohan
If you want your icons to look perfect across devices, you need to create the icons at different resolutions and serve up the appropriate graphics based on the screen resolution. Depending on what devices you want to support, you will need a diffrent number of versions of each graphic. Also beware that depending on the deign, you may also need different graphics for portrait vs.landscape on each device.