Replies: 1 comment 1 reply
-
|
Hi @mhoibo I forgot to answer this. This was due to a bug introduced in 4.9. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I am trying to extract TMA cores from a TMA image and save the cores as separate pyramidal tiff images. I have used the TMA extractor to extract the cores, and want to use TIFFImagePyramidExporter to create a TIFF pyramid image like this:
However, it crashes after level 0 and 1 are created (last output line is "Done creating level 1), giving me this error:
Quantization table 0x00 was not definedLooking at the the size at level 1, I think level 2 will be too small to create (L83 in ImagePyramid.cpp), and that it crashes after that, but I do not understand why.
I was also wondering if I do make this work, and I later want to get level 2 (x10) from this TMA core image, if that is possible in a convenient way even if the level does not exist? Other than reading the whole TMA image at this lower level and extracting the TMA cores again at a lower level.
Thank you in advance!
Beta Was this translation helpful? Give feedback.
All reactions