diff Core/DicomFormat/DicomImageInformation.h @ 854:ff530685e46a jpeg

fast version of image copy
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 06 Jun 2014 12:35:08 +0200
parents 839be3022203
children 80c7e53a69b5
line wrap: on
line diff
--- a/Core/DicomFormat/DicomImageInformation.h	Fri Jun 06 11:45:16 2014 +0200
+++ b/Core/DicomFormat/DicomImageInformation.h	Fri Jun 06 12:35:08 2014 +0200
@@ -102,11 +102,6 @@
       return highBit_;
     }
 
-    unsigned int GetSamplesPerPixel() const
-    {
-      return samplesPerPixel_;
-    }
-
     bool IsPlanar() const
     {
       return isPlanar_;
@@ -116,5 +111,7 @@
     {
       return highBit_ + 1 - bitsStored_;
     }
+
+    bool ExtractPixelFormat(PixelFormat& format) const;
   };
 }