a set of tools for converting images to Apple II format
Rgb2Hires is a set of tools to help convert a modern RGB image (JPEG, PNG) to the HIRES format for Apple II computers, either as a binary export or an assembly listing.
Rgb2Hires is a set of tools to help convert a modern RGB image (JPEG, PNG) to the HIRES format for Apple II computers, either as a binary export or an assembly listing.
To install Rgb2Hires, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install Rgb2Hires
To see what files were installed by Rgb2Hires, run:
port contents Rgb2Hires
To later upgrade Rgb2Hires, run:
sudo port selfupdate && sudo port upgrade Rgb2Hires
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.