Page 1 of 1

NConvert Issue with DICOM file

Posted: Wed Oct 26, 2016 6:38 pm
by sanish12
In my server the DICOM file is not converting using nconvert. Please help me in this. I was trying to convert a dicom file into jpg file, but my conversion failed.

Re: Nconvert Issue with DICOM FILE

Posted: Wed Oct 26, 2016 6:51 pm
by cday
sanish12 wrote:In my server the DICOM file is not converting using nconvert. Please help me in this. I was trying to convert a dicom file into jpg file,but my conversion failed.
I'm not personally familiar with the DICOM format, but while waiting for the forum File Format Expert to post it might help if you could post:

Your operating system, including the bit depth x32 or x64;

Your NConvert code (between Code tags if possible for clarity);

The DICOM file extension, as I see there are several possible extensions;

If possible an example file (max 2MiB as an attachment, and expect to have to place it in an archive ZIP/RAR etc. for upload to the forum).

Re: NConvert Issue with DICOM file

Posted: Wed Oct 26, 2016 8:45 pm
by XnTriq
I just did a quick test with a DICOM (512×512) and nConvert v6.93 (distributed with XnView v2.37)…

Code: Select all

nconvert.exe -out jpeg IM000000.DICOM
… and everything worked as expected.