commit | 20a5b7e986377bdfd929d7e8c4e3db5847dfdb2d | [log] [tgz] |
---|---|---|
author | Ilya Stepin <stepinilya@gmail.com> | Sun Mar 21 02:06:27 2021 +0300 |
committer | GitHub <noreply@github.com> | Sat Mar 20 16:06:27 2021 -0700 |
tree | 480fc6501d4102e1d5658119f54485a21e330bd6 | |
parent | b05b48dd7ab68bf0046356f2abd6d7fe3b5b3d77 [diff] |
bpo-43542: Add heif/heic formats in mimetypes (GH-24917) * bpo-43542: Add heif/heic formats in mimetypes Add HEIF and HEIC format to list of media types. It has IANA registration. IANA: https://www.iana.org/assignments/media-types/image/heic HEIF Github: https://github.com/nokiatech/heif Co-authored-by: Gregory P. Smith <greg@krypto.org>