comparison OrthancFramework/Sources/Images/JpegReader.h @ 4063:e00f3d089991 framework

shared library of orthanc framework
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 11 Jun 2020 16:40:34 +0200
parents d25f4c0fa160
children bf7b9edf6b81
comparison
equal deleted inserted replaced
4062:0953b3dc3261 4063:e00f3d089991
49 49
50 #include <string> 50 #include <string>
51 51
52 namespace Orthanc 52 namespace Orthanc
53 { 53 {
54 class JpegReader : public ImageAccessor 54 class ORTHANC_PUBLIC JpegReader : public ImageAccessor
55 { 55 {
56 private: 56 private:
57 std::string content_; 57 std::string content_;
58 58
59 public: 59 public: