1

I am new in Dcmj2pnm . i have succesfully converted a Dcm file to jpg through commandline in Win 7 using C:\dcmj2pnm.exe D:\test.dcm D:\test.jpg +oj +Wi 1

But it misses the patient name and organization name in dcm file to jpeg.

Could you please guide me how to get thease details in to my jpeg file ?

J. Riesmeier
  • 1,641
  • 10
  • 14
sqlps
  • 31
  • 1
  • 3

1 Answers1

1

dcmj2pnm is not capable of transferring DICOM header data to JPEG header data (which is referred to as EXIF). It is limited to extract and convert the pixel data contained in the DICOM file.

Markus Sabin
  • 3,916
  • 14
  • 32