GraphicsMagick: www/formats.rst: Add AVIF image file format to t...

GraphicsMagick Commits <[email protected]>
Newsgroups gmane.comp.video.graphicsmagick.cvs
Message-ID <mailman.4878.1663510353.1826.graphicsmagick-commit@lists.sourceforge.net>
changeset 0be94bd5eb72 in /hg/GraphicsMagick
details: http://hg.GraphicsMagick.org/hg/GraphicsMagick?cmd=changeset;node=0be94bd5eb72
summary: www/formats.rst: Add AVIF image file format to the list

diffstat:

 ChangeLog                              |  4 ++++
 VisualMagick/installer/inc/version.isx |  4 ++--
 magick/version.h                       |  4 ++--
 www/Changelog.html                     |  6 ++++++
 www/formats.html                       |  8 +++++++-
 www/formats.rst                        |  6 +++++-
 www/index.html                         |  2 +-
 www/index.rst                          |  2 +-
 8 files changed, 28 insertions(+), 8 deletions(-)

diffs (131 lines):

diff -r 88cf2a90d306 -r 0be94bd5eb72 ChangeLog
--- a/ChangeLog	Sat Sep 17 13:18:48 2022 -0500
+++ b/ChangeLog	Sun Sep 18 09:12:22 2022 -0500
@@ -1,3 +1,7 @@
+2022-09-18  Bob Friesenhahn  <[email protected]>
+
+	* www/formats.rst: Add AVIF image file format to the list.
+
 2022-09-17  Bob Friesenhahn  <[email protected]>
 
 	* www/formats.rst: Add JPEG XL to the list.
diff -r 88cf2a90d306 -r 0be94bd5eb72 VisualMagick/installer/inc/version.isx
--- a/VisualMagick/installer/inc/version.isx	Sat Sep 17 13:18:48 2022 -0500
+++ b/VisualMagick/installer/inc/version.isx	Sun Sep 18 09:12:22 2022 -0500
@@ -10,5 +10,5 @@
 
 #define public MagickPackageName "GraphicsMagick"
 #define public MagickPackageVersion "1.4"
-#define public MagickPackageVersionAddendum ".020220917"
-#define public MagickPackageReleaseDate "snapshot-20220917"
+#define public MagickPackageVersionAddendum ".020220918"
+#define public MagickPackageReleaseDate "snapshot-20220918"
diff -r 88cf2a90d306 -r 0be94bd5eb72 magick/version.h
--- a/magick/version.h	Sat Sep 17 13:18:48 2022 -0500
+++ b/magick/version.h	Sun Sep 18 09:12:22 2022 -0500
@@ -38,8 +38,8 @@
 #define MagickLibVersion  0x272400
 #define MagickLibVersionText  "1.4"
 #define MagickLibVersionNumber 27,24,0
-#define MagickChangeDate   "20220917"
-#define MagickReleaseDate  "snapshot-20220917"
+#define MagickChangeDate   "20220918"
+#define MagickReleaseDate  "snapshot-20220918"
 
 /*
   The MagickLibInterfaceNewest and MagickLibInterfaceOldest defines
diff -r 88cf2a90d306 -r 0be94bd5eb72 www/Changelog.html
--- a/www/Changelog.html	Sat Sep 17 13:18:48 2022 -0500
+++ b/www/Changelog.html	Sun Sep 18 09:12:22 2022 -0500
@@ -35,6 +35,12 @@
 <div class="document">
 
 
+<p>2022-09-18  Bob Friesenhahn  &lt;<a class="reference external" href="mailto:bfriesen&#37;&#52;&#48;simple&#46;dallas&#46;tx&#46;us">bfriesen<span>&#64;</span>simple<span>&#46;</span>dallas<span>&#46;</span>tx<span>&#46;</span>us</a>&gt;</p>
+<blockquote>
+<ul class="simple">
+<li>www/formats.rst: Add AVIF image file format to the list.</li>
+</ul>
+</blockquote>
 <p>2022-09-17  Bob Friesenhahn  &lt;<a class="reference external" href="mailto:bfriesen&#37;&#52;&#48;simple&#46;dallas&#46;tx&#46;us">bfriesen<span>&#64;</span>simple<span>&#46;</span>dallas<span>&#46;</span>tx<span>&#46;</span>us</a>&gt;</p>
 <blockquote>
 <ul class="simple">
diff -r 88cf2a90d306 -r 0be94bd5eb72 www/formats.html
--- a/www/formats.html	Sat Sep 17 13:18:48 2022 -0500
+++ b/www/formats.html	Sun Sep 18 09:12:22 2022 -0500
@@ -43,7 +43,7 @@
 embedded profile types. After a file has been read or &quot;pinged&quot;, the
 associated magick string is stored in the &quot;magick&quot; member of the Image
 structure, and is reported in the default output of 'gm identify'.</p>
-<p>GraphicsMagick supports reading over 88 major file formats (not including
+<p>GraphicsMagick supports reading over 92 major file formats (not including
 sub-formats). The following table provides a summary of the supported
 image formats.</p>
 <table border="1" class="docutils">
@@ -67,6 +67,12 @@
 (MacPaint?) and later used for PFS: 1st
 Publisher clip art.</td>
 </tr>
+<tr><td><a class="reference external" href="https://aomediacodec.github.io/av1-avif/">AVIF</a></td>
+<td>R</td>
+<td>AVIF Image File Format</td>
+<td>AV1 in a _HEIF container.  AVIF is supported
+via libheif if it supports AVIF decode.</td>
+</tr>
 <tr><td>AVS</td>
 <td>RW</td>
 <td>AVS X image</td>
diff -r 88cf2a90d306 -r 0be94bd5eb72 www/formats.rst
--- a/www/formats.rst	Sat Sep 17 13:18:48 2022 -0500
+++ b/www/formats.rst	Sun Sep 18 09:12:22 2022 -0500
@@ -18,6 +18,7 @@
 .. _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
@@ -79,7 +80,7 @@
 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.
 
@@ -92,6 +93,9 @@
    | 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  |                                                  |
diff -r 88cf2a90d306 -r 0be94bd5eb72 www/index.html
--- a/www/index.html	Sat Sep 17 13:18:48 2022 -0500
+++ b/www/index.html	Sun Sep 18 09:12:22 2022 -0500
@@ -65,7 +65,7 @@
 of source code in the base package (or 1,275K including 3rd party
 libraries) it provides a robust and efficient collection of tools and
 libraries which support reading, writing, and manipulating an image in
-over 89 major formats including important formats like DPX, GIF, JPEG,
+over 92 major formats including important formats like DPX, GIF, JPEG,
 JPEG-2000, PNG, PDF, PNM, TIFF, and WebP.</p>
 <p>Image processing is multi-threaded using <a class="reference external" href="http://www.openmp.org/">OpenMP</a> (<a class="reference external" href="OpenMP.html">read about OpenMP
 in GraphicsMagick</a>) so that CPU-bound tasks scale linearly as
diff -r 88cf2a90d306 -r 0be94bd5eb72 www/index.rst
--- a/www/index.rst	Sat Sep 17 13:18:48 2022 -0500
+++ b/www/index.rst	Sun Sep 18 09:12:22 2022 -0500
@@ -71,7 +71,7 @@
 of source code in the base package (or 1,275K including 3rd party
 libraries) it provides a robust and efficient collection of tools and
 libraries which support reading, writing, and manipulating an image in
-over 89 major formats including important formats like DPX, GIF, JPEG,
+over 92 major formats including important formats like DPX, GIF, JPEG,
 JPEG-2000, PNG, PDF, PNM, TIFF, and WebP.
 
 Image processing is multi-threaded using OpenMP_ (`read about OpenMP
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.