py-gd is a python wrapper for the graphics library GD so you can use python to create/manipulate images (png, jpeg) by drawing lines, text, doing flood-fills, etc.
py-gd is a python wrapper for the graphics library GD so you can use python to create/manipulate images (png, jpeg) by drawing lines, text, doing flood-fills, etc.
To install py27-gd, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install py27-gd
To see what files were installed by py27-gd, run:
port contents py27-gd
To later upgrade py27-gd, run:
sudo port selfupdate && sudo port upgrade py27-gd
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.