libdicom

Library for reading DICOM Whole Slide Images (WSI) files

brewmacoslinux
Try with needOr install directly
Source

About

DICOM WSI read library

Commands

libdicom

Examples

Read and parse a DICOM WSI file to extract image metadata$ libdicom read-wsi input.dcm --metadata
Convert DICOM WSI file to standard image format$ libdicom convert input.dcm --output output.tiff
Extract specific level/frame from a multi-level DICOM WSI$ libdicom extract input.dcm --level 0 --output frame.png