A CLI tool to find the dominant colours in an image
This is a command-line tool for finding the dominant colours of an image. It prints their hex codes to the terminal, along with a preview of the colour (in terminals that support ANSI escape codes)
This is a command-line tool for finding the dominant colours of an image. It prints their hex codes to the terminal, along with a preview of the colour (in terminals that support ANSI escape codes)
To install dominant_colours, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install dominant_colours
To see what files were installed by dominant_colours, run:
port contents dominant_colours
To later upgrade dominant_colours, run:
sudo port selfupdate && sudo port upgrade dominant_colours
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.