[prev in list] [next in list] [prev in thread] [next in thread] 

List:       graphicsmagick-commit
Subject:    [GM-commit] GraphicsMagick: coders/png.c: Expose gama value to the optional ...
From:       GraphicsMagick Commits <graphicsmagick-commit () lists ! sourceforge ! net>
Date:       2023-05-13 14:58:38
Message-ID: mailman.3131.1683989928.7928.graphicsmagick-commit () lists ! sourceforge ! net
[Download RAW message or body]

changeset cf97c718d929 in /hg/GraphicsMagick
details: http://hg.GraphicsMagick.org/hg/GraphicsMagick?cmd=changeset;node=cf97c718d929
summary: coders/png.c: Expose gama value to the optional log.

diffstat:

 ChangeLog    |  4 ++++
 coders/png.c |  2 +-
 2 files changed, 5 insertions(+), 1 deletions(-)

diffs (23 lines):

diff -r 638f3dff9861 -r cf97c718d929 ChangeLog
--- a/ChangeLog	Thu May 11 15:27:47 2023 -0500
+++ b/ChangeLog	Sat May 13 16:58:15 2023 +0200
@@ -1,3 +1,7 @@
+2023-05-13  Fojtik Jaroslav  <JaFojtik@yandex.com>
+
+	* coders/png.c: Expose gama value to the optional log.
+
 2023-05-11  Bob Friesenhahn  <bfriesen@simple.dallas.tx.us>
 
 	* utilities/tests/gen-tiff-images/genimages: Write one-bit grey
diff -r 638f3dff9861 -r cf97c718d929 coders/png.c
--- a/coders/png.c	Thu May 11 15:27:47 2023 -0500
+++ b/coders/png.c	Sat May 13 16:58:15 2023 +0200
@@ -8307,7 +8307,7 @@
           */
           if (logging)
             (void) LogMagickEvent(CoderEvent,GetMagickModule(),
-                                  "  Setting up gAMA chunk");
+                                  "  Setting up gAMA chunk gamma=%f", image->gamma);
           png_set_gAMA(ping,ping_info,image->gamma);
         }
       if (!mng_info->have_write_global_chrm &&


_______________________________________________
Graphicsmagick-commit mailing list
Graphicsmagick-commit@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/graphicsmagick-commit
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic