Re: Scaling Problem with CIAffineTransform
Re: Scaling Problem with CIAffineTransform
- Subject: Re: Scaling Problem with CIAffineTransform
- From: Scott Stevenson <email@hidden>
- Date: Wed, 29 Nov 2006 03:54:46 -0800
On Nov 29, 2006, at 3:30 AM, Thomas Dingler wrote:
Is there a way to scale the image without Anti-Aliasing?
Did you try turning off anti-aliasing in the graphics context?
I haven't tried this with Core Image object but I'm guessing it works
the same.
[[NSGraphicsContext currentContext] setShouldAntialias:NO];
- Scott
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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