You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/ISSUE_REPORT.md
+15Lines changed: 15 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,6 +48,21 @@ Thank you.
48
48
* Python:
49
49
* Pillow:
50
50
51
+
```text
52
+
Please paste here the output of running:
53
+
54
+
python3 -m PIL.report
55
+
or
56
+
python3 -m PIL --report
57
+
58
+
Or the output of the following Python code:
59
+
60
+
from PIL import report
61
+
# or
62
+
from PIL import features
63
+
features.pilinfo(supported_formats=False)
64
+
```
65
+
51
66
<!--
52
67
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.
0 commit comments