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
September 2004

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

2004.09.01 23:35 "Tiff2Pdf bug", by Joris Van Damme
2004.09.02 00:12 "Re: Tiff2Pdf bug", by Ross A Finlayson
2004.09.02 01:00 "Re: Tiff2Pdf bug", by Joris Van Damme
2004.09.02 01:07 "Re: Tiff2Pdf bug", by Chris Cox
2004.09.02 13:57 "Re: Tiff2Pdf bug", by Fernando Loygorri
2004.09.02 14:11 "16bit compressed colormaps", by Frank Warmerdam
2004.09.02 15:05 "Re: 16bit compressed colormaps", by Julien Demaria
2004.09.02 15:40 "Re: 16bit compressed colormaps", by Joris Van Damme
2004.09.02 15:22 "Re: 16bit compressed colormaps", by Bob Friesenhahn
2004.09.02 15:43 "Re: 16bit compressed colormaps", by Joris Van Damme
2004.09.02 16:20 "Re: 16bit compressed colormaps", by Bob Friesenhahn
2004.09.02 16:36 "Re: 16bit compressed colormaps", by Steve Eddins
2004.09.02 17:27 "Re: 16bit compressed colormaps", by Bob Friesenhahn
2004.09.02 18:02 "Re: 16bit compressed colormaps", by Frank Warmerdam
2004.09.02 18:43 "Re: 16bit compressed colormaps", by Bob Friesenhahn
2004.09.02 18:12 "Re: 16bit compressed colormaps", by Joris Van Damme
2004.09.02 17:38 "Re: 16bit compressed colormaps", by Chris Cox
2004.09.02 14:38 "Re: Tiff2Pdf bug", by Bob Friesenhahn
2004.09.02 17:37 "Re: Tiff2Pdf bug", by Chris Cox
2004.09.02 20:35 "Re: Tiff2Pdf bug / BigTIFF", by Frank Warmerdam
2004.09.02 03:30 "Re: Tiff2Pdf bug", by Joris Van Damme

2004.09.02 00:12 "Re: Tiff2Pdf bug", by Ross A Finlayson

On Thu, 2 Sep 2004, Joris wrote:

> Seems to me that in t2p_read_tiff_init(...), second check for
> t2p->tiff_pages==NULL, near the beginning of the function, should actually be
> checking for t2p->tiff_tiles==NULL.
>
> Also, it might not be an error if _TIFFmemset checks for it, but in t2p_init(),
> top few lines, you might want to move _TIFFmemset(t2p,...) to after the check
> for t2p==NULL.

Hi Joris,

Thank you for your code review.  I have this and some other issues that
are being fixed in the tiff2pdf.c file, as I get them fixed I will send
the patch to Andrey.

Hey I got the "yet another TIFF tag viewer" property sheet shell extension
for Windows working, I need to add the rest of the help and warning/error
functions and then I hope you will try it, hopefully this week.  I'm even
unable to crash the Explorer with it recently.

I found a bug in libtiff, when a floating point is returned for a
SRATIONAL value for printing the value, the two int32's should be treated
as an int32 for the numerator and uint32 for the denominator.

Hey about the palette and some notion of compressing the palette, I
thought one method that was in use was to compress the ColorMap with LZW,
and then when the library gets the ColorMap, if its number of elements
doesn't match the
SamplesPerPixel/PhotometricInterpretation/ExtraSamples/Indexed indicated
correct value for the count of elements of the ColorMap, then it is
uncompressed transparently for the ColorMap access.

Regards,

Ross F.