Minimal command-line tool for decompressing DICOM files with compressed pixel data.
Project description
dicom-decompress
A command-line utility for decompressing DICOM files with compressed pixel data. If photometric interpretation is one of
YBR_FULL, YBR_FULL_422, PALETTE COLOR an attempt to transcode pixel data to RBG will be made.
Installation
pip install dicom-decompress
This will install the terminal command dicom-decompress in your environment.
To decompress a single file run
dicom-decompress in.dcm out.dcm
where in.dcm is the file to decompress and out.dcm is the decompressed target file.
To decompress multiple files in-place run e.g.
find . -name "*.dcm" -exec echo {} \; -exec dicom-decompress {} {} \;
Dependencies
Development
- To build:
python setup.py sdist bdist_wheel(requires python3 + wheel package) - To install:
pip install --force-reinstall dist/dicom_decompress-x.y.z-py3-none-any.whl, (x.y.z is version, see setup.py) - To publish
- Install twine:
pip install twine - Build package (cf. above)
- Make sure it passes the twine check:
twine check dist/* - Publish:
twine upload dist/*
- Install twine:
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file dicom-decompress-0.0.5.tar.gz.
File metadata
- Download URL: dicom-decompress-0.0.5.tar.gz
- Upload date:
- Size: 3.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/54.0.0 requests-toolbelt/0.9.1 tqdm/4.58.0 CPython/3.8.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
767a44302ef0d6ef35507874e0d5c413e475374505fe50edd06241901fb18064
|
|
| MD5 |
2139cfe18860a6e50a33326f07124597
|
|
| BLAKE2b-256 |
7608f06b169a85741fe77b9904381f53dadba0d28a1d823b4ec9aecc03fdb3eb
|
File details
Details for the file dicom_decompress-0.0.5-py3-none-any.whl.
File metadata
- Download URL: dicom_decompress-0.0.5-py3-none-any.whl
- Upload date:
- Size: 15.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/54.0.0 requests-toolbelt/0.9.1 tqdm/4.58.0 CPython/3.8.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5813003eb8e934f84b2c8a49016925a3cf42d65de4b06fa1e96b430c0cdd5095
|
|
| MD5 |
54667af4c0b5be18b275e50bc313669e
|
|
| BLAKE2b-256 |
fde6007da92ec37cffe1b62a6e8d746f06ccd7b995bab925d7c4a3aa5932cb13
|