diff Core/DicomFormat/DicomImageInformation.h @ 1905:8b1baa2315b8

Huge speedup if decoding the family of JPEG transfer syntaxes
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 05 Jan 2016 17:25:01 +0100
parents b1291df2f780
children 6c73df12ca51
line wrap: on
line diff
--- a/Core/DicomFormat/DicomImageInformation.h	Tue Jan 05 14:34:47 2016 +0100
+++ b/Core/DicomFormat/DicomImageInformation.h	Tue Jan 05 17:25:01 2016 +0100
@@ -119,6 +119,7 @@
       return photometric_;
     }
 
-    bool ExtractPixelFormat(PixelFormat& format) const;
+    bool ExtractPixelFormat(PixelFormat& format,
+                            bool ignorePhotometricInterpretation) const;
   };
 }