read DICOM image using C#
问题 How to read a DICOM file using C# ? 回答1: There is a codeproject article that you probably checked out. If not, maybe it can help you out. http://www.codeproject.com/KB/graphics/dicomImageViewer.aspx. It is a DICOM viewer that reads DICOM files where image bit depth is 8 or 16 bits. 回答2: I don't know of any native libraries for reading DICOM files, but you can use ImageMagik to read them and convert them to a format that you can use. To use ImageMagik from C# you can do something like this: