Re: [PATCH] lisp/ox-html.el: Add avif support for html export inline images

2024-04-03 Thread Ihor Radchenko
Adam Porter writes: > I noticed what appears to be a typo in this commit: > https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=1be2f9693 > > > +*** =.avif= images are not recognized in ~org-html-inline-image-rules~ >^ > > Unless I misunderstand something,

Re: [PATCH] lisp/ox-html.el: Add avif support for html export inline images

2024-04-02 Thread Adam Porter
Hi Ihor, I noticed what appears to be a typo in this commit: https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=1be2f9693 +*** =.avif= images are not recognized in ~org-html-inline-image-rules~ ^ Unless I misunderstand something, I guess it's supposed t

Re: [PATCH] lisp/ox-html.el: Add avif support for html export inline images

2024-03-27 Thread Ihor Radchenko
Ross Timson writes: > * lisp/ox-html.el (org-html-inline-image-rules): Add AVIF image > support for inline images on HTML export. > > AVIF is well supported by browsers these days and offers similar > features and much better compression than the other image formats > commonly used for the web. >

[PATCH] lisp/ox-html.el: Add avif support for html export inline images

2024-03-26 Thread Ross Timson
* lisp/ox-html.el (org-html-inline-image-rules): Add AVIF image support for inline images on HTML export. AVIF is well supported by browsers these days and offers similar features and much better compression than the other image formats commonly used for the web. TINYCHANGE --- lisp/ox-html.el |