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

Improve handling of PSD frames #3759

Merged
merged 3 commits into from Jun 19, 2019
Merged

Conversation

radarhere
Copy link
Member

  • PSD frames start from 1, not 0. This PR changes ImageSequence to use this.
  • PSD was closing the file pointer after load. This is not correct, as it is a multiframe format. This is because it was missing _close_exclusive_fp_after_loading = False.

@radarhere radarhere added the Bug Any unexpected behavior, until confirmed feature. label Jun 9, 2019
@hugovk hugovk merged commit a9c05c7 into python-pillow:master Jun 19, 2019
@radarhere radarhere deleted the psd_frames branch June 19, 2019 10:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Any unexpected behavior, until confirmed feature.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants