open 8bit jpeg Dicom image

  • Thread starter Thread starter Neeraj
  • Start date Start date
N

Neeraj

Hi guys,
I am currently working on Dicom image of format jpeg. I am searching
about that on net but not getting much more. If any body knows C#
source code which open at least on type of jpeg Dicom image.plz guide
me.

regards
Neeraj
 
Why don't you check out the DCMTK library. Eventhough it is written in c++,
I am sure that you can write a c# wrapper for the library.

It is available here:
http://www.dcmtk.org/
 
Back
Top