Mercurial > hg > orthanc
comparison Core/Images/JpegReader.cpp @ 2143:fd5875662670
creation of namespace SystemToolbox
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Wed, 09 Nov 2016 16:54:23 +0100 |
parents | aa4b8895cd23 |
children | baf8dd89b4e0 |
comparison
equal
deleted
inserted
replaced
2142:5a8840920121 | 2143:fd5875662670 |
---|---|
34 #include "JpegReader.h" | 34 #include "JpegReader.h" |
35 | 35 |
36 #include "JpegErrorManager.h" | 36 #include "JpegErrorManager.h" |
37 #include "../OrthancException.h" | 37 #include "../OrthancException.h" |
38 #include "../Logging.h" | 38 #include "../Logging.h" |
39 #include "../Toolbox.h" | 39 #include "../SystemToolbox.h" |
40 | 40 |
41 namespace Orthanc | 41 namespace Orthanc |
42 { | 42 { |
43 static void Uncompress(struct jpeg_decompress_struct& cinfo, | 43 static void Uncompress(struct jpeg_decompress_struct& cinfo, |
44 std::string& content, | 44 std::string& content, |