Hi Martin,
Thanks, this is really helpful. What you describe makes sense, and there is definitely room for improvement on the QuPath side.
Originally, QuPath expected each file to contain one image - although there may be several ‘associated images’ with it (including the label). This is basically how OpenSlide handles things, and QuPath depends on OpenSlide to read the images and handle all the format-specific issues. You can see more information about OpenSlide and SCN at
http://openslide.org/formats/leica/
For SCN, OpenSlide gives one associated image called ‘macro’. For other formats (you can check which ones at
http://openslide.org ) it also gives an image called ‘label’. Currently QuPath’s
'Show slide label’ command only looks for an image called ‘label’, but it would be better if it also looks for ‘macro’ as well. I have logged this as an issue at
https://github.com/qupath/qupath/issues/40
Only the top of the image is displayed because I assumed associated images/labels would always be small… and just displayed them very simply without rescaling. If you open the macro image and go to Edit -> Copy you can copy the image and paste it into another software application, where you should see the full image. Therefore I’ve mentioned the need to resize macro/label images properly within QuPath in the same issue mentioned above.
Regarding Bio-Formats, this works quite differently from OpenSlide and can support much more complicated file formats… including microscopy files that may contain very large numbers of full-resolution images, as well as z-stacks and time series. The idea of an ‘Image list’ was added to QuPath to support these more complicated files, and give the option of displaying every image that the file contains.
The disadvantage of this is that currently QuPath doesn’t try to figure out what the different images mean, and so likely just displays them in the order that they are found. Therefore you need to go into the ‘Image list’ to select the image you want. For your example file, you should find 3 images - the first being the macro, and the other two being the high resolution data for different regions.
One last thing: if you create a Project first -
https://github.com/qupath/qupath/wiki/Projects - and then open your SCN file using Bio-Formats, all images should be added separately to the project. This means you can access them easily from the ‘Project’ tab, without needing to go into the image list. This may be more convenient.
Overall I’m not sure which option is best in your case, but hopefully that helps find the information you need in the meantime.
Thanks again,
Pete