comparison Framework/Inputs/PyramidWithRawTiles.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
28 namespace OrthancWSI 28 namespace OrthancWSI
29 { 29 {
30 class PyramidWithRawTiles : public ITiledPyramid 30 class PyramidWithRawTiles : public ITiledPyramid
31 { 31 {
32 public: 32 public:
33 virtual Orthanc::ImageAccessor* DecodeTile(unsigned int level, 33 virtual Orthanc::ImageAccessor* DecodeTile(bool& isEmpty,
34 unsigned int level,
34 unsigned int tileX, 35 unsigned int tileX,
35 unsigned int tileY) ORTHANC_OVERRIDE; 36 unsigned int tileY) ORTHANC_OVERRIDE;
36 }; 37 };
37 } 38 }