Apr
15
2005

Converting .ico files for use in SWT apps

So you’ve got yourself a snazzy .ico file that you’d like to use in your funky new SWT app. Next step is to find an app that lets you convert .ico files to .gif files (or .png or whatever) that will play with SWT.

To save you some time, if you’re a Windows user, let me point you to the freeware IrfanView which will let you batch convert a whole directory of ico files to gif, png, or whatever. It will also let you set the transparency colour and all that other goodness.

If you’re looking for some icons for your commercial apps, let me just point you to IconExperience and tell you that the money is so worth it. I bought the whole set and they come as .ico and .png (with a pdf catalog to browse). They are just awesome.

If you’re just after some funky window .ico file for free, check out that ones at Fooods Icons. The iCandy Junior set looks pretty darn funky.

About the Author: Glen Smith

2 Comments + Add Comment

  • you don’t have to. SWT can read .ico files and does so on all platforms, according to a post in the eclipse.platform.swt newsgroup today.

  • Frank, You are so right! I don’t know why I thought it wouldn’t. I’m even working on Eclipse 2.x and that supports it too. I’ve just tested this and it’s just fine. Now if only it honored the transparency….

    Thanks for the tip!

Leave a comment

Glen Smith

About Glen

Co-author Grails in Action