Skip to content

Conversation

@Computerglassformedandsurg

Fix: Replaced imsave with imwrite in tifffile

The imsave function is not part of the standard tifffile library and caused a ModuleNotFoundError. This commit corrects the code by using the proper imwrite function to save the TIFF image data.

Fix: Replaced imsave with imwrite in tifffile

The `imsave` function is not part of the standard `tifffile` library and caused a ModuleNotFoundError. This commit
corrects the code by using the proper `imwrite` function to save the TIFF image data.
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.

1 participant