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

Support RGBA TIFF with missing ExtraSamples tag #393

Merged
merged 1 commit into from
Oct 27, 2013
Merged

Support RGBA TIFF with missing ExtraSamples tag #393

merged 1 commit into from
Oct 27, 2013

Conversation

cgohlke
Copy link
Contributor

@cgohlke cgohlke commented Oct 27, 2013

See http://stackoverflow.com/questions/19582526/pillow-cannot-read-different-tiff-files

Pillow can not identify TIFF files that contain valid RGBA images but don't contain the ExtraSamples tag (as required by the TIFF specification). The question is whether Pillow should support this case?

@wiredfool
Copy link
Member

I think we should support it. Worst case is that we'll incorrectly read an image that we would have rejected outright.

@aclark4life
Copy link
Member

+1

aclark4life added a commit that referenced this pull request Oct 27, 2013
Support RGBA TIFF with missing ExtraSamples tag
@aclark4life aclark4life merged commit f22ba9d into python-pillow:master Oct 27, 2013
radarhere pushed a commit to radarhere/Pillow that referenced this pull request Sep 24, 2023
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.

3 participants