Re: Blur NSImage
Re: Blur NSImage
- Subject: Re: Blur NSImage
- From: Michael Vannorsdel <email@hidden>
- Date: Sat, 13 Jun 2009 22:43:58 -0600
To reiterate, this is probably the best solution if you want to blur
all images that will be set on this image view. From IB you just
activate the Core Animation layer for the image view and attach the
gaussian blur filter to it. Then every image it displays will be
blurred automatically.
On Jun 13, 2009, at 9:37 PM, Kyle Sluder wrote:
Look into Core Image filters. You can apply them to any layer-backed
view. You can even do it from within Interface Bulder, on the View
Effects tab of the inspector.
_______________________________________________
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