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.24 06:27 "Question about Jpeg-in-tiff, JPEG IN TIFF created by libtiff can't be read by acdsee", by Kelvin Zhong
2005.05.24 09:10 "Re: Question about Jpeg-in-tiff, JPEG IN TIFF created by libtiff can't be read by acdsee", by Joris Van Damme
2005.05.25 04:52 "Re: Question about Jpeg-in-tiff, JPEG IN TIFF created by libtiff can't be read by acdsee", by Kelvin Zhong
2005.05.25 07:54 "Re: Question about Jpeg-in-tiff, JPEG IN TIFF created by libtiff can't be read by acdsee", by Jean-yves Le Ridant
2005.05.25 12:30 "Re: Question about Jpeg-in-tiff, JPEG IN TIFF created by libtiff can't be read by acdsee", by Joris Van Damme
2005.05.26 15:51 "Re: Question about Jpeg-in-tiff, JPEG IN TIFF created by l ibtiff can't be read by acdsee", by Ed Grissom

2005.05.24 06:27 "Question about Jpeg-in-tiff, JPEG IN TIFF created by libtiff can't be read by acdsee", by Kelvin Zhong

Hi,all,

I have created some JPEG-in-TIFFs(compression mode = 7) with libtiff 3.7.2
and i found that a few high-profile apps(like Windows Imaging, acdsee 5)
can't decode them. yet these same apps can read other JPEG-in-TIFFs
(compression mode = 7) correctly . 

after i do more research on it ,i found that the file libtiff created have
multiple strips and corresponding (stripoffsets and stripbytecounts...)
and the file ACDSEE can opened correctly encoded the jpeg data as a single
strip.(or single tile)

My question is:

1. what libtiff doing(write) with the JPEG-in-TIFFs as i described meet
   the TIFF Specification (standard) ? 
2. how can i do some modification with the libtiff library ,just make it
   can write the jpeg data as a single strip.?

does anyone know something special?

Kingore@126.com
Kelvin zhong