comparison 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
comparison
equal deleted inserted replaced
127:5754d39b011d 128:e8cfda4c8a2f
64 const std::string& source); 64 const std::string& source);
65 65
66 void ReadFile(std::string& content, 66 void ReadFile(std::string& content,
67 const std::string& path); 67 const std::string& path);
68 68
69 bool ReadHeader(std::string& header,
70 const std::string& path,
71 size_t headerSize);
72
69 void WriteFile(const std::string& content, 73 void WriteFile(const std::string& content,
70 const std::string& path); 74 const std::string& path);
71 75
72 void WriteFile(const void* content, 76 void WriteFile(const void* content,
73 size_t size, 77 size_t size,