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

Added context managers #3

Closed
wants to merge 1 commit into from
Closed

Conversation

radarhere
Copy link

If you want, equivalent of python-pillow#5261 for python-pillow#5242

This is because of https://pillow.readthedocs.io/en/stable/releasenotes/7.0.0.html#image-del

Implicitly closing the image’s underlying file in Image.del has been removed. Use a context manager or call close() instead to close the file in a deterministic way.

@radarhere radarhere closed this Feb 22, 2021
@radarhere radarhere deleted the plainPPM branch February 22, 2021 01:13
radarhere pushed a commit that referenced this pull request Jun 12, 2022
Do not install NumPy on Python 3.11

So that's how I was supposed to resolve that merge conflict.  Thank you.
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.

None yet

1 participant