Re: Toolbar Icon Workflow
Re: Toolbar Icon Workflow
- Subject: Re: Toolbar Icon Workflow
- From: Graham Cox <email@hidden>
- Date: Sun, 27 Jun 2010 20:42:35 +1000
On 27/06/2010, at 11:00 AM, Gideon King wrote:
> - if you use a PDF, it has the resolution independence, but will look fuzzy at non-native resolutions
It shouldn't, as it has no native resolution. What can happen though is that NSImage caches it to a bitmap and reuses the bitmap, which can become fuzzy when scaled up. You could investigate turning off caching on the image to avoid that.
--Graham
_______________________________________________
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