-
Notifications
You must be signed in to change notification settings - Fork 5
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
feature/parameterized-ome-tiff-writer-compression #88
Conversation
It says it resolves #36 but I think that one mentions both tiff and zarr. We need to at least have another open issue for zarr. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@toloudis this PR has been updated to allow for all tifffile write kwargs to be passed. This should resolve the lack of compression args and generally just future proofing us a bit in the case people want to use other parameters.
Docstring includes custom compression example
Quick note: seems like |
I'm generally in favor of using current things but we might have to put a min value on our tifffile version? |
Ping on this. I don't think we need to change our minimum tifffile version for a bit. Good to merge though? @toloudis @SeanLeRoy @BrianWhitneyAI |
I thought you were going to do something to use the more current (post-2022) enum |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks!
…ME TIFF Writer
Link to Relevant Issue
This pull request:
Description of Changes
This moves the hard coded compression setting in OmeTiffWriter to a parameter.
My only general discussion point before this gets merged is perhaps maybe we should just open up all tifffile kwargs like how we do with
fs_kwargs
?