[Insight-users] Image read/write

Luis Ibanez luis.ibanez at kitware.com
Fri Oct 31 15:35:25 EDT 2008


Hi Raja,

If you are mainly interested in DICOM then you could simply
use GDCM directly:

      http://www.creatis.insa-lyon.fr/Public/Gdcm/

The ITK DICOM reader is based on GDCM.

Similarly, the ITK TIFF reader is built upon the tiff library.


  Regards,


     Luis


-----------------------
Raja' S. Alomari wrote:
> Thanks Luis,
> Basically, I am interested in the "least" amount of format that make the 
> IO library as easy as possible. So, only dicom will be good enough. I 
> think bmp and Tiff are more available and easier, so having them as well 
> is also helpful.
>  
> Thanks,
> Raja'
> 
> On Fri, Oct 31, 2008 at 1:14 PM, Luis Ibanez <luis.ibanez at kitware.com 
> <mailto:luis.ibanez at kitware.com>> wrote:
> 
> 
> 
>     Hi Raja,
> 
> 
>     You certainly could extract the IO libraries from ITK.
> 
>     They are concentrated in the following directories:
> 
> 
>        Insight/Code/IO
>        Insight/Utilities
> 
>     In practice, however, extracting the proper pieces from the software
>     will be harder than building the whole ITK and using only the pieces
>     that you care about.
> 
> 
>     What are the particular file formats that you are interested in ?
> 
> 
>      Please let us know,
> 
> 
>         Thanks,
> 
> 
>             Luis
> 
> 
>     ------------------------
> 
>     Raja' S. Alomari wrote:
> 
>         Hi Luis,
>         Is it possible have obtain only i/o libraries for medical images
>         (or others) using C or C++ from ITK ?
>          I mean I am only interested in I/O for now and I don't want to
>         spend the work on the whole ITK.
>          Is that possible ? Any help is highy appreciated.
>          Best regards,
>         Raja
>          
> 
> 
> 
> 
> -- 
> 


More information about the Insight-users mailing list