|
From: <kin...@us...> - 2023-07-13 16:26:37
|
Revision: 7088
http://sourceforge.net/p/teem/code/7088
Author: kindlmann
Date: 2023-07-13 16:26:32 +0000 (Thu, 13 Jul 2023)
Log Message:
-----------
fixed use of hestOptAdd_1_Enum
Modified Paths:
--------------
teem/trunk/src/bin/overrgb.c
Modified: teem/trunk/src/bin/overrgb.c
===================================================================
--- teem/trunk/src/bin/overrgb.c 2023-07-13 12:27:54 UTC (rev 7087)
+++ teem/trunk/src/bin/overrgb.c 2023-07-13 16:26:32 UTC (rev 7088)
@@ -100,7 +100,7 @@
"intent in the sRGB chunk of the PNG file format. Can be "
"absolute, relative, perceptual, saturation, or none. This is "
"independent of using \"srgb\" as the -g gamma",
- NULL, nrrdFormatPNGsRGBIntent);
+ nrrdFormatPNGsRGBIntent);
hestOptAdd_3_Double(&hopt, "b", "background", back, "0 0 0",
"background color to composite against; white is "
"1 1 1, not 255 255 255.");
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|