Is it possible to create/edit WSI using openslide?

Derek Magee D.R.Magee at leeds.ac.uk
Fri Feb 15 21:45:47 EST 2019


Unfortunately not. Openslide is a read only library. I'd recommend libtiff for writing svs (it's just a tiled tiff with a particular structure). If you search back through the mailing list archived I posted a c++ example. Not sure how you'd do it in python, but there may be libtiff bindings.

D.

On 15 Feb 2019 22:54, Henrik Marklund <marklund at stanford.edu> wrote:

Hi all,


I am new to the mailing list. I am using openslide and the python API working with .svs files. Apart from just reading slides, I was wondering if it possible to create a whole slide image from a set of patches using openslide. Ideally, I could be able to just edit an existing svs file directly: read a patch, edit the patch, update the svs with the new patch.


Best regards,

Henrik
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.andrew.cmu.edu/pipermail/openslide-users/attachments/20190216/ce4340ae/attachment.html>


More information about the openslide-users mailing list