SMI / dicompixelanon

DICOM Pixel Anonymisation
3 stars 0 forks source link

dicom_redact - DICOM tags not corrected after rewriting #1

Open howff opened 1 year ago

howff commented 1 year ago

e.g. weasis is showing "Lossy compression [10:1]" when the image is no longer compressed. Check the transfersyntax too.

howff commented 1 year ago

Regarding the display of Lossy Compression, there are tags which are designed to indicate whether the image has ever been lossy compressed, just so you know to expect artefacts. The tags are not indicating the current compression scheme.

howff commented 1 year ago

Transfer syntax is listed here: https://www.dicomlibrary.com/dicom/transfer-syntax/ pydicom handling of it: https://pydicom.github.io/pydicom/stable/tutorials/dataset_basics.html