Re: Better Anti-Aliasing for drawing?
Re: Better Anti-Aliasing for drawing?
- Subject: Re: Better Anti-Aliasing for drawing?
- From: Jean-Daniel Dupas <email@hidden>
- Date: Fri, 29 Feb 2008 11:15:19 +0100
Le 29 févr. 08 à 10:50, Ben Lachman a écrit :
I have some stuff that I draw rotated a small amount (~10 degrees)
and the lines looks a little bit chunky for my tastes. You can see
an example at: <http://www.acaciatreesoftware.com/bad-anti-aliasing.png
>.
Is there any way to coax better antialiasing out of drawing things
at this small an angle?
Thanks,
->Ben
--
Ben Lachman
Acacia Tree Software
Try this:
[[NSGraphicsContext currentContext]
setImageInterpolation:NSImageInterpolationHigh];
_______________________________________________
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