Trying to resize from 48x48 icon to 16x16 and the resulting file from imagemagick is 16x16 but cut off around the square.
Command:
convert -resize "16x16" businessman_add.ico -depth 8 mynew.ico
- Original Icon: http://www.workingstorage.com/files/businessman_add.ico
- New Icon: http://www.workingstorage.com/files/mynew.ico
I want the new one to shrink and not get cut off. This is driving me insane.
Edit: So I used Photoshop 7 + plugin, IconFX, and Axialis. Turns out that dropping a 48x48 to a 16x16 is going to have a little bit of funky artifacting and cutoffs. I forgot we only have a 16x16 grid to fool with!
