Closed romainGuiet closed 5 months ago
the downsampling is taken as an int, this is why there is an issue.
QuPath actually allows a double for the downsample so it is possible, I will add a check for this to allow fractions.
Fixed in latest release
With the script :
it works but if
pixelSize = 0.045
(or smaller, 0.04 ... ) get the error :Surprisingly , with
pixelSize = 0.05
, the image is exported but with a pixel size of0.09
!