Scale2x is real-time graphics effect able to increase the size of small bitmaps guessing the missing pixels without interpolating pixels and blurring the images.
Scale2x is real-time graphics effect able to increase the size of small bitmaps guessing the missing pixels without interpolating pixels and blurring the images.
To install scale2x, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install scale2x
To see what files were installed by scale2x, run:
port contents scale2x
To later upgrade scale2x, run:
sudo port selfupdate && sudo port upgrade scale2x
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.