Re: Toolbar Icon Workflow
Re: Toolbar Icon Workflow
- Subject: Re: Toolbar Icon Workflow
- From: "Paul Sanders" <email@hidden>
- Date: Sun, 27 Jun 2010 09:49:55 +0100
> if you use a PDF, it has the resolution independence, but will look fuzzy at non-native resolutions
But if a PDF contains only vector graphics elements it has no native resolution so it should scale to any size reasonably well. Just don't put any bitmaps in there.
Here's a simple example:
http://img819.imageshack.us/img819/8696/screenshot20100627at094.png
This was created as a vector graphic and scaled at display time. As you can see, it looks pretty good. Perhaps not as sharp as a pixel-perfect bitmap but good enough for me. The image is just the green bit (space was at a premium!). And in fact it's not as good as it could be because it goes via an intermediate bitmap for cross-platform reasons. Using the PDF direct might look a bit better still.
Regards,
Paul Sanders.
_______________________________________________
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