mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-26 01:04:29 +03:00
Added APNG mime type
This commit is contained in:
parent
09e94e40a1
commit
acc2c150f6
|
@ -884,3 +884,4 @@ Image.register_save(PngImageFile.format, _save)
|
|||
Image.register_extensions(PngImageFile.format, [".png", ".apng"])
|
||||
|
||||
Image.register_mime(PngImageFile.format, "image/png")
|
||||
Image.register_mime(PngImageFile.format, "image/apng")
|
||||
|
|
Loading…
Reference in New Issue
Block a user