From ba8056b704dc82103ca20ee99f1979dff32958e3 Mon Sep 17 00:00:00 2001 From: Andrey Kiselev Date: Tue, 6 Apr 2004 08:50:39 +0000 Subject: [PATCH] *** empty log message *** --- ChangeLog | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index e02dda9c..4f04a53a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,9 +1,16 @@ +2004-04-06 Andrey Kiselev + + * libtiff/tif_jpeg.c: Workaround for wrong sampling factors used + in the Intergarph JPEG compressed TIFF images as per bug: + + http://bugzilla.remotesensing.org/show_bug.cgi?id=532 + 2004-04-04 Frank Warmerdam * libtiff/tif_open.c: close clientdata if TIFFClientOpen() fails via bad2. -2004-03-26 Frank Warmerdam +2004-03-26 Andrey Kiselev * tools/tiffcp.c: Properly set Photometric Interpretation in case of JPEG compression of grayscale images.