]> Creatis software - bbtk.git/commitdiff
add
authorjean-pierre roux <jean-pierre.roux@creatis.insa-lyon.fr>
Wed, 2 Dec 2009 15:11:48 +0000 (15:11 +0000)
committerjean-pierre roux <jean-pierre.roux@creatis.insa-lyon.fr>
Wed, 2 Dec 2009 15:11:48 +0000 (15:11 +0000)
w->SetCompression(false);
to avoid any trouble

packages/vtk/src/bbvtkMetaImageWriter.xml

index 420573b182a8b3b634e08706b751c556cb788602..2d60bd17ecc20952e322377e3fe294a30416cf28 100644 (file)
@@ -19,6 +19,7 @@ std::cout << "a"<<std::endl;
 //  in->ShallowCopy(bbGetInputIn());
 bbGetInputIn()->Update();
    w->SetInput(bbGetInputIn());
+   w->SetCompression(false);  // JPR
    w->SetFileName(bbGetInputFilename().c_str());
 
 bbGetInputIn()->Print(std::cout);