Best way to export an icon from photoshop?

Posted by Mudtail on Super User See other posts from Super User or by Mudtail
Published on 2010-03-14T21:47:23Z Indexed on 2010/03/14 22:25 UTC
Read the original article Hit count: 237

Filed under:
|
|
|
|

Hi, 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

© Super User or respective owner

Best way to export an icon from photoshop?

Posted by Mudtail on Stack Overflow See other posts from Stack Overflow or by Mudtail
Published on 2010-03-14T21:47:23Z Indexed on 2010/03/14 21:55 UTC
Read the original article Hit count: 237

Filed under:
|
|
|
|

Hi, 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

© Stack Overflow or respective owner

Related posts about c#

Related posts about VS2010