output slide file format #21
Replies: 1 comment
-
|
Hi @NicolasNerr, So glad to hear valis is working for you! Valis uses Openslide, Bio-formats, and pyvips to read the images, and you can use valis to read the images with the appropriate package by doing: This pyvips is used to write the images, so it is possible to save the registered images in a variety of formats (check out the pyvips.Image documentation). Right now, valis only writes ome.tiff since it's the only open-source format that saves the WSI image and its metadata. However, you could also save each image as a pyramid tiff and then load it using your slide viewer. You could also try adding the ome-xml or original metadata to the tiff's image description, but I'm not sure how the slide viewer would handle it. I could imagine it might still work just fine, but it could also be ignored or throw an error. Hard to say without trying. If you'd like to take this approach, let me know and I can put together some example code on how you would warp each slide and then save as a pyramid tiff using pyvips. Best, |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello !
Thank you for the tool, the results are great !
I am actually using a slide viewer that allows us to post some of our algorithms results and visualize them directly on the slide.
However, one of the format that is not readable is the ome.tiff format.
Do you plan to have multiple output format ?
Another related question is which python library you are using to read and write ome.tiff slides ? so maybe I can further improve our plateform as it is now nearly entirely based on openslide and its supported formats.
Thank you so much,
Best regards.
Beta Was this translation helpful? Give feedback.
All reactions