-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error when opening a large image format #225
Comments
Hmm... It looks like your file is trying to be opened via the tifffile source (which didn't exist until a few weeks ago). You can manually uninstall large-image-source-tifffile, but the right solution is to detect that this file shouldn't be handled via that source. I'll look into it further next week. Would you happen to have a file that can be used for public testing that shows the problem? |
Thank you so much. Let me see If I can find a public BigTiff image that can be used to test this. The one I'm using is from a private dataset. |
@manthey Unfortunately I couldn't find any public image that could be used to test this usecase. However, when I ran the "identify" command from Imagemagick on this image file, I got the below.
|
I think this will be fixed by girder/large_image#903. That will get built into the dockers later today. |
I'll close this (the dockers should be rebuilt in ~ 1 hour). Please reopen if it isn't resolved. |
@manthey I pulled the updated dockers and it worked like a charm! Thanks so much for your swift action on this issue. |
I'm getting this RuntimeError('Incompatible keyframe') when I click on the large image icon to open the .btf image.
This works fine on an older version of DSA(I'm able to open it properly) but not in the latest.
Below is the error.log when I click on large image icon.
It would be great if you can suggest me what to do to resolve this. Thank you.
The text was updated successfully, but these errors were encountered: