Skip to content
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

Handle 64-bit images #29

Open
koalive opened this issue Jul 21, 2021 · 1 comment
Open

Handle 64-bit images #29

koalive opened this issue Jul 21, 2021 · 1 comment
Labels
bug Something isn't working enhancement New feature or request

Comments

@koalive
Copy link
Member

koalive commented Jul 21, 2021

Currently, 64-bit TIFF images cannot be opened by FileIO. The current workaround is to convert each image to 32-bit TIFF files externally (e.g. with tifffile in Python).

@koalive koalive added bug Something isn't working enhancement New feature or request labels Jul 21, 2021
@koalive
Copy link
Member Author

koalive commented Nov 30, 2022

Recent versions of the dependencies are able to handle 64-bit images, e.g.:

ImageMagick v0.7.9
Images v0.24.1

while older ones return arrays of NaN, such as

ImageMagick v0.7.5
Images v0.17.3

Some tests regarding the loading of 8- to 32-bit TIFF were added in 8eb946e. In release 1.2, they should be expanded to test 64-bit images as well, and the dependencies should be adapted.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant