comparison OrthancFramework/Sources/Images/PngWriter.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
45 45
46 #include <boost/shared_ptr.hpp> 46 #include <boost/shared_ptr.hpp>
47 47
48 namespace Orthanc 48 namespace Orthanc
49 { 49 {
50 class PngWriter : public IImageWriter 50 class ORTHANC_PUBLIC PngWriter : public IImageWriter
51 { 51 {
52 protected: 52 protected:
53 #if ORTHANC_SANDBOXED == 0 53 #if ORTHANC_SANDBOXED == 0
54 virtual void WriteToFileInternal(const std::string& filename, 54 virtual void WriteToFileInternal(const std::string& filename,
55 unsigned int width, 55 unsigned int width,