grk_decompress after grk_decompress_set_progression_state returns success but decodes nothing.
decompressImpl filters dirty tiles via isBestEffortDecompressed, set on every decoded tile and cleared only by the single-tile and lru paths.
under GRK_TILE_CACHE_NONE the tile data is freed anyway.
per-tile re-decode through grk_decompress_tile works today.
fix wants a needs-re-decode signal separate from bestEffortDecompressed_, and a raw composite with postProcess deferred to image handoff.
grk_decompress after grk_decompress_set_progression_state returns success but decodes nothing.
decompressImpl filters dirty tiles via isBestEffortDecompressed, set on every decoded tile and cleared only by the single-tile and lru paths.
under GRK_TILE_CACHE_NONE the tile data is freed anyway.
per-tile re-decode through grk_decompress_tile works today.
fix wants a needs-re-decode signal separate from bestEffortDecompressed_, and a raw composite with postProcess deferred to image handoff.