-
Notifications
You must be signed in to change notification settings - Fork 6
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
.LIF file doesn't load #596
Comments
OK, that worked if I don't transcode to TIFF, but if I do transcode, the following error appears:
|
See girder/large_image#1367, and try again. |
Okay, that worked… but… now I am getting again the very slow performance if I transcode to optimized TIFF. If I just leave the file alone, the performance is fine. I suspect the same front end issue may be at play @bruyeret. |
@manthey OK, here's another LIF file that we'd like to read: https://www.dropbox.com/scl/fo/0j7tv3rewd4zew7so4tdr/h?rlkey=aym7dzlfo0n3wwk9ytoxzpxic&dl=0 Also, here's a few more reasonably sized LIF files: |
LIF files now load, as long as they are not transcoded. Transcoding memory usage issue now put here: |
This LIF file doesn't seem to parse properly:
https://www.dropbox.com/scl/fi/hfqxqw7qbmyqe5ve81nt4/1031_P_12.lif?rlkey=9jglpahomo6ds8es59hj4j3n8&dl=0
This file has two separate image objects in it, one is an RGB image, and one is 3 color Z stack. Nimbus seems to only recognize the channels. Is it only picking the first object in the LIF file? Or does it pick the largest one?
The text was updated successfully, but these errors were encountered: