2005.05.18 15:38 "[Tiff] Another libtiff+libjpeg problem", by Thom DeCarlo

2005.06.13 12:40 "Re: [Tiff] Another libtiff+libjpeg problem", by Jean-Yves Le Ridant

I am absolutely agree with you at this point. And... do you have a libjpeg library which can be compiled with the patched libtiff to get the 12-bit support?

As I said in a previous post, I come to to point of being able to ship something. The matter is what, where...

Finally, to have full support for 12/8 bits, I had to make some change in tif_jpeg "raw" encode decode.

I have customize jpeglib so that the read/write scanline can handle subsampled data. ( in the tiff packed format ). ( and that in turn produce a small patch to few jpeglib files ).

So it greatly simplify tif_jpeg for the raw processing: there is no more raw processing.

So of course, libtiff turn completely dependant of this patch to jpeglib....

Jean-Yves