Programs for extracting and converting Windows icons
The icoutils are a set of command-line programs for extracting and converting images in Microsoft Windows(R) icon and cursor files. These files usually have the extension .ico or .cur, but they can also be embedded in executables and libraries (.dll-files).
The icoutils are a set of command-line programs for extracting and converting images in Microsoft Windows(R) icon and cursor files. These files usually have the extension .ico or .cur, but they can also be embedded in executables and libraries (.dll-files).
To install icoutils, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install icoutils
To see what files were installed by icoutils, run:
port contents icoutils
To later upgrade icoutils, run:
sudo port selfupdate && sudo port upgrade icoutils
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.