Skip to content

Commit

Permalink
Merge pull request #193 from tsotnesharvadze/master
Browse files Browse the repository at this point in the history
Added 'image/x-ms-bmp' In MIME_TYPE_TO_PIL_IDENTIFIER
  • Loading branch information
respondcreate authored Jan 21, 2024
2 parents 0164830 + 3d71a14 commit 146702a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions versatileimagefield/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
# https://infohost.nmt.edu/tcc/help/pubs/pil/formats.html
# {mime type: PIL Identifier}
MIME_TYPE_TO_PIL_IDENTIFIER = {
'image/x-ms-bmp': 'BMP',
'image/bmp': 'BMP',
'image/dcx': 'DCX',
'image/eps': 'eps',
Expand Down

0 comments on commit 146702a

Please sign in to comment.