Exchangeable Image File Format for Digital Still Cameras is a meta-information tag that can be embedded in tiff or jpeg image files. EXIF.py is a Python interface to this data.
Exchangeable Image File Format for Digital Still Cameras is a meta-information tag that can be embedded in tiff or jpeg image files. EXIF.py is a Python interface to this data.
To install py310-exifread, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install py310-exifread
To see what files were installed by py310-exifread, run:
port contents py310-exifread
To later upgrade py310-exifread, run:
sudo port selfupdate && sudo port upgrade py310-exifread
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.