• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: How to optimize image loading during core animation?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: How to optimize image loading during core animation?


  • Subject: Re: How to optimize image loading during core animation?
  • From: Shawn Erickson <email@hidden>
  • Date: Thu, 17 Feb 2011 13:33:53 -0800

You will want to decouple the image load and decode operation from the
render side of things as much as you can. You can do that with
threading, async loading, and/or operations/blocks.

Basically you will want to load the image ahead of time before it is
needed for any animation. Then while a prior image is being animated
load next one, etc. Of course you have balance memory and possibly
CPU/IO usage when doing this.

-Shawn
_______________________________________________

Cocoa-dev mailing list (email@hidden)

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:

This email sent to email@hidden

  • Follow-Ups:
    • Re: How to optimize image loading during core animation?
      • From: Gabriel Zachmann <email@hidden>
References: 
 >How to optimize image loading during core animation? (From: Gabriel Zachmann <email@hidden>)

  • Prev by Date: Setting a color in a NSBitmapImageRep to white or black
  • Next by Date: Webkit only working on debug release
  • Previous by thread: Re: How to optimize image loading during core animation?
  • Next by thread: Re: How to optimize image loading during core animation?
  • Index(es):
    • Date
    • Thread