converting xp icons to png does not work, it produces png files different from the source ico file.
using command line Imagemagick 6.2.8 on centOS 5
convert icon with xp format to png
- anthony
- Posts: 8883
- Joined: 2004-05-31T19:27:03-07:00
- Authentication code: 8675308
- Location: Brisbane, Australia
Re: convert icon with xp format to png
Example?
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
https://imagemagick.org/Usage/
Re: convert icon with xp format to png
convert -size 16x16 /root/icon.ico /root/image.png
however the issue was solved by upgrading to 6.4.2
however the issue was solved by upgrading to 6.4.2