diff Orthanc/Core/Toolbox.h @ 128:e8cfda4c8a2f

Sync + support of JPEG2000 lossless images with YBR_RCT photometric interpretation
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 15 Apr 2016 21:44:03 +0200
parents 145e654112d6
children 2c73a785c08e
line wrap: on
line diff
--- a/Orthanc/Core/Toolbox.h	Fri Mar 25 17:38:34 2016 +0100
+++ b/Orthanc/Core/Toolbox.h	Fri Apr 15 21:44:03 2016 +0200
@@ -66,6 +66,10 @@
     void ReadFile(std::string& content,
                   const std::string& path);
 
+    bool ReadHeader(std::string& header,
+                    const std::string& path,
+                    size_t headerSize);
+
     void WriteFile(const std::string& content,
                    const std::string& path);