summaryrefslogtreecommitdiff
path: root/www/formats.rst
diff options
context:
space:
mode:
Diffstat (limited to 'www/formats.rst')
-rw-r--r--www/formats.rst12
1 files changed, 10 insertions, 2 deletions
diff --git a/www/formats.rst b/www/formats.rst
index 2d5094a..0ca30b5 100644
--- a/www/formats.rst
+++ b/www/formats.rst
@@ -18,6 +18,7 @@ GraphicsMagick Supported Formats
.. _montage : montage.html
.. _AVI : http://www.jmcgowan.com/avi.html
+.. _AVIF : https://aomediacodec.github.io/av1-avif/
.. _BMP : http://www.fileformat.info/format/bmp/egff.htm
.. _color : color.html
.. _CALS : http://www.fileformat.info/format/cals/egff.htm
@@ -35,6 +36,8 @@ GraphicsMagick Supported Formats
.. _JBIG : http://www.jpeg.org/
.. _JNG : http://www.libmng.com/
.. _JPEG : http://www.jpeg.org/
+.. _JXL : https://github.com/libjxl/libjxl/
+.. _JXLLOC : https://www.loc.gov/preservation/digital/formats/fdd/fdd000538.shtml
.. _M2V : http://www.mpeg.org/
.. _MIFF : miff.html
.. _MNG : http://www.libmng.com/
@@ -78,7 +81,7 @@ associated magick string is stored in the "magick" member of the Image
structure, and is reported in the default output of 'gm identify'.
-GraphicsMagick supports reading over 88 major file formats (not including
+GraphicsMagick supports reading over 92 major file formats (not including
sub-formats). The following table provides a summary of the supported
image formats.
@@ -91,6 +94,9 @@ image formats.
| ART | RW | PFS: 1st Publisher | (MacPaint?) and later used for PFS: 1st |
| | | | Publisher clip art. |
+--------------+------+---------------------------+--------------------------------------------------+
+ | AVIF_ | R | AVIF Image File Format | AV1 in a _HEIF container. AVIF is supported |
+ | | | | via libheif if it supports AVIF decode. |
+ +--------------+------+---------------------------+--------------------------------------------------+
| AVS | RW | AVS X image | |
+--------------+------+---------------------------+--------------------------------------------------+
| BMP_ | RW | Microsoft Windows bitmap | |
@@ -219,9 +225,11 @@ image formats.
| 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. |
+--------------+------+---------------------------+--------------------------------------------------+