Is 32-bit ICO supported?
Posted: 2008-02-09T12:57:36-07:00
Does the ICO writer use the Alpha channel when writing?
Results in a 24-bit ICO (I also tried ICON:)
I've used a program called IconFX to create icons with transparency and it works.
If you look at this screenshot, the image on the left was a result of using ImageMagik. The image on the right was from importing using IconFX.
My ultimate goal is to have multiple image sizes in one file (using +page).
If it's not supported, is this support scheduled for a future release?
Thanks!
Code: Select all
convert source.bmp -depth 32 -resize 32x32 ICO:test.ico
I've used a program called IconFX to create icons with transparency and it works.
If you look at this screenshot, the image on the left was a result of using ImageMagik. The image on the right was from importing using IconFX.
My ultimate goal is to have multiple image sizes in one file (using +page).
If it's not supported, is this support scheduled for a future release?
Thanks!