-
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
Add a save_any function to image_io #50
Comments
We should also support saving a txt file with a tiff sequence as part of this. We already support loading such files via |
I don't think we have any need for this TBH. The |
Do you think BrainGlobe tools will need to read this format @adamltyson ? |
It was included for historical reasons to support |
I have a working version with tests updated for both |
Image_io has a
load_any
function that recognises the image file extension and calls the appropriate loading function. It would be useful to add a correspondingsave_any
function, similar to hereThe text was updated successfully, but these errors were encountered: