From c78a5bdc6d9e972869d415cd6e66a60cb0666557 Mon Sep 17 00:00:00 2001 From: Frank Warmerdam Date: Wed, 31 Jul 2002 21:12:43 +0000 Subject: [PATCH] bugs 168 and 129 --- ChangeLog | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/ChangeLog b/ChangeLog index 0e3aca60..1d549fb3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,17 @@ +2002-07-31 Frank Warmerdam + + * libtiff/{tif_jpeg.c,tif_strip.c,tif_print.c}: Hacked tif_jpeg.c to + fetch TIFFTAG_YCBCRSUBSAMPLING from the jpeg data stream if it isn't + present in the tiff tags. + + http://bugzilla.remotesensing.org/show_bug.cgi?id=168 + + * libtiff/tif_read.c, libtiff/tif_write.c: TIFFReadScanline() and + TIFFWriteScanline() now set tif_row explicitly in case the codec has + fooled with the value. + + http://bugzilla.remotesensing.org/show_bug.cgi?id=129 + 2002-06-22 Andrey Kiselev * /tools/tiff2ps: Added workaround for some software that may crash