comparison OrthancFramework/Sources/Images/PamWriter.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
36 #include "IImageWriter.h" 36 #include "IImageWriter.h"
37 37
38 namespace Orthanc 38 namespace Orthanc
39 { 39 {
40 // https://en.wikipedia.org/wiki/Netpbm#PAM_graphics_format 40 // https://en.wikipedia.org/wiki/Netpbm#PAM_graphics_format
41 class PamWriter : public IImageWriter 41 class ORTHANC_PUBLIC PamWriter : public IImageWriter
42 { 42 {
43 protected: 43 protected:
44 virtual void WriteToMemoryInternal(std::string& target, 44 virtual void WriteToMemoryInternal(std::string& target,
45 unsigned int width, 45 unsigned int width,
46 unsigned int height, 46 unsigned int height,