Re: better image scaling?
Re: better image scaling?
- Subject: Re: better image scaling?
- From: Allan Odgaard <email@hidden>
- Date: Wed, 19 May 2004 00:50:54 +0200
On 18. May 2004, at 20:46, matt neuburg wrote:
Hi, Try to use NSGraphicsContext's setImageInterpolation
or setShouldAntialias.
It turned out that setImageInterpolation using *no* interpolation
(NSImageInterpolationNone) solved the problem. (Those who advised
setting it
to NSImageInterpolationHigh had it exactly backwards; that made it
fuzzier.)
By fuzzier do you then mean more blurred? Cause that is what image
interpolation does, and I think people took that to be your goal, as
that often gives the best result.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.