• R/O
  • SSH

GM: Commit

Main GraphicsMagick source repository


Commit MetaInfo

Revision3c44c290497ecac299af21ec0ab074ce3fe5ccb8 (tree)
Time2021-03-02 22:53:20
AuthorBob Friesenhahn <bfriesen@Grap...>
CommiterBob Friesenhahn

Log Message

Add WebP to formats table.

Change Summary

Incremental Difference

diff -r 983b546d232b -r 3c44c290497e www/formats.html
--- a/www/formats.html Sun Feb 28 14:02:25 2021 -0600
+++ b/www/formats.html Tue Mar 02 07:53:20 2021 -0600
@@ -3,7 +3,7 @@
33 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
44 <head>
55 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
6-<meta name="generator" content="Docutils 0.16: http://docutils.sourceforge.net/" />
6+<meta name="generator" content="Docutils 0.13.1: http://docutils.sourceforge.net/" />
77 <title>GraphicsMagick Supported Formats</title>
88 <link rel="stylesheet" href="docutils-articles.css" type="text/css" />
99 </head>
@@ -698,6 +698,14 @@
698698 <td>Wireless bitmap</td>
699699 <td>Support for uncompressed monochrome only.</td>
700700 </tr>
701+<tr><td><a class="reference external" href="https://developers.google.com/speed/webp/">WebP</a></td>
702+<td>RW</td>
703+<td>Google's WebP</td>
704+<td>Requires libwebp from
705+&quot;<a class="reference external" href="https://developers.google.com/speed/webp/">https://developers.google.com/speed/webp/</a>&quot;.
706+WebP is good for small photos for the web and is
707+supported by Google's Chrome and Firefox.</td>
708+</tr>
701709 <tr><td><a class="reference external" href="http://www.fileformat.info/format/wmf/egff.htm">WMF</a></td>
702710 <td>&nbsp;</td>
703711 <td>Windows Metafile</td>
diff -r 983b546d232b -r 3c44c290497e www/formats.rst
--- a/www/formats.rst Sun Feb 28 14:02:25 2021 -0600
+++ b/www/formats.rst Tue Mar 02 07:53:20 2021 -0600
@@ -53,8 +53,9 @@
5353 .. _SVG : http://www.w3.org/Graphics/SVG/
5454 .. _TIFF : http://www.simplesystems.org/libtiff/
5555 .. _TopoL : http://www.topol.cz/english/share/index.php3
56-.. _VIFF: http://www.fileformat.info/format/viff/egff.htm
56+.. _VIFF : http://www.fileformat.info/format/viff/egff.htm
5757 .. _WBMP : http://www.openmobilealliance.org/Technical/wapindex.aspx
58+.. _WebP : https://developers.google.com/speed/webp/
5859 .. _WMF : http://www.fileformat.info/format/wmf/egff.htm
5960 .. _WPG : http://www.fileformat.info/format/wpg/egff.htm
6061 .. _XBM : http://www.fileformat.info/format/xbm/egff.htm
@@ -419,6 +420,11 @@
419420 +--------------+------+---------------------------+--------------------------------------------------+
420421 | WBMP_ | RW | Wireless bitmap | Support for uncompressed monochrome only. |
421422 +--------------+------+---------------------------+--------------------------------------------------+
423+ | WebP_ | RW | Google's WebP | Requires libwebp from |
424+ | | | | "https://developers.google.com/speed/webp/". |
425+ | | | | WebP is good for small photos for the web and is |
426+ | | | | supported by Google's Chrome and Firefox. |
427+ +--------------+------+---------------------------+--------------------------------------------------+
422428 | | | | Requires libwmf. By default, renders WMF files |
423429 | | | | using the dimensions specified by the metafile |
424430 | | | | header. Use the -density option to adjust the |
Show on old repository browser