From 1b6875a9701bc603b06f8950d77fae6368f6bf2b Mon Sep 17 00:00:00 2001 From: Marti Maria Date: Wed, 5 Jan 2022 11:39:59 +0100 Subject: Documentation for 2.13 We are close to release candidate 0 --- utils/tificc/tificc.c | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'utils') diff --git a/utils/tificc/tificc.c b/utils/tificc/tificc.c index fab1c22..270a637 100644 --- a/utils/tificc/tificc.c +++ b/utils/tificc/tificc.c @@ -634,7 +634,11 @@ void WriteOutputTags(TIFF* out, int Colorspace, int BytesPerSample, int AlphaCha } if (PixelDepth == 32) - TIFFSetField(out, TIFFTAG_SAMPLEFORMAT, SAMPLEFORMAT_IEEEFP); + TIFFSetField(out, TIFFTAG_SAMPLEFORMAT, + SAMPLEFORMAT_IEEEFP, + SAMPLEFORMAT_IEEEFP, + SAMPLEFORMAT_IEEEFP, + SAMPLEFORMAT_IEEEFP); } @@ -648,7 +652,7 @@ void CopyOtherTags(TIFF* in, TIFF* out) short shortv; - short compression; + unsigned short compression; cmsUInt32Number ow, ol; cmsFloat32Number floatv; char *stringv; -- cgit v1.2.3