GraphicsMagick: Update code metrics for web page
GraphicsMagick Commits <[email protected]>
| Newsgroups | gmane.comp.video.graphicsmagick.cvs |
|---|---|
| Message-ID | <mailman.8563.1687558688.1565.graphicsmagick-commit@lists.sourceforge.net> |
changeset 6424ff2885ca in /hg/GraphicsMagick details: http://hg.GraphicsMagick.org/hg/GraphicsMagick?cmd=changeset;node=6424ff2885ca summary: Update code metrics for web page diffstat: www/index.html | 12 ++++++------ www/index.rst | 12 ++++++------ 2 files changed, 12 insertions(+), 12 deletions(-) diffs (44 lines): diff -r 8a180b8c316e -r 6424ff2885ca www/index.html --- a/www/index.html Wed Jun 21 07:57:17 2023 -0500 +++ b/www/index.html Fri Jun 23 17:17:50 2023 -0500 @@ -63,12 +63,12 @@ <a class="reference external" href="https://graphicsmagick.sourceforge.io/index.html">https://graphicsmagick.sourceforge.io/index.html</a> for the latest version of this page.</p> <p>GraphicsMagick is the swiss army knife of image processing. Comprised -of 279K physical lines (according to David A. Wheeler's <a class="reference external" href="https://dwheeler.com/sloccount/">SLOCCount</a>) -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 92 major formats including important formats like DPX, GIF, JPEG, -JPEG-2000, PNG, PDF, PNM, TIFF, and WebP.</p> +of 284K physical lines (according to David A. Wheeler's <a class="reference external" href="https://dwheeler.com/sloccount/">SLOCCount</a>) +of source code in the base package, it provides a robust and efficient +collection of tools and libraries which support reading, writing, and +manipulating an image in over 92 major formats including important +formats like DPX, GIF, JPEG, JPEG-2000, JXL, 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 processor cores are added. <a class="reference external" href="http://www.openmp.org/">OpenMP</a> support requires compilation with diff -r 8a180b8c316e -r 6424ff2885ca www/index.rst --- a/www/index.rst Wed Jun 21 07:57:17 2023 -0500 +++ b/www/index.rst Fri Jun 23 17:17:50 2023 -0500 @@ -67,12 +67,12 @@ .. _`Coverity Analysis Metrics` : https://scan.coverity.com/projects/graphicsmagick GraphicsMagick is the swiss army knife of image processing. Comprised -of 279K physical lines (according to David A. Wheeler's `SLOCCount`_) -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 92 major formats including important formats like DPX, GIF, JPEG, -JPEG-2000, PNG, PDF, PNM, TIFF, and WebP. +of 284K physical lines (according to David A. Wheeler's `SLOCCount`_) +of source code in the base package, it provides a robust and efficient +collection of tools and libraries which support reading, writing, and +manipulating an image in over 92 major formats including important +formats like DPX, GIF, JPEG, JPEG-2000, JXL, PNG, PDF, PNM, TIFF, and +WebP. Image processing is multi-threaded using OpenMP_ (`read about OpenMP in GraphicsMagick`_) so that CPU-bound tasks scale linearly as