comparison Framework/Inputs/SingleLevelDecodedPyramid.h @ 326:9947e70cbcea

preparing padding of JPEG and PNG
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 17 Oct 2024 17:24:56 +0200
parents 8ad12abde290
children 4e25eb77cd1d
comparison
equal deleted inserted replaced
324:a92bb720f90b 326:9947e70cbcea
77 { 77 {
78 return image_.GetFormat(); 78 return image_.GetFormat();
79 } 79 }
80 80
81 virtual Orthanc::PhotometricInterpretation GetPhotometricInterpretation() const ORTHANC_OVERRIDE; 81 virtual Orthanc::PhotometricInterpretation GetPhotometricInterpretation() const ORTHANC_OVERRIDE;
82
83 void SetPadding(unsigned int paddingAlignement,
84 uint8_t paddingRed,
85 uint8_t paddingGreen,
86 uint8_t paddingBlue);
82 }; 87 };
83 } 88 }