I'm writing a program to notify me of new email. It's mostly complete, I'm just working on the notifyicon code now. It's supposed to display the usual application icon with a box containing the count of unread emails inside it. I created icons for this in photoshop, exported them as 16x16 transparent PNGs, then converted them into windows ico files using ConvertIcon.com. Given that the image was 16x16 and the WinXP system tray uses 16x16 icons, I would assume the images would work. HOWEVER, when I start the application and get an email, the icon's all blurry: http://cyndle.com/bPJ7
feedback
|
migrated from stackoverflow.com Mar 14 '10 at 22:21
This question came from our site for professional and enthusiast programmers.
closed as not a real question by random♦ Jan 22 at 21:45
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. See the FAQ for guidance on how to improve it.
|
You can download an icon plugin for photoshop to save your image as .ICO icon file. | |||
|
feedback
|
|
aren't windows icons supposed to start out as BMPs? (I have a vague recollection of this from 15 years ago... have things changed since then)? | |||
|
feedback
|
|
Doesn't look blurry to me. The green blobby thing two icons to the right is blurry. Your icon looks nicely anti-aliased. Looks definitely good from 6 feet away. Not that much you can do with only 16x16 pixels and 256 colors. Creating icons that look good in such a small space is an art, mastered by few. | |||
|
feedback
|