convert Windows .ico icon files into .xpm and .png files
A small utility to convert Windows .ico icon files into .xpm and .png files. This can be done in batches, and properly supports transparencies as well as non 32x32 icon sizes. It also supports 24 bit icons.
A small utility to convert Windows .ico icon files into .xpm and .png files. This can be done in batches, and properly supports transparencies as well as non 32x32 icon sizes. It also supports 24 bit icons.
To install icoconvert, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install icoconvert
To see what files were installed by icoconvert, run:
port contents icoconvert
To later upgrade icoconvert, run:
sudo port selfupdate && sudo port upgrade icoconvert
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.