Re: updates for retina

2012-06-18 Thread Nathan Sims
On Jun 15, 2012, at 11:05 PM, Ken Thomases wrote: > High Resolution Guidelines for OS X > Is there an equivalent iOS document? _

Re: updates for retina

2012-06-15 Thread Ken Thomases
On Jun 15, 2012, at 9:21 AM, Roland King wrote: > I didn't find a document describing 'all the things you might have to do to > make your application retina-compatible', is there one? High Resolution Guidelines for OS X

Re: updates for retina

2012-06-15 Thread Jens Alfke
On Jun 15, 2012, at 8:02 AM, Jean-Daniel Dupas wrote: > Because Chrome is not a "Normal" app, and it does not just use standard API > for rendering. To be precise: Chrome draws web page contents into offscreen pixmaps and then copies those to the screen. (This is for security: the drawing is d

Re: updates for retina

2012-06-15 Thread Jean-Daniel Dupas
Le 15 juin 2012 à 16:21, Roland King a écrit : > I was reading around about the new Macbook Pro retina display today and there > were quite a lot of comments about how apps may need updating to support it. > Chrome was mentioned as an app which doesn't look good currently, I saw the > pictures

Re: updates for retina

2012-06-15 Thread lbland
hi- On Jun 15, 2012, at 10:21 AM, Roland King wrote: > I understand apps needing 2x artwork piece, that makes sense. Why does that make sense? If your tool icon needs to be 32x32 pixels then make a TIFF/PNG 64x64 (or 128x128 or 256x256) and let NSImage do the rest. for icns, add all represent

Re: updates for retina

2012-06-15 Thread Bill Cheeseman
On Jun 15, 2012, at 10:21 AM, Roland King wrote: > I was reading around about the new Macbook Pro retina display today and there > were quite a lot of comments about how apps may need updating to support it. > Chrome was mentioned as an app which doesn't look good currently, I saw the > pictur

updates for retina

2012-06-15 Thread Roland King
I was reading around about the new Macbook Pro retina display today and there were quite a lot of comments about how apps may need updating to support it. Chrome was mentioned as an app which doesn't look good currently, I saw the pictures, it's not nice. I understand apps needing 2x artwork pie