Efferent-Health / fo-dicom.Codecs

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

Jpeg missing end tag FFD9 #37

Closed cocosip closed 1 year ago

cocosip commented 1 year ago
var dicomfile = await DicomFile.OpenAsync("D:\\222.dcm");
var dicomImage = new DicomImage(dicomfile.Dataset).RenderImage();

When i try to render image ,get some error JPEG 12 bit codec unable to perform reading scanlines pixel data

I find jpeg data missing end tag FF D9. Is there a way to deal with this problem?

jaime-olivares commented 1 year ago

Hi @cocosip, Can you send an anonymized dcm sample?

jaime-olivares commented 1 year ago

We will close this issue soon, as we don't have enough evidence to help evaluate.