Pillow
Pillow copied to clipboard
Release Python GIL when converting images using matrix operations
Resolves #6520
Related to
- https://github.com/python-pillow/Pillow/issues/2635
- https://github.com/python-pillow/Pillow/issues/2664#issuecomment-328666279
Changes proposed in this pull request:
- Release python GIL when converting images using matrix operations
Thank you for reviewing!
kind bump
Gentle bump in case anybody wanted to review this. It would be greatly appreciated.
Thank you for including tests for error cases. This made finding bugs in my original implementation easy!
Thanks!