GraphicsMagick: www/formats.rst: Add JPEG XL to the list
GraphicsMagick Commits <[email protected]>
| Newsgroups | gmane.comp.video.graphicsmagick.cvs |
|---|---|
| Message-ID | <mailman.4672.1663428709.1372.graphicsmagick-commit@lists.sourceforge.net> |
changeset 68f7dbfde37b in /hg/GraphicsMagick details: http://hg.GraphicsMagick.org/hg/GraphicsMagick?cmd=changeset;node=68f7dbfde37b summary: www/formats.rst: Add JPEG XL to the list diffstat: ChangeLog | 2 ++ www/Changelog.html | 1 + www/formats.html | 7 ++++++- www/formats.rst | 5 ++++- 4 files changed, 13 insertions(+), 2 deletions(-) diffs (63 lines): diff -r ba71e0bd68a4 -r 68f7dbfde37b ChangeLog --- a/ChangeLog Sat Sep 17 09:44:01 2022 -0500 +++ b/ChangeLog Sat Sep 17 10:31:36 2022 -0500 @@ -1,5 +1,7 @@ 2022-09-17 Bob Friesenhahn <[email protected]> + * www/formats.rst: Add JPEG XL to the list. + * utilities/tests/icc-transform.tap: Preserve output files from icc-transform.tap until 'make clean' in order to allow inspection. diff -r ba71e0bd68a4 -r 68f7dbfde37b www/Changelog.html --- a/www/Changelog.html Sat Sep 17 09:44:01 2022 -0500 +++ b/www/Changelog.html Sat Sep 17 10:31:36 2022 -0500 @@ -38,6 +38,7 @@ <p>2022-09-17 Bob Friesenhahn <<a class="reference external" href="mailto:bfriesen%40simple.dallas.tx.us">bfriesen<span>@</span>simple<span>.</span>dallas<span>.</span>tx<span>.</span>us</a>></p> <blockquote> <ul class="simple"> +<li>www/formats.rst: Add JPEG XL to the list.</li> <li>utilities/tests/icc-transform.tap: Preserve output files from icc-transform.tap until 'make clean' in order to allow inspection.</li> </ul> diff -r ba71e0bd68a4 -r 68f7dbfde37b www/formats.html --- a/www/formats.html Sat Sep 17 09:44:01 2022 -0500 +++ b/www/formats.html Sat Sep 17 10:31:36 2022 -0500 @@ -318,7 +318,12 @@ <td>RW</td> <td>Joint Photographic Experts Group JFIF format</td> -<td>Requires jpegsrc.v6b.tar.gz</td> +<td>Requires jpegsrc.v6b.tar.gz or later</td> +</tr> +<tr><td><a class="reference external" href="https://github.com/libjxl/libjxl/">JXL</a></td> +<td>RW</td> +<td>JPEG XL</td> +<td>Requires JPEG XL 0.7 or later</td> </tr> <tr><td>MAN</td> <td>R</td> diff -r ba71e0bd68a4 -r 68f7dbfde37b www/formats.rst --- a/www/formats.rst Sat Sep 17 09:44:01 2022 -0500 +++ b/www/formats.rst Sat Sep 17 10:31:36 2022 -0500 @@ -35,6 +35,7 @@ .. _JBIG : http://www.jpeg.org/ .. _JNG : http://www.libmng.com/ .. _JPEG : http://www.jpeg.org/ +.. _JXL : https://github.com/libjxl/libjxl/ .. _M2V : http://www.mpeg.org/ .. _MIFF : miff.html .. _MNG : http://www.libmng.com/ @@ -219,9 +220,11 @@ | JPC | RW | JPEG-2000 Code Stream | Requires jasper_ 1.600.0 or later | | | | Syntax | | +--------------+------+---------------------------+--------------------------------------------------+ - | JPEG_ | RW | Joint Photographic | Requires jpegsrc.v6b.tar.gz | + | JPEG_ | RW | Joint Photographic | Requires jpegsrc.v6b.tar.gz or later | | | | Experts Group JFIF format | | +--------------+------+---------------------------+--------------------------------------------------+ + | JXL_ | RW | JPEG XL | Requires JPEG XL 0.7 or later | + +--------------+------+---------------------------+--------------------------------------------------+ | MAN | R | Unix reference manual | Requires that GNU groff and Ghostcript are | | | | pages | installed. | +--------------+------+---------------------------+--------------------------------------------------+