Skip to content
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

TiffWriter.save is deprecated - replace with tiffwriter.write #11

Closed
agvaughan opened this issue May 25, 2022 · 1 comment
Closed

TiffWriter.save is deprecated - replace with tiffwriter.write #11

agvaughan opened this issue May 25, 2022 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@agvaughan
Copy link
Contributor

TiffWriter.save is deprecated - we should replace replace with TiffWriter.write

Changelog from tifffile

2022.2.2
    Fix TypeError when second ImageDescription tag contains non-ASCII (#112). Fix parsing IJMetadata with many IJMetadataByteCounts (#111). Detect MicroManager NDTiffv2 header (not tested). Remove cache from ZarrFileSequenceStore (use zarr.LRUStoreCache). Raise limit on maximum number of pages. Use J2K format when encoding JPEG2000 segments. Formally deprecate imsave and TiffWriter.save. Drop support for Python 3.7 and numpy < 1.19 (NEP29).

I wrote and tested a fix in the fork here - will add a PR If that works for you!

@jwindhager
Copy link
Contributor

Apologies, was out for a couple of days. Will take a look right now!

@jwindhager jwindhager self-assigned this May 31, 2022
@jwindhager jwindhager added the bug Something isn't working label May 31, 2022
jwindhager added a commit that referenced this issue May 31, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants