2019-05-19 23:14:13 +03:00
---
2019-05-20 12:59:09 +03:00
name: Issue report
2019-05-19 23:14:13 +03:00
about: Create a report to help us improve Pillow
---
2019-06-13 18:02:12 +03:00
<!--
Thank you for reporting an issue.
Follow these guidelines to ensure your issue is handled properly.
If you have a ...
2019-06-19 08:56:18 +03:00
1. General question: consider asking the question on Stack Overflow
with the python-imaging-library tag:
2019-06-13 18:02:12 +03:00
* https://stackoverflow.com/questions/tagged/python-imaging-library
Do not ask a question in both places.
If you think you have found a bug or have an unexplained exception
then file a bug report here.
2019-06-19 08:56:18 +03:00
2. Bug report: include a self-contained, copy-pastable example that
2019-06-13 18:02:12 +03:00
generates the issue if possible. Be concise with code posted.
Guidelines on how to provide a good bug report:
* https://stackoverflow.com/help/mcve
Bug reports which follow these guidelines are easier to diagnose,
and are often handled much more quickly.
2019-06-19 08:56:18 +03:00
3. Feature request: do a quick search of existing issues
2019-06-13 18:02:12 +03:00
to make sure this has not been asked before.
We know asking good questions takes effort, and we appreciate your time.
Thank you.
-->
2016-02-18 18:07:20 +03:00
### What did you do?
### What did you expect to happen?
### What actually happened?
2018-09-18 13:10:34 +03:00
### What are your OS, Python and Pillow versions?
2018-09-18 09:40:16 +03:00
* OS:
* Python:
* Pillow:
2016-02-18 18:07:20 +03:00
2019-06-13 18:02:12 +03:00
<!--
2017-05-27 19:34:53 +03:00
Please include **code** that reproduces the issue and whenever possible, an **image** that demonstrates the issue. Please upload images to GitHub, not to third-party file hosting sites. If necessary, add the image to a zip or tar archive.
2017-05-27 19:10:52 +03:00
2019-06-13 18:02:12 +03:00
The best reproductions are self-contained scripts with minimal dependencies. If you are using a framework such as Plone, Django, or Buildout, try to replicate the issue just using Pillow.
-->
2016-02-18 18:07:20 +03:00
```python
code goes here
2016-09-22 11:02:32 +03:00
```