[Insight-users] DicomSeriesReadImageWrite2
Luis Ibanez
luis.ibanez at kitware.com
Sun Dec 31 09:38:46 EST 2006
Hi 예동해
Are you reading DICOM compressed files ?
The message:
"Must downscale data from 16 bits to 12"
is produced by the JPEG libraries.
The message is generated from
Insight/Utilities/itkjpeg/jdinput.c line 54
when you attempt to use LOSSLESS compression.
Your options seems to be:
A) Use Lossy compression
or
B) Set the number of bits to 12
Regards,
Luis
------------
예동해 wrote:
> Dear all,
>
> I am trying to convert .dic to .img.
>
> I used DicomSeriesReadImageWrite2.exe on the example.
>
>
>
> It works good, but some warning message comes out.
>
> The message is "Must downscale data from 16 bits to 12"
>
>
>
> How can I get .img without this warning message?
>
>
>
> Thank you for your help.
>
>
>
>
>
>
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> Insight-users mailing list
> Insight-users at itk.org
> http://www.itk.org/mailman/listinfo/insight-users
More information about the Insight-users
mailing list