Hi Pete,
Thank you so much for this software- it's amazing. I've been using it for different types of analysis, and I've written a few little Groovy scripts that others may find helpful, so I wanted to share.
Cropper.groovy is an easy way to output tifs of small ROIs from a larger slide. QuPath does this faster than some microscope companies' native software. :) For Z stacks, it (optionally) attempts to find the best focused slice (by implementing the Fiji plug-in FindFocusedSlices) and outputs those as a tiff as well. It also renames the ROIs to match the file names, so that it is easy to go back to a specific area.
DetectionAreaSummary.groovy is a small script to summarize the total area of each classification by adding the cell detection areas by class. It puts the total cell areas in the 1st annotation object (intended to be the tissue detection area).
Thank you again for this awesome software!
Sara