Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

How can I save a common image format to DICOM?

share|improve this question
Thanks for editing JohnFx. – Seva Mar 2 '11 at 19:34

3 Answers

up vote 2 down vote accepted

You can try to use Grassroots DICOM library , or look in codeplex DICOM related projects.
Also ClearCanvas is promising open source project

share|improve this answer
How could I learn how to develop using those libraries? I dont see any guide link. – Seva Mar 2 '11 at 19:45
Hey that codeplex link is great! – Seva Mar 2 '11 at 19:50

Here you go:

gdcmimg holiday.jpg holiday.dcm

From:

http://gdcm.sourceforge.net/html/gdcmimg.html

share|improve this answer

DCMTK's img2dcm is useful for conversion of PNG or JPEG to DICOM:

http://support.dcmtk.org/docs-snapshot/img2dcm.html

DCMTK is C++, cross-platform, BSD license

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.