Hello!
Thank you for such a wonderful library. I'm using it to convert mirax whole slide files to deep zoom, to be displayed with OpenSeadragon. My question is twofold:
We've looked into servers that support the IIIF protocol, which seems like it would make the area extraction process far easier. However, this brings me to my second issue:
Is there an advantage to undergoing an extra format conversion and using an IIIF-ready server? From my point of view, it doesn't seem useful given the better visual performance of displaying pre-generated DZI tiles.
I know my issue strays a bit from vips itself, so I really appreciate any advice you may have on this. Thank you again!
Hello @AKlein920,
I suppose I'd keep two copies of each image: a DZI for web display, and mrx (or possibly pyrtiff) for server-side processing.
@jcupitt Thank you so much! Do you think there'd be an advantage to keeping a tiff/pyrtiff over mirax? We'd like to hang on to as little as possible.
Sorry, no idea! You'll probably need to do some experiments.
Most helpful comment
Hello @AKlein920,
I suppose I'd keep two copies of each image: a DZI for web display, and mrx (or possibly pyrtiff) for server-side processing.