Skip to content

Tag: openslide

How to merge tiles obtained using openslide-python

I am trying to combine tiles in the correct order so they end up as the same whole slide image (.svs file). The .svs file is read from a filepath according to the function beloew: In the picture below I am trying the merge the tiles I got using openslide-python’s DeepZoom generator (see code snippet bel…