[Insight-developers] Revert bool GDCMImageIO::m_LoadSequencesDefault
Mathieu Malaterre
mathieu.malaterre at gmail.com
Thu Apr 2 18:25:12 EDT 2009
Hi there,
Due to the recent issue(s) that have been raised on multiple mailing
list, I would like to revert the line:
bool GDCMImageIO::m_LoadSequencesDefault = false;
bool GDCMImageIO::m_LoadPrivateTagsDefault = false;
into
bool GDCMImageIO::m_LoadSequencesDefault = true;
bool GDCMImageIO::m_LoadPrivateTagsDefault = true;
Only a couple of specific application may decide that GDCM 1.x parsing
is too slow for their purpose, in which case they will be able to turn
that flag back to false. Turning them to true will also make ITK more
backward compatible as the default was to load everything anyway in
the early itk::GDCMImageIO implementation.
Comments ?
--
Mathieu
More information about the Insight-developers
mailing list