blob: b8b083c8d57905ccbc9726c3c5ad46dfc4e3cf35 (
plain) (
blame)
1
2
3
4
5
6
7
|
pydicom is a pure python package for working with DICOM files. It was
made for inspecting and modifying DICOM files in an easy "pythonic"
way. The modifications can be written again to a new file. As a pure
python package, it should run anywhere python runs without any other
requirements.
WWW: https://github.com/pydicom/pydicom
|