libdicom is a C library and a set of tools for reading files that follow the DICOM medical imaging standard. It allows random access to individual frame items of Pixel Data elements, permitting efficient processing of large DICOM images.
libdicom is a C library and a set of tools for reading files that follow the DICOM medical imaging standard. It allows random access to individual frame items of Pixel Data elements, permitting efficient processing of large DICOM images.
To install libdicom, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install libdicom
To see what files were installed by libdicom, run:
port contents libdicom
To later upgrade libdicom, run:
sudo port selfupdate && sudo port upgrade libdicom
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.