Unable to write ICO files with transparency
Posted: Mon Jul 09, 2012 8:42 am
Hi,
I can't get the output of ICO files with a transparent background color to work correctly with NConvert 0.61 on Mac OS X. I'm using this vector graphic for input. The command line I'm using is
which gives me a white opaque background. However, if I just change the output format to PNG like this
The output has palette-index based transparency. Any way to get this working for ICO output, too?
Thanks!
I can't get the output of ICO files with a transparent background color to work correctly with NConvert 0.61 on Mac OS X. I'm using this vector graphic for input. The command line I'm using is
Code: Select all
nconvert -out ico -o nconvert-git.ico -transparent 0 -colors 256 -resize 256 256 Git-Icon-1788C.eps
Code: Select all
nconvert -out png -o nconvert-git.png -transparent 0 -colors 256 -resize 256 256 Git-Icon-1788C.eps
Thanks!