Digital camera raw photo decoding software supporting hundreds of cameras
dcraw is a small program for processing raw, unprocessed CCD data files from any of hundreds of digital cameras with better quality output than the tools provided by camera vendors.
dcraw is a small program for processing raw, unprocessed CCD data files from any of hundreds of digital cameras with better quality output than the tools provided by camera vendors.
To install dcraw, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install dcraw
To see what files were installed by dcraw, run:
port contents dcraw
To later upgrade dcraw, run:
sudo port selfupdate && sudo port upgrade dcraw
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.