comparison Framework/Inputs/ITiledPyramid.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
59 ImageCompression& compression, 59 ImageCompression& compression,
60 unsigned int level, 60 unsigned int level,
61 unsigned int tileX, 61 unsigned int tileX,
62 unsigned int tileY) = 0; 62 unsigned int tileY) = 0;
63 63
64 virtual Orthanc::ImageAccessor* DecodeTile(unsigned int level, 64 virtual Orthanc::ImageAccessor* DecodeTile(bool& isEmpty,
65 unsigned int level,
65 unsigned int tileX, 66 unsigned int tileX,
66 unsigned int tileY) = 0; 67 unsigned int tileY) = 0;
67 68
68 virtual Orthanc::PixelFormat GetPixelFormat() const = 0; 69 virtual Orthanc::PixelFormat GetPixelFormat() const = 0;
69 70