diff options
author | Stefan Kangas <stefan@marxist.se> | 2021-10-22 10:59:01 +0200 |
---|---|---|
committer | Stefan Kangas <stefan@marxist.se> | 2021-10-22 10:59:01 +0200 |
commit | bc2a5c112796ea9f072984b471f980e4321263b3 (patch) | |
tree | 04c5f5effd7f1a75be9e457deed9352da43be1ef /lisp/erc/erc-join.el | |
parent | 938f10c601e87154b697cdb73b44e0d44851303b (diff) | |
download | emacs-bc2a5c112796ea9f072984b471f980e4321263b3.tar.gz emacs-bc2a5c112796ea9f072984b471f980e4321263b3.tar.bz2 emacs-bc2a5c112796ea9f072984b471f980e4321263b3.zip |
Add WebP image format support (Bug#51296)
* configure.ac (--with-webp): New option.
(HAVE_WEBP): New variable.
(emacs_config_features): Add webp.
* src/image.c (enum webp_keyword_index) [HAVE_WEBP]: New enum.
(webp_format) [HAVE_WEBP]: New variable.
(webp_image_p, init_webp_functions, webp_load) [HAVE_WEBP]: New
functions for WebP support.
(image_types) [HAVE_WEBP]: Define WebP format.
(syms_of_image) <Qwebp> [HAVE_WEBP]: New DEFSYM. Add image type Qwebp.
* src/Makefile.in (LIBIMAGE): Add WEBP_LIBS.
* lisp/files.el (auto-mode-alist):
* lisp/image-file.el (image-file-name-extensions):
* lisp/image.el (image-type-header-regexps)
(image-type-file-name-regexps, image-type-auto-detectable): Add WebP
support.
* lisp/term/w32-win.el (dynamic-library-alist): Add the libwebp DLL.
* INSTALL:
* admin/CPP-DEFINES:
* doc/lispref/display.texi (Image Formats, Other Image Types):
* nt/INSTALL: Document WebP support.
* test/lisp/image-tests.el (image-find-image)
(image-type-from-file-name): Expand tests.
* test/src/image-tests.el (image-tests--files): Add WebP.
(image-tests-image-size/webp, image-tests-image-mask-p/webp)
(image-tests-image-metadata/webp): New tests.
* test/data/image/black.webp: New file.
Diffstat (limited to 'lisp/erc/erc-join.el')
0 files changed, 0 insertions, 0 deletions