AWARE [SYSTEMS] Imaging expertise for the Delphi developer
AWare Systems, Imaging expertise for the Delphi developer, Home TIFF and LibTiff Mailing List Archive

LibTiff Mailing List

TIFF and LibTiff Mailing List Archive
May 2005

Previous Thread
Next Thread

Previous by Thread
Next by Thread

Previous by Date
Next by Date

Contact

The TIFF Mailing List Homepage
This list is run by Frank Warmerdam
Archive maintained by AWare Systems



Valid HTML 4.01!



Thread

2005.05.05 05:17 "TIFF2PDF Bug resolved + proposed enhancement", by Bruno Ledoux
2005.05.05 20:49 "Re: TIFF2PDF Bug resolved + proposed enhancement", by Andrey Kiselev

2005.05.05 05:17 "TIFF2PDF Bug resolved + proposed enhancement", by Bruno Ledoux

Hi All,

I solved a bug in the tiff2pdf tool (libtiff v3.7.2) and added an new
functionnality. 
The bug appears when converting Monochrome (1bit/pixel) tiled images. It
affects more generally all tiled images with less than 8bits per pixel. The
problem is that all the tiles on the left/right edges are incorrectly
converted due to an error in the calculation of the edgescanwidth parameter.

The new functionnality I added is to set the Interpolate flag to true in the
image dictionnary of the generated PDF. By default, this flag is set to
false, but with some PDF viewers it has to be activated to improve the
display quality of monochrome screened images.
I attached the result of a diff between the current version and my version
of tiff2pdf.

Regards,

Bruno.