https://github.com/libsdl-org/libtiff/commit/b744b7893e346cb94143699bd9c580a0ca1036d7
From b744b7893e346cb94143699bd9c580a0ca1036d7 Mon Sep 17 00:00:00 2001
From: Olivier Paquet <[EMAIL REDACTED]>
Date: Thu, 6 May 2010 02:58:45 +0000
Subject: [PATCH] * libtiff/tif_print.c: Have TIFFTAG_REFERENCEBLACKWHITE
always print 6 floats instead of 2*SamplesPerPixel.
http://bugzilla.maptools.org/show_bug.cgi?id=2186 * man/TIFFGetField.3tiff,
man/TIFFSetField.3tiff: Fixed doc to reflect the fact that libtiff considers
TIFFTAG_REFERENCEBLACKWHITE to be 6 floats.
---
ChangeLog | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/ChangeLog b/ChangeLog
index a23ebfc1..e86270fc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2010-05-05 Olivier Paquet <olivier.paquet@gmail.com>
+
+ * libtiff/tif_print.c: Have TIFFTAG_REFERENCEBLACKWHITE always print 6
+ floats instead of 2*SamplesPerPixel.
+ http://bugzilla.maptools.org/show_bug.cgi?id=2186
+ * man/TIFFGetField.3tiff, man/TIFFSetField.3tiff: Fixed doc to reflect the
+ fact that libtiff considers TIFFTAG_REFERENCEBLACKWHITE to be 6 floats.
+
2010-04-10 Bob Friesenhahn <bfriesen@simple.dallas.tx.us>
* tools/ppm2tiff.c (main): While case for parsing comment line