On Fri, Oct 21, 2011 at 12:42 PM, David Hoerl <dho...@mac.com> wrote:
> So, is this really acceptable? In virtually every image I have, the 1x image
> is just a scaled down 2x image. By dropping the 1x images I can greatly
> reduce the number of images stuffed into my app.

Except that iOS can just memory-map the 1x versions of your icons and
potentially blit them straight into VRAM. If you only include 2x
versions, you'll force the phone to do a lot of scaling, especially if
it needs to rasterize the image for certain effects.

--Kyle Sluder
_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

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:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to