Pete

Results 85 comments of Pete

Hi @dkurt sorry for the long delay, I'm finally getting back to StarDist/ImageOps/normalization before the next release. In the end, percentile normalization turned out to have a lot of extra...

This should be improved in the next QuPath release (v0.4.0) - and I've marked `isEditable()` as deprecated, with a note that it now just returns the opposite of `isLocked()`.

Fixed by * https://github.com/qupath/qupath/pull/1124 * https://github.com/qupath/qupath/pull/1125 Extra comment on the memory: the limit affects Java, but JavaCPP can potentially access more memory. Therefore the most memory-hungry thing (pixel classification) isn't...

I'll close this because there's now an Apple Silicon build of QuPath, other QuPath updates, JavaCPP updates, macOS updates... and I can't remember the last time I saw the problem....

I'll close this issue, because it has been over a year and QuPath v0.4.x has come along in the meantime with other changes that may have helped (including Bio-Formats updates)......

It's now possible to call `DnnModel.close()`. It will also be possible to call `StarDist2D.close()` in the next release of the extension.

I'll close this, since it has been over a year since the last comment, and I'm cleaning up our open issues to remove the ones we can't realistically solve. QuPath...

Looked into this and it seems a bit of a minefield with no really quick solution. More info at https://github.com/petebankhead/ICC-Profiles

New discussion at https://forum.image.sc/t/openslide-4-0-is-coming-rsn-new-features-relevant-to-qupath/86015 Here's an initial proposal for the work involved in adding preliminary support: - [ ] Static methods in `BufferedImageTools` to read ICC Profiles from TIFF images...

Back after a long delay... @kwiechen I didn't know of Spack but it looks interesting. Only issue is that we don't actually need OpenSlide only, but rather [OpenSlide Java](https://github.com/openslide/openslide-java). I...