]> git.eshelyaron.com Git - emacs.git/commit
Add native HEIC support on macOS (bug#51381)
authorAlan Third <alan@idiocy.org>
Fri, 26 Nov 2021 12:54:07 +0000 (12:54 +0000)
committerAlan Third <alan@idiocy.org>
Wed, 22 Dec 2021 20:48:19 +0000 (20:48 +0000)
commitec1312d76a6bb9b4011ab66adad1614a31747af8
tree1c66b5c6d0ce11638edc363a372ade5ba8500d33
parentab0d7a2b83fbb97788efb3ad1cd5e3b0ed10f7f4
Add native HEIC support on macOS (bug#51381)

* lisp/image.el (image-type-header-regexps):
(image-type-file-name-regexps):
(image-type-auto-detectable): Add auto-detect code for heic.
* src/image.c (syms_of_image): Add heic as an image type under NS.
* src/nsimage.m (ns_can_use_native_image_api): Add heic to list of
possible image types in the native image support lookup.
lisp/image.el
src/image.c
src/nsimage.m