comparison OrthancFramework/Sources/Images/IImageWriter.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
41 # error The macro ORTHANC_SANDBOXED must be defined 41 # error The macro ORTHANC_SANDBOXED must be defined
42 #endif 42 #endif
43 43
44 namespace Orthanc 44 namespace Orthanc
45 { 45 {
46 class IImageWriter : public boost::noncopyable 46 class ORTHANC_PUBLIC IImageWriter : public boost::noncopyable
47 { 47 {
48 protected: 48 protected:
49 virtual void WriteToMemoryInternal(std::string& compressed, 49 virtual void WriteToMemoryInternal(std::string& compressed,
50 unsigned int width, 50 unsigned int width,
51 unsigned int height, 51 unsigned int height,