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
January 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.01.07 20:18 "JPEG (T.30-E, fax) in TIFF", by Lee Howard
2005.01.08 02:36 "Re: JPEG (T.30-E, fax) in TIFF", by Joris Van Damme
2005.01.08 16:36 "Re: JPEG (T.30-E, fax) in TIFF", by Lee Howard
2005.01.08 23:03 "Re: JPEG (T.30-E, fax) in TIFF", by Joris Van Damme
2005.01.09 05:46 "Re: JPEG (T.30-E, fax) in TIFF", by Lee Howard
2005.01.13 13:41 "Re: JPEG (T.30-E, fax) in TIFF", by Joris Van Damme
2005.01.13 15:21 "Re: JPEG (T.30-E, fax) in TIFF", by Lee Howard
2005.01.21 20:44 "Re: JPEG (T.30-E, fax) in TIFF", by Andrey Kiselev
2005.01.21 22:19 "Re: JPEG (T.30-E, fax) in TIFF", by Lee Howard
2005.01.14 02:22 "Re: JPEG (T.30-E, fax) in TIFF", by Joris Van Damme
2005.01.14 04:52 "Re: JPEG (T.30-E, fax) in TIFF", by Lee Howard
2005.01.20 23:41 "Re: JPEG (T.30-E, fax) in TIFF", by Lee Howard
2005.02.08 17:02 "Re: JPEG (T.30-E, fax) in TIFF", by Joris Van Damme
2005.02.08 18:38 "Re: JPEG (T.30-E, fax) in TIFF", by Lee Howard
2005.01.21 20:30 "Re: JPEG (T.30-E, fax) in TIFF", by Lee Howard

2005.01.13 15:21 "Re: JPEG (T.30-E, fax) in TIFF", by Lee Howard

On 2005.01.13 05:41 Joris wrote:

> For ideal crossreference and usefulness to bugzilla users as well as 
> mailing list subscribers and mailing list archive users, it's best to 
> add a link to the archived thread in the bugzilla entries
> (http://www.asmail.be/msg0054884586.html), and to next post a message
> in this thread with the URLs of the new bugzilla entries.

Here is the link to the bug report that I filed a few days ago:

   http://bugzilla.remotesensing.org/show_bug.cgi?id=736

It contains a link to this mailing list thread.

> But still, the triple stripoffsets/counts have to come from somewhere,
> and this weird usage TIFFWriteRawStrip is probably the best candidate...

I've also produced the TIFF without the weird usage of 
TIFFWriteRawStrip, and the problem persists.  Instead, the problem 
seems to do with the SamplesPerPixel tag, as I've noted before.  When 
it's set to "1" then I only get one value in 
StripOffsets/StripByteCounts.  When it's set to "3" then I get three 
values in each.  This happens no matter what I do with 
TIFFWriteRawStrip.

Lee.