summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordron <dron>2003-12-03 20:01:45 +0000
committerdron <dron>2003-12-03 20:01:45 +0000
commit8f03dbd7b04b92368bfa4630f2e0fdd8ed44e21d (patch)
tree8c710daee7e43f4feabe9348cc9fcff8e069b9ef
parent60d72680fdd391cd9425e95351ff4c158fd9cfad (diff)
downloadlibtiff-8f03dbd7b04b92368bfa4630f2e0fdd8ed44e21d.tar.gz
*** empty log message ***
-rw-r--r--ChangeLog6
1 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index c840767b..915cbcb0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,11 +1,15 @@
2003-12-03 Andrey Kiselev <dron@remotesensing.org>
+ * libtiff/{tif_getimage.c, tif_color.c, tiffio.h}: Improvements in
+ CIE Lab conversion code. Start moving YCbCr stuff to the tif_color.c
+ module.
+
* libtiff/{tif_getimage.c, tiffio.h}, man{TIFFReadRGBAImage.3t,
TIFFReadRGBAStrip.3t, TIFFReadRGBATile.3t, TIFFRGBAImage.3t}:
Finally resolved problems with orientation handling. TIFFRGBAImage
interface now properly supports all possible orientations, i.e. images
will be flipped both in horizontal and vertical directions if
- required. 'Know bugs' section now removed from the appropriate manual
+ required. 'Known bugs' section now removed from the appropriate manual
pages. Closed bug entry:
http://bugzilla.remotesensing.org/show_bug.cgi?id=322