Re: Scaling Problem with CIAffineTransform
Re: Scaling Problem with CIAffineTransform
- Subject: Re: Scaling Problem with CIAffineTransform
- From: Thomas Dingler <email@hidden>
- Date: Wed, 29 Nov 2006 16:12:25 +0100
Turning of anti aliasing in GC has no effect.. I also tried the
CIContext sending it.. no change visible
The fact is: Using NSImage setSize: method will produce the correct
image!
Thomas
Am 29.11.2006 um 12:54 schrieb Scott Stevenson:
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:
40thomasdingler.de
This email sent to email@hidden
_______________________________________________
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