pydicom

Read, modify and write DICOM files with python code

Github星跟蹤圖

pydicom

Build Status
AppVeyor
CircleCI
codecov
Python version
PyPI version
DOI
Gitter

pydicom is a pure python package for working with DICOM files.
It was made for inspecting and modifying DICOM data in an easy "pythonic" way.
The modifications can be written again to a new file.

As a pure python package, pydicom can run anywhere python runs without any other requirements,
although NumPy is needed if manipulating pixel data.

pydicom is not a DICOM server, and is not primarily about viewing images.
It is designed to let you
manipulate data elements in DICOM files with python code.

Limitations -- for files with compressed pixel data, pydicom can decompress
it (with additional libraries installed) and allow you to manipulate the data,
but can only store changed pixel data as uncompressed. Files can always be
read and saved (including compressed pixel data that has not been modified),
but once decompressed, modified pixel data cannot be compressed again.

Documentation

pydicom documentation is available on GitHub Pages both for the development
(master) version
and for the
released version. The
documentation for the previous 0.9.9 version
is still there for reference.

See Getting Started
for installation and basic information, and the
User Guide
for an overview of how to use the pydicom library.
To contribute to pydicom, read our contribution guide.
To contribute an example or extension of pydicom that does not belong with
the core software, see our contribution repository,
contrib-pydicom.

主要指標

概覽
名稱與所有者pydicom/pydicom
主編程語言Python
編程語言Python (語言數: 3)
平台
許可證Other
所有者活动
創建於2013-10-31 02:58:52
推送於2025-06-15 05:18:55
最后一次提交
發布數47
最新版本名稱v3.0.1 (發布於 )
第一版名稱release-0.9.1 (發布於 )
用户参与
星數2k
關注者數64
派生數505
提交數1.8k
已啟用問題?
問題數1075
打開的問題數12
拉請求數906
打開的拉請求數1
關閉的拉請求數97
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?