Re: Nicely scaling a CALayer (interpolation?)
Re: Nicely scaling a CALayer (interpolation?)
- Subject: Re: Nicely scaling a CALayer (interpolation?)
- From: David Duncan <email@hidden>
- Date: Tue, 26 Feb 2008 09:53:37 -0800
On Feb 26, 2008, at 1:42 AM, Martin wrote:
I think that I need to tell my CALayer to use interpolation rather
than linear scaling, right?
I've tried to do that but this doesn't work:
imageLayer.minificationFilter = kCAFilterNearest;
The nearest filter is "nearest neighbor" or no interpolation. Try
using kCAFilterLinear instead.
--
David Duncan
Apple DTS Animation and Printing
email@hidden
_______________________________________________
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