Icondeveloper Question

I'm trying to convert the .png files of the Fett Drives I made into .ico format. When I convert them the 32 bit versions look fine, but the 8 bit versions look like they got beat with the ugly stick, and for some reason all the black is gone. I'm using default transparency for the alpha channel if that makes any difference.

Do I even need to create 8 bit icons? What are the best/most common sizes to create for .ico icons?

 

3,666 views 2 replies
Reply #1 Top

I would think you would need them all sizes, from systray sized 16x16 to extra large 256x256 to be able to use them throughout Windows.

NeXus uses 16x up to 128x so those are going to be needed for sure.

Not sure about 8  bit but you can see in Icon Developer that 8 bit and 4 bit degrade the quality so I wouldn't use them if I didn't have to.

Reply #2 Top

Cheers, Wiz.

Can't for the life of me understand why 8 bit and 4 bit are an option if they make your icons look cruddy. Ours is not to reason why, I guess.

I'll get these converted in 32 bit (all sizes) and then get started on a screenshot for them. Then I'll PM MikeB314 for permission to upload.