Unable to open ndpi file
Closed this issue · 2 comments
Dr-Yi-Li commented
ASAP 2.1
Python 3.9
Windows 11
import multiresolutionimageinterface as mir
reader = mir.MultiResolutionImageReader()
mr_image = reader.open('C:\Users\moorz\PycharmProjects\py39_tor112_cuda116\1115788_2021-06-09 10.10.16.ndpi')
I cannot load my ndpi file based on the above code with absolute or relative paths.
The mr_image shows mr_image = {NoneType} None
Could you please help me solve the problem?
GeertLitjens commented
We use OpenSlide as the backend for NDPI files, and it had some known
issues with certain gives, see for example
openslide/openslide#272. Please check if you can
open the file with openslide-python, if that doesn't work you will need to
file a bug report with openslide
…On Sat, Oct 8, 2022, 18:15 Dr-Yi-Li ***@***.***> wrote:
ASAP 2.1
Python 3.9
Windows 11
import multiresolutionimageinterface as mir
reader = mir.MultiResolutionImageReader()
mr_image =
reader.open('C:\Users\moorz\PycharmProjects\py39_tor112_cuda116\1115788_2021-06-09
10.10.16.ndpi')
I cannot load my ndpi file based on the above code with absolute or
relative paths.
The mr_image shows mr_image = {NoneType} None
Could you please help me solve the problem?
[image: image]
<https://user-images.githubusercontent.com/35036213/194717103-5fdeaa9a-00fa-479e-b0a4-fbab45a933a0.png>
[image: image]
<https://user-images.githubusercontent.com/35036213/194717109-3c126d86-d739-4258-a365-9fb8fe7e58d1.png>
—
Reply to this email directly, view it on GitHub
<#247>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABJIFUCRAJDSTRKORXFQOWLWCGMZNANCNFSM6AAAAAARAJ6SEQ>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
Dr-Yi-Li commented
Thanks! @GeertLitjens