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