I have imaging data as compressed format (starting with 1.2.840.113619.2), so MRIConverter cannot read the data (I got 'unsupported transfer syntax' error). How can I convert the data back to uncompressed DICOM files?
The simple solution (without advanced software): first step is get a dcm4che software (is free). Then you can use dcm2xml script to extract image/video (binary data). Then you can change (compress or anything you want) image/video/binary data, and after that put this data back to dicom file (by xml2dcm script).
Also many other software (include free software like ImageJ) can read and save dicom file.
I use dcmdjpeg from dcmtk (http://support.dcmtk.org/docs/dcmdjpeg.html).
This is a command-line tool to decompress files from the dos-prompt.
You can also use this tool in batch-scripts. I use this in a batch_analyser tool in ImageJ (not publicly available): the tool searches for all files in a directory, the user can select the files to be decompressed in the UI, and then the tool directs dcmdjpeg to decompress these files.
Necip, can you help me figure out how to uncompress dicoms in Osirix? Or any other (free) program for that matter! I am able to uncompress the dicoms but they are half the size (500kb vs 1mb). I know I was able to get them at full size YEARS ago, but unfortunately didn't write my methods down...thanks for any help.
Dear David Wiley, I have same problem with Necip Capraz and followed your suggestion. The software ProSurgical3D worked perfect and now I got non-compressed DICOM data. It is amazing! Thank you for your information and thank you Necip Capraz as well uploading your question. q(^-^)/
David Wiley I am struggling to find a download link. I created an account and went to the applications page, yet I could not seem to download the software. Thank you for your help and recommendation.