There is a CLI tool to read&convert this kind of files, you can get it by running this in the Terminal (Ubuntu users):
sudo apt-get install dcmtk
You can then use these tools:
dcm2pnmI had to use dcmj2pnm, as dcm2pnm gave me errors (really depends on what kind of images you have).
dcmj2pnm
Note* (in case of permission issues first copy the .dcm files to your disk, if they are on a CD issued by the doctor, and change permissions. A chmod 775 *.dcm run in the images dir will do the trick).
Run this command and it will convert the picture in a different format:
dcmj2pnm --all-frames input_image.dcm output_image
Enjoy!
Didn't know those kind of images had a format by their own. Great guide!
ReplyDeleteI feel kinda stupid, that's just well over my head there lol :/
ReplyDelete^Yeah, Ubuntu is not for the non-techy.
ReplyDeleteSeems easy enough. Good post!
Same here, I had no idea MRIs had their own format, but it makes sense. I wonder how many medical techs use Ubuntu tho.
ReplyDeleteUseful information.
ReplyDeleteI don't think I've ever come across such image types
ReplyDeleteI hope i get into the position to benefit from this one ;D
ReplyDeleteNever seen that type but i'll come here if i do!
ReplyDeleteThanks for sharing this! You're very knowledgeable so I'm going to follow you. I look forward to see more in future.
ReplyDeleteIf you could take some time to check out my blog, it would be much appreciated. I'm just starting out. Thanks :)
saving the info, might be useful
ReplyDelete