Most digital cameras produce EXIF files, which are JPEG files with extra tags that contain information about the image. The EXIF library allows you to parse an EXIF file and read the data from those tags.
Most digital cameras produce EXIF files, which are JPEG files with extra tags that contain information about the image. The EXIF library allows you to parse an EXIF file and read the data from those tags.
To install libexif, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install libexif
To see what files were installed by libexif, run:
port contents libexif
To later upgrade libexif, run:
sudo port selfupdate && sudo port upgrade libexif
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.