-
Notifications
You must be signed in to change notification settings - Fork 1
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
Writing 3D tiffs throws deprecation warning #45
Comments
It would be good to know what's going on here, so we can explicitly set the parameter. We rarely (if ever) need to write either float64 or RGB though, so it would be good to know what this should be set to for our "normal" usage (typically 16bit greyscale, 2/3D). |
The same error occurs with |
In that case I would definitely set it to |
Yep, I agree with this |
Ok - will do! I'll make a PR to add this |
Writing a 3D tiff via the
image_io
sub-module throws aDeprecationWarning
e.g.:Should the
photometric
/planarconfig
be set explicitly to keep the old settings? Or are you happy to use the newtifffile
defaults and just add this warning to the list of those ignored by pytest?The text was updated successfully, but these errors were encountered: