Basil L. Contovounesios
|
ca3e3c9471
|
; Pacify some --without-x byte-compiler warnings.
|
2022-05-07 20:18:51 +03:00 |
|
Eli Zaretskii
|
823b6b8d26
|
; Add 2022 to copyright years.
|
2022-01-01 07:07:15 -05:00 |
|
Stefan Kangas
|
32a764e106
|
Fix some tests in --without-all builds
* test/lisp/image-tests.el (image-type/from-filename):
* test/src/image-tests.el (image-tests-init-image-library):
* test/src/thread-tests.el (threads-test-bug33073): Fix tests in
--without-all builds.
|
2021-12-21 18:02:05 +01:00 |
|
Stefan Kangas
|
b2bfdd9658
|
Add tests for gif to src/image-tests.el
* test/src/image-tests.el (image-tests--images): Rename from
image-tests-files. Add gif.
(image-tests-image-size/gif)
(image-tests-image-mask-p/gif)
(image-tests-image-metadata/gif): New tests.
* test/data/image/black.gif: New file.
|
2021-10-24 12:14:32 +02:00 |
|
Stefan Kangas
|
bc2a5c1127
|
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.
|
2021-10-22 10:59:01 +02:00 |
|
Lars Ingebrigtsen
|
5580d7e763
|
Make image-tests work in a no-x build
* test/src/image-tests.el: Make the tests work in a no-x build
(bug#51291).
|
2021-10-19 23:10:58 +02:00 |
|
Stefan Kangas
|
34d4aca4d9
|
Add tests for image.c
* test/src/image-tests.el: New file.
|
2021-10-18 22:35:40 +02:00 |
|