Re: CALayer animating images
Re: CALayer animating images
- Subject: Re: CALayer animating images
- From: David Duncan <email@hidden>
- Date: Wed, 21 Jan 2009 10:46:33 -0800
On Jan 20, 2009, at 2:08 AM, Kishore Gedela wrote:
Hi All,
I'm working on a presentation application which will animate given
images with a specified transition. I'm using CALayer to animate/
display the images.
When animating/displaying large sized images I'm getting a white
screen with "... image is too large for GPU, ignoring" exception.
CALayers are limited to the maximum texture size of the underlying
graphics hardware, so if you are getting this warning, your images are
too big for the hardware your on and you will need to make them smaller.
--
David Duncan
Apple DTS Animation and Printing
_______________________________________________
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