fo-dicom.Codecs icon indicating copy to clipboard operation
fo-dicom.Codecs copied to clipboard

Another problematic file with Jpeg2000 Encoding

Open bakhtvar opened this issue 2 years ago • 1 comments

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:

bakhtvar avatar Aug 15 '23 13:08 bakhtvar

To be analyzed next week

jaime-olivares avatar Nov 07 '23 18:11 jaime-olivares

Hi @bakhtvar, this issue has been solved, please use the latest nuget version 5.14.3. https://www.nuget.org/packages/fo-dicom.Codecs/5.14.3

cbeltran1306 avatar Jul 31 '24 21:07 cbeltran1306