Skip to content

Latest commit

 

History

History
67 lines (45 loc) · 1.86 KB

ISSUE_REPORT.md

File metadata and controls

67 lines (45 loc) · 1.86 KB
name about
Issue report
Create a report to help us improve Pillow

What did you do?

What did you expect to happen?

What actually happened?

What are your OS, Python and Pillow versions?

  • OS:
  • Python:
  • Pillow:
Please paste here the output of running `python3 -m PIL --report`,
or the output of the following Python code:

from PIL import features
features.pilinfo(supported_formats=False)
code goes here