Earlier quoted context omitted.
> At 2880 pixels wide, the new MacBook Pro resolution is about 1.5 times as many pixels across the screen as a typical high resolution display at 1900 pixels. A typical high resolution display of what physical size? Using the resolution is meaningless, it's the DPI that's important in this case. Also, the 2x is not really marketing copy. It's the number of physical pixels that make up each geometric "point" in an App…
Isn't that ratio 4x then? Or am I not understanding retina displays correctly?
The Retina War is upon us.
61–70 of 96 posts
Re: The Retina War is upon us.
#62Re: The Retina War is upon us.
#63Earlier quoted context omitted.
One other facet of vector graphics, they don't always look that great at all scales. I seem to recall a graphics designer blog that compared a vector to an image that was tweaked at the same scale resolutions. The differences were staggering. I don't think vector graphics are a panacea anymore. I'll see if I can find the link, was rather eye opening.
Relevant links in this comment: http://news.ycombinator.com/item?id=4252640
While that link makes me appreciate that SVG speficially might be hard to work with and that simply scaling everything proportionally might not make for good icons across all sizes, I remain unconvinced that vector icons are hopeless. Perhaps SVG's have the ability to do what I describe above, or perhaps we need a more powerful vector graphics format to work with.
Re: The Retina War is upon us.
#64Earlier quoted context omitted.
There's really nothing hard about using vectors; they'll just be blurry because they're probably not pixel-fitted. Also, complex icons are much smaller and faster to render in raster format.
Of course, for Retina displays, those small vector-based graphics will look great. For everyone else, they'll be blurry. So maybe that will simply add to the "tough for non-Retina users" momentum...
Re: The Retina War is upon us.
#65In my opinion Photoshop is absolutely inappropriate tool in this new era. It was never really meant to design user interfaces. Designers should finally stop thinking in terms of pixels as they don't really make any sense if your application will be shown on screens with more than one kind of pixel density. There should be no problems with using vector graphics on high resolution screens and it will look much better o…
Re: The Retina War is upon us.
#66In my opinion Photoshop is absolutely inappropriate tool in this new era. It was never really meant to design user interfaces. Designers should finally stop thinking in terms of pixels as they don't really make any sense if your application will be shown on screens with more than one kind of pixel density. There should be no problems with using vector graphics on high resolution screens and it will look much better o…
Re: The Retina War is upon us.
#67Earlier quoted context omitted.
> At 2880 pixels wide, the new MacBook Pro resolution is about 1.5 times as many pixels across the screen as a typical high resolution display at 1900 pixels. A typical high resolution display of what physical size? Using the resolution is meaningless, it's the DPI that's important in this case. Also, the 2x is not really marketing copy. It's the number of physical pixels that make up each geometric "point" in an App…
Resolution is only thing that matters. It tells how much information you can cram into a screen. If pixels are too large move back. If they are too small move closer. If your screen is glued to the keyboard. Detach it. Like in asus transformer.
Re: The Retina War is upon us.
#68I enjoy the high pixel density displays on small devices like iPhone 4. However the iPad 3's display doesn't really interest me. I just don't hold the device that close to my eyes. Snappy, responsive UIs are the most important thing to me. I'll trade the animations, rounded-corners, gradients, drop shadows and bouncy effects for a more craigslist-like UI. Something that's simple, basic and functional.
Re: The Retina War is upon us.
#69In my opinion Photoshop is absolutely inappropriate tool in this new era. It was never really meant to design user interfaces. Designers should finally stop thinking in terms of pixels as they don't really make any sense if your application will be shown on screens with more than one kind of pixel density. There should be no problems with using vector graphics on high resolution screens and it will look much better o…
Vector graphics are not a panacea: http://simurai.com/post/19895985870/icon-sharpness-limbo http://www.pushing-pixels.org/2011/11/04/about-those-vector-...
I liken this situation a lot to adapting a site to multiple devices with media queries. Does it help? Oh hell yes. Would a unique mobile site be better? Probably, if you had the time and resources to commit to it.
Of course custom raster will look better, but I don't think it's realistic for most teams. If you didn't handcraft the pixels of your favicon you're not a candidate. Vector solves much of the problem and will continue to, even when new densities come out.
Re: The Retina War is upon us.
#70In my opinion Photoshop is absolutely inappropriate tool in this new era. It was never really meant to design user interfaces. Designers should finally stop thinking in terms of pixels as they don't really make any sense if your application will be shown on screens with more than one kind of pixel density. There should be no problems with using vector graphics on high resolution screens and it will look much better o…
HTML doesn't support vector images well. Yeah, you have SVG in modern browsers, but which one is easier? or (fails in IE8- and IE9 quirks)