Ensure id attr can be set for IIIF tile output #2612

This commit is contained in:
Lovell Fuller
2021-03-12 19:42:23 +00:00
parent 5a9cc835b3
commit 00aece0538
6 changed files with 40 additions and 2 deletions

View File

@@ -192,6 +192,7 @@ struct PipelineBaton {
std::vector<double> tileBackground;
int tileSkipBlanks;
VipsForeignDzDepth tileDepth;
std::string tileId;
std::unique_ptr<double[]> recombMatrix;
PipelineBaton():