*** empty log message ***

This commit is contained in:
Andrey Kiselev 2006-02-23 16:08:23 +00:00
parent 3c4295863e
commit bb47850863

View File

@ -1,3 +1,17 @@
2006-02-23 Andrey Kiselev <dron@remotesensing.org>
* libtiff/tif_dirwrite.c: Properly write TIFFTAG_DOTRANGE tag as per
bug http://bugzilla.remotesensing.org/show_bug.cgi?id=1088.
* libtiff/tif_print.c: Properly read TIFFTAG_PAGENUMBER,
TIFFTAG_HALFTONEHINTS, TIFFTAG_YCBCRSUBSAMPLING and TIFFTAG_DOTRANGE
tags as per bug http://bugzilla.remotesensing.org/show_bug.cgi?id=1088.
* tools/tiff2ps.c: Properly scale all the pages when converting
multipage TIFF with /width/height/center options set. As per bug
http://bugzilla.remotesensing.org/show_bug.cgi?id=1080
2006-02-15 Andrey Kiselev <dron@remotesensing.org>
* tools/tiff2pdf.c: Do not create output file until all option checks