Open howff opened 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.
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
e.g. weasis is showing "Lossy compression [10:1]" when the image is no longer compressed. Check the transfersyntax too.