Re: 12 bit jpeg [message #65021] |
Tue, 10 February 2009 02:43  |
Robbie
Messages: 165 Registered: February 2006
|
Senior Member |
|
|
I would recommend just using dcmtk (www.dcmtk.org) to convert your
images. It will probably be faster than anything written in IDL.
In any case, it is part of the DICOM standard that an application
entity (DICOM node) should support uncompressed transmission of
images. Thus, theoretically you should be able to receive the file in
uncompressed form. This is the part where I rant about that DICOM is
not a file-format, it is a network protocol blah-blah-blah.
Robbie
|
|
|
Re: 12 bit jpeg [message #65109 is a reply to message #65021] |
Tue, 10 February 2009 10:19  |
dktr.ted
Messages: 17 Registered: November 2006
|
Junior Member |
|
|
Thanks Robbie. I agree in principle with your suggestion of getting
the dicom files in uncompressed form, the trick here is teaching less-
tech savvy collaborators how to properly export their data and send it
to me. ;) I will look into dcmtk.
On Feb 10, 2:43 am, Robbie <ret...@iinet.net.au> wrote:
> I would recommend just using dcmtk (www.dcmtk.org) to convert your
> images. It will probably be faster than anything written in IDL.
>
> In any case, it is part of the DICOM standard that an application
> entity (DICOM node) should support uncompressed transmission of
> images. Thus, theoretically you should be able to receive the file in
> uncompressed form. This is the part where I rant about that DICOM is
> not a file-format, it is a network protocol blah-blah-blah.
>
> Robbie
|
|
|