]> Creatis software - gdcm.git/blobdiff - Example/Write.cxx
* src/gdcmDocument.cxx ftell() return properly stored in a long (i.e.
[gdcm.git] / Example / Write.cxx
index 16c6c1395cd4d7caa1544dfba4b2ca12954239d2..c1be99465ff6b23d546662b8d3c454e662f779ad 100644 (file)
@@ -87,7 +87,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; 
    }