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

replace skimage with tiffile #351

Merged
merged 1 commit into from
Aug 5, 2016
Merged

replace skimage with tiffile #351

merged 1 commit into from
Aug 5, 2016

Conversation

freeman-lab
Copy link
Member

This PR switches to use tifffile for tif writing which means we can remove the dependency on skimage (we were only using it for its tif handling).

This means that images.totif now supports 8-bit and 16-bit data and both single and multi page tifs.

cc @sofroniewn @boazmohar @d-v-b

@freeman-lab
Copy link
Member Author

Note that this was only possible because @jwittenbach landed a PR in tifffile to enable writing directly to byte streams, otherwise we would have done this awhile ago.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant