Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
PIL Image.save() requires a string parameter [1] while under python3 we call it with bytes. This leads to wrong format detection (b'.png' isn't a key in supported formats list). [1] https://pillow.readthedocs.io/en/latest/reference/Image.html#PIL.Image.Image.save
- Loading branch information