Render JPEG 2000 Image Compression Dicom with Fo-Dicom
问题 I'm try to create a simple WinForms viewer to show DICOM files generated in a NOVARAD pacs system. I'm using the following code from their GitHub page: var image = new DicomImage(@"C:\myDicom.dcm"); image.RenderImage().AsClonedBitmap().Save(@"test.jpg"); Process.Start("test.jpg"); When I run the code I get the following error: Dicom.Imaging.Codec.DicomCodecException: 'Decoding dataset with transfer syntax: JPEG 2000 Image Compression (Lossless Only) is not supported.' I'm assuming I need to