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
March 2010

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

2010.03.16 19:45 "TIFFVStripSize overflow, JPEG decoding", by Lee Cooper
2010.03.16 21:08 "Re: TIFFVStripSize overflow, JPEG decoding", by Bob Friesenhahn
2010.03.17 20:19 "Re: TIFFVStripSize overflow, JPEG decoding", by Adam Goode
2010.03.17 21:36 "Re: TIFFVStripSize overflow, JPEG decoding", by Tom Lane
2010.03.18 00:11 "Re: TIFFVStripSize overflow, JPEG decoding", by Adam Goode
2010.03.16 22:34 "Re: TIFFVStripSize overflow, JPEG decoding", by Lee Cooper
2010.03.17 16:42 "Re: TIFFVStripSize overflow, JPEG decoding", by Jason Summers
2010.03.17 20:18 "Re: TIFFVStripSize overflow, JPEG decoding", by Adam Goode
2010.03.17 20:59 "Re: TIFFVStripSize overflow, JPEG decoding", by Lee Cooper
2010.03.18 00:15 "Re: TIFFVStripSize overflow, JPEG decoding", by Adam Goode
2010.03.18 02:40 "Re: TIFFVStripSize overflow, JPEG decoding", by Olivier Paquet
2010.03.19 15:52 "Re: TIFFVStripSize overflow, JPEG decoding", by Adam Goode
2010.03.19 16:39 "Re: TIFFVStripSize overflow, JPEG decoding", by Bob Friesenhahn
2010.03.19 18:18 "Re: TIFFVStripSize overflow, JPEG decoding", by Adam Goode
2010.03.19 23:43 "Re: TIFFVStripSize overflow, JPEG decoding", by Bob Friesenhahn

2010.03.18 00:15 "Re: TIFFVStripSize overflow, JPEG decoding", by Adam Goode

On 03/17/2010 04:59 PM, Lee Cooper wrote:
> Adam,
> 
>   I was actually planning to contribute this to openslide if I manage to
>   get it working.  By examining the tiffdump I was able to see that some
>   of the proprietary (and unlabeled) tag values have interesting
>   proportions suggesting a tiled representation.  I'm working to get the
>   spec from Hamamatsu so I can close the loop and get this working.
> 
> I already tried using libtiff 4.0.2 to read the header and encountered the
> same overflow message.  From what I can tell TIFFVStripSize still uses
> 32-bit representation in 4.0.2.
> 

Interesting, I did get tiffinfo from CVS to read the header. Possibly
there was some fix there not in the beta, or possibly it was because I
compiled it on a 64-bit machine?


Adam


P.S.:

Off topic for Tiff list:
For OpenSlide, make sure your documentation has no strings attached,
meaning that you can use it for any purpose, including implementing a
competing implementation. Otherwise I'm afraid the code wouldn't be
acceptable for inclusion in OpenSlide.