Changes between Initial Version and Version 1 of Ticket #25108, comment 4
- Timestamp:
- Jul 11, 2015, 8:59:10 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #25108, comment 4
initial v1 3 3 4 4 Then, should I choose a different type of image which Pillow doesn't detect the MIME type? Or can I set file extension which doesn't exist? 5 6 I searched Pillow. I found that it is merging the code that detect MIME type. 7 https://github.com/python-pillow/Pillow/search?p=1&q=MIME&utf8=%E2%9C%93 8 9 So if I find an image type that Pillow doesn't detect now, the same kind of issue may happen later.