Closed jcupitt closed 10 years ago
nip2 has no direct support for pyramid layers. You can get it to work on a specific layer by including the layer number in the filename when you start nip2 from the command-line. For example:
nip2 CMU-1.svs:2
means, start nip2 and load layer 2 of CMU-1.svs, so 1/4 scale.
You can also change this after an image has been loaded. Open up the row for a loaded OpenSlide image and append :2
to the filename, inside the quotes. It'll load the 1/4-size version instead.
When I open an Aperio *.svs file, I don't get to choose with of the resolution layers to open. I know Openslide allows you access to any and all of them so how would I do that in nip2?