BIOP / qupath-extension-warpy

ImgLib2 RealTransform brought to QuPath
Apache License 2.0
20 stars 5 forks source link

bump to 0.2.4 #4

Closed iwbh15 closed 1 year ago

iwbh15 commented 1 year ago

Several users encountered a problem when using ImageCombinerWarpy in QuPath version 0.4.x.

Transformatios were not applied.

https://forum.image.sc/t/issue-with-warpy-and-mac-osx/79421 https://forum.image.sc/t/unsuccessful-registration-using-warpy-image-combiner-in-qupath/79681/4 https://forum.image.sc/t/imagecombinerwarpy-overlaying-registered-images-in-qupath/61804/20

Reason:

petebankhead: "Specifically, ImageServer.readBufferedImage became ImageServer.readRegion – but I tried to maintain compatibility of old plugins by using a default method that falls back to readBufferedImage if needed."

see: https://github.com/qupath/qupath/pull/1072