]> Creatis software - gdcm.git/blobdiff - Example/TestWrite.cxx
* src/gdcmDocument.cxx ftell() return properly stored in a long (i.e.
[gdcm.git] / Example / TestWrite.cxx
index 0d7e1db4bb9012663e19214354196c7422f7d4f4..a3c4806e2bf7632eac51e6707097656a33bb78c6 100644 (file)
@@ -92,7 +92,7 @@ int main(int argc, char* argv[])
       && transferSyntaxName != "Uncompressed ACR-NEMA"     ) {
       std::cout << std::endl << "==========================================="
                 << std::endl; 
-      f1->ParsePixelData();
+      f1->GetPixelConverter()->Print();
       std::cout << std::endl << "==========================================="
                 << std::endl; 
    }