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, it's not nice. I understand apps needing 2x artwork piece, that > makes sense. However I'm unsure how a normal app (like Chrome) needs special > treatment
Because Chrome is not a "Normal" app, and it does not just use standard API for rendering. Usually everything just works. You can already test that on your standard screen by enabling HiDPI using the Quartz Debug utility that used to be part of Xcode but is now distributed in an extra package (the Graphic Tools package IIRC). It may not reveal subtle rendering bug, but will let you know if something goes really wrong in your drawing code, and coordinate computation. > just drawing to the screen and I didn't find a document describing 'all the > things you might have to do to make your application retina-compatible', is > there one? I thought the idea was it would just work. > > My impression of retina was that the display was beyond the eye's resolution > ability so it didn't matter what the resolution of the underlying screen is, > the system maps it on, antialiases it and, because of the real underlying > screen pixel resolution, you can't tell the difference. (inserts a bit of > doubt there, antialiased is never as good) > > Total curio for me here, I don't have an app which needs it, but nor can I > find a document which describes potential compatibility issues and work which > might be required. Is there one? > _______________________________________________ > > Cocoa-dev mailing list ([email protected]) > > Please do not post admin requests or moderator comments to the list. > Contact the moderators at cocoa-dev-admins(at)lists.apple.com > > Help/Unsubscribe/Update your Subscription: > https://lists.apple.com/mailman/options/cocoa-dev/devlists%40shadowlab.org > > This email sent to [email protected] -- Jean-Daniel _______________________________________________ Cocoa-dev mailing list ([email protected]) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [email protected]
