Hi,
as you know Windows since Vista supports icons to be PNG compressed. While IM is able to identify such icons, is does not seem to be able to create them. At least I was not able to get "-compress Zip" to work with icons.
For testing, use http://git-scm.com/images/logos/downloa ... -1788C.eps and do
$ convert -colorspace sRGB Git-Icon-1788C.eps -resize 256x256 -compress Zip git.ico
$ identify.exe -verbose git.ico | grep Compression
Compression: Undefined
[FIXED] "-compress Zip" does not work to create PNG icons
[FIXED] "-compress Zip" does not work to create PNG icons
Last edited by eyebex on 2013-04-25T23:53:43-07:00, edited 1 time in total.
Re: -compress Zip does not work to create PNG icons
This seems to be fixed in IM 6.8.4. Thanks!