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

Saving BLP files #3176

Closed
Promises opened this issue Jun 11, 2018 · 3 comments · Fixed by #6069
Closed

Saving BLP files #3176

Promises opened this issue Jun 11, 2018 · 3 comments · Fixed by #6069
Projects

Comments

@Promises
Copy link

Any chance for saving BLP1 files being added in the near future?

@hugovk
Copy link
Member

hugovk commented Jun 11, 2018

There's partial support for reading BLP1:
https://pillow.readthedocs.io/en/5.1.x/handbook/image-file-formats.html?highlight=blp1#blp

There's no plans for further support, but pull requests are welcome. Please see:
https://github.com/python-pillow/Pillow/blob/master/.github/CONTRIBUTING.md.

@Promises
Copy link
Author

i would make a pull request if I had any idea of how images work :P

@aclark4life aclark4life added this to Backlog in Pillow May 11, 2019
@aclark4life aclark4life moved this from Backlog to Icebox in Pillow May 11, 2019
@radarhere
Copy link
Member

PR #6069 resolves this. By default, BLP images will be saved as BLP2, but you can save as BLP1 with im.save("out.blp", blp_version="BLP1").

Pillow automation moved this from Icebox to Closed Feb 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Pillow
  
Closed
Development

Successfully merging a pull request may close this issue.

3 participants