I was poking around in the code and noticed what looks like a minor error in
itkMetaImageIO.cxx.
On line 166 or so, I see:
if(!m_MetaImage.Read(m_FileName.c_str()), false)
{
...
I think "false" is intended to be the second argument to the Read method,
not a guaranteed value for the expression.
Rocky