comparison Framework/Inputs/TiledPyramidStatistics.h @ 318:8ad12abde290

sparse re-encoding with OpenSlide (notably for MIRAX format)
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 11 Sep 2024 16:11:16 +0200
parents 0683312e21ba
children
comparison
equal deleted inserted replaced
317:f611fb47d0e8 318:8ad12abde290
76 ImageCompression& compression, 76 ImageCompression& compression,
77 unsigned int level, 77 unsigned int level,
78 unsigned int tileX, 78 unsigned int tileX,
79 unsigned int tileY) ORTHANC_OVERRIDE; 79 unsigned int tileY) ORTHANC_OVERRIDE;
80 80
81 virtual Orthanc::ImageAccessor* DecodeTile(unsigned int level, 81 virtual Orthanc::ImageAccessor* DecodeTile(bool& isEmpty,
82 unsigned int level,
82 unsigned int tileX, 83 unsigned int tileX,
83 unsigned int tileY) ORTHANC_OVERRIDE; 84 unsigned int tileY) ORTHANC_OVERRIDE;
84 85
85 virtual Orthanc::PhotometricInterpretation GetPhotometricInterpretation() const ORTHANC_OVERRIDE 86 virtual Orthanc::PhotometricInterpretation GetPhotometricInterpretation() const ORTHANC_OVERRIDE
86 { 87 {