libiptcdata is a library for manipulating the International Press Telecommunications Council (IPTC) metadata stored within multimedia files such as images. This metadata can include captions and keywords, often used by popular photo management applications. The libiptcdata package also includes a command-line utility, iptc, for editing IPTC data in JPEG files.
libiptcdata is a library for manipulating the International Press Telecommunications Council (IPTC) metadata stored within multimedia files such as images. This metadata can include captions and keywords, often used by popular photo management applications. The libiptcdata package also includes a command-line utility, iptc, for editing IPTC data in JPEG files.
To install libiptcdata, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install libiptcdata
To see what files were installed by libiptcdata, run:
port contents libiptcdata
To later upgrade libiptcdata, run:
sudo port selfupdate && sudo port upgrade libiptcdata
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.