libopenraw is an ongoing project to provide a free software implementation for decoding camera RAW files.
libopenraw is an ongoing project to provide a free software implementation for decoding camera RAW files. One of the main reasons is that dcraw is not suited for easy integration into applications, and there is a need for an easy to use API to build free software digital image processing applications. It also has the goal to address features missing from dcraw such as meta-data decoding and easy thumbnail extraction.
libopenraw is an ongoing project to provide a free software implementation for decoding camera RAW files. One of the main reasons is that dcraw is not suited for easy integration into applications, and there is a need for an easy to use API to build free software digital image processing applications. It also has the goal to address features missing from dcraw such as meta-data decoding and easy thumbnail extraction.
To install libopenraw-legacy, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install libopenraw-legacy
To see what files were installed by libopenraw-legacy, run:
port contents libopenraw-legacy
To later upgrade libopenraw-legacy, run:
sudo port selfupdate && sudo port upgrade libopenraw-legacy
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.