-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Cannot read TIFF file #3536
Labels
Comments
I don't think PIL can handle float32 RGB images. Besides that, it seems the TiffImagePlugin closes file handles that it does not own. |
The |
Are you happy for the rest of this to be considered part of #1888, and for this issue to be closed? |
@radarhere No problem. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What did you do?
Generated cubemaps in a .TIFF format
Tried to read the output with Pillow
What did you expect to happen?
I expected to be able to read the file.
What actually happened?
Got a
ValueError: seek of closed file
. See my code sample just below.What are your OS, Python and Pillow versions?
Other notes
Files:
tmp.zip
The text was updated successfully, but these errors were encountered: