Hi,
recently I’ve encountered an issue to add ptif into image list of a project (v0.1.2)
(1) In general, it appears that all levels are loaded, with format FILE_NAME #level.
(2) It appears that Qupath still intends to load the level with highest resolution into the java.awt.Rectangle, which triggers the exception like below:
INFO: TiffDelegateReader initializing E:\pyramidal.tif
INFO: Reading IFDs
INFO: Populating metadata
INFO: Checking comment style
INFO: Populating OME metadata
INFO: No memoization file generated for E:\pyramidal.tif
WARN: Unable to parse magnification: null
INFO: Returning server: Bio-Formats for E:\pyramidal.tif
INFO: TiffDelegateReader initializing E:\pyramidal.tif
INFO: Reading IFDs
INFO: Populating metadata
INFO: Checking comment style
INFO: Populating OME metadata
ERROR: Error opening image 0 for region java.awt.Rectangle[x=0,y=0,width=25655,height=28079].
(3) For files within the size limit, they can be correctly loaded by bioformats by using “open”.
(4) The tile-size is 256x256 in the pyramid. (Converted by ImageMagick).
May I ask if there is any workaround? Thanks.