diff OrthancServer/Internals/DicomImageDecoder.h @ 1015:f009f7c75069

fix integration tests
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 10 Jul 2014 11:24:25 +0200
parents b3f6fb1130cd
children 6e7e5ed91c2d
line wrap: on
line diff
--- a/OrthancServer/Internals/DicomImageDecoder.h	Thu Jul 10 11:13:26 2014 +0200
+++ b/OrthancServer/Internals/DicomImageDecoder.h	Thu Jul 10 11:24:25 2014 +0200
@@ -72,7 +72,8 @@
     static bool DecodeAndTruncate(ImageBuffer& target,
                                   DcmDataset& dataset,
                                   unsigned int frame,
-                                  PixelFormat format);
+                                  PixelFormat format,
+                                  bool allowColorConversion);
 
     static bool DecodePreview(ImageBuffer& target,
                               DcmDataset& dataset,