Discussion:
Need help to develop application in C++ to convert DICOM to JPEG
(too old to reply)
shaji
2008-07-01 05:52:30 UTC
Permalink
Hi all,
I need to develop a command line application in C++ on Windows, to
extract the first frame of image in DICOM files and convert the image
into JPEG format. Need to handle the raw as well as JPEG images in
DICOM files.

Unfortunately, I'm on a very tight schedule and would love to have
something to begin from. Is there any open source code avalilable
(other than DCMTK) that will help me doing this?
Thanks in advance,
Shaji.
Drew
2008-07-01 15:55:43 UTC
Permalink
Have a look at ImageMagick.
www.imagemagick.org
Post by shaji
Hi all,
I need to develop a command line application in C++ on Windows, to
extract the first frame of image in DICOM files and convert the image
into JPEG format. Need to handle the raw as well as JPEG images in
DICOM files.
Unfortunately, I'm on a very tight schedule and would love to have
something to begin from. Is there any open source code avalilable
(other than DCMTK) that will help me doing this?
Thanks in advance,
Shaji.
Loading...