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!