Efferent-Health / fo-dicom.Codecs

Cross-platform Dicom native codecs for fo-dicom
Other
64 stars 22 forks source link

Another problematic file with Jpeg2000 Encoding #51

Open bakhtvar opened 10 months ago

bakhtvar commented 10 months ago

Ensure you are reporting a defect related to encoding/decoding pixel data.

Describe the bug The file encoded and turned into ALL white!

To Reproduce var df = DicomFile.Open(@"E:\original.dcm"); df.Clone(DicomTransferSyntax.JPEG2000Lossless).Save(@"E:\original-out.dcm");

image original file

image changed to 2000 and corrupted!

Environment:

jaime-olivares commented 8 months ago

To be analyzed next week