Borda / BIRL

BIRL: Benchmark on Image Registration methods with Landmark validations

Home Page:http://borda.github.io/BIRL

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

converting large SVS images

Borda opened this issue · comments

Description

there is a certain issue with converting SVS image using convert_tiff2png
the images mooks like shifted and incomplete...

the problem comes with assuming that the internal pyramid is created with a scaling factor of 2, but some pyramids are 4 or unregular... so suppress rely on the pyramid while cutting smaller tiles and compute own just to be readable with Pillow. solved in #24