• 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: Nicely scaling a CALayer (interpolation?)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


References: 
 >Nicely scaling a CALayer (interpolation?) (From: Martin <email@hidden>)

  • Prev by Date: Re: - outlineView:willDisplayCell:forTableColumn:item: and selected item
  • Next by Date: NSString floatValue issue
  • Previous by thread: Nicely scaling a CALayer (interpolation?)
  • Next by thread: Event Logging
  • Index(es):
    • Date
    • Thread