[Insight-users] Code change request for itkGDCMImageIO.cxx

Mathieu Malaterre mathieu.malaterre at kitware.com
Mon Dec 18 16:02:28 EST 2006


> but they appear to be hard-wired in the code, itkGDCMImageIO.cxx :
> 
> 00797           else
> 00798             {
> 00799             std::cerr << "GDCMImageIO: non-DICOM and non-ITK 
> standard key = ";
> 00800             std::cerr << key << std::endl;
> 00801             }
> 
> Unless there is a mechanism for turning this off that I've missed, I 
> think this will require a commit to the code base...

This is fixed in ITK CVS. Thanks for the report.

$ cvs ci -m"ENH: Do not directly print on cerr (does not make sense in 
Win32 anyway)." itkGDCMImageIO.cxx
/cvsroot/Insight/Insight/Code/IO/itkGDCMImageIO.cxx,v  <-- 
itkGDCMImageIO.cxx
new revision: 1.112; previous revision: 1.111



-Mathieu


More information about the Insight-users mailing list