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

Do not close provided file handles with libtiff when saving #8458

Merged
merged 1 commit into from
Oct 11, 2024

Conversation

radarhere
Copy link
Member

Addresses #7042 (comment)

#7199 made a change to C code so that libtiff did not always close the file handle when decoding an image, removing the need for the file handle to be duplicated in Python.

This makes the save change, but for encoding an image.

@radarhere radarhere added the TIFF label Oct 11, 2024
@hugovk hugovk merged commit ecdd519 into python-pillow:main Oct 11, 2024
48 of 50 checks passed
@radarhere radarhere deleted the dup branch October 11, 2024 10:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants