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

check that PIL can save JPEG to BytesIO #5277

Merged
merged 2 commits into from Mar 5, 2014

Conversation

minrk
Copy link
Member

@minrk minrk commented Mar 5, 2014

as far as I can tell, this is a bug in PIL that is fixed in Pillow.

addresses one of the test failures in #5264

as far as I can tell, this is a bug in PIL that is fixed in Pillow.
@takluyver
Copy link
Member

Looks OK. Do we want to pull this out one day when PIL is properly dead? i.e. should we leave a comment explaining why it's needed?

@minrk
Copy link
Member Author

minrk commented Mar 5, 2014

I added a comment. I think it might also be possible for this to fail if PIL/pillow does not link libjpeg (would presumably be a different error), but I'm not sure about that.

@ellisonbg
Copy link
Member

The code looks good, and I have confirmed that it fixes in the test failure on Anaconda. I am +1 for merging this. Thanks!

takluyver added a commit that referenced this pull request Mar 5, 2014
check that PIL can save JPEG to BytesIO
@takluyver takluyver merged commit a5c527b into ipython:master Mar 5, 2014
@minrk minrk deleted the check-jpeg-test branch March 5, 2014 22:10
mattvonrocketstein pushed a commit to mattvonrocketstein/ipython that referenced this pull request Nov 3, 2014
check that PIL can save JPEG to BytesIO
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

3 participants