Describe the problem
tifffile.imsave is deprecated
To Reproduce (if applicable)
Try to use write_tiff in source/tomopy/util/misc.py.
import tomopy
if __name__ == "__main__":
tomopy.write_center(...) # error happens here!
AttributeError: module 'tifffile' has no attribute 'imsave'
Expected behavior (if applicable)
It saves
Platform Information:
- OS: Linux
- Python Version 3.12.9
- TomoPy Version 1.15.0
Describe the problem
tifffile.imsaveis deprecatedTo Reproduce (if applicable)
Try to use
write_tiffin source/tomopy/util/misc.py.Expected behavior (if applicable)
It saves
Platform Information: