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.18 15:38 "Another libtiff+libjpeg problem", by Thom Decarlo
2005.05.18 16:12 "Re: Another libtiff+libjpeg problem", by Bob Friesenhahn
2005.05.18 16:54 "Re: Another libtiff+libjpeg problem", by Thom Decarlo
2005.05.18 18:24 "Re: Another libtiff+libjpeg problem", by Thom Decarlo
2005.05.18 18:33 "Re: Another libtiff+libjpeg problem", by Bob Friesenhahn
2005.05.18 19:39 "Re: Another libtiff+libjpeg problem", by Thom Decarlo
2005.05.19 14:59 "Re: Another libtiff+libjpeg problem", by Frank Warmerdam
2005.05.19 23:00 "Re: Another libtiff+libjpeg problem", by Thom Decarlo
2005.05.20 00:00 "Re: Another libtiff+libjpeg problem", by Frank Warmerdam
2005.05.28 21:07 "Re: Another libtiff+libjpeg problem", by Thom Decarlo
2005.06.10 18:01 "Re: Another libtiff+libjpeg problem", by Frank Warmerdam
2005.06.10 18:49 "Re: Another libtiff+libjpeg problem", by Bob Friesenhahn
2005.05.25 10:12 "Re: Another libtiff+libjpeg problem", by Jean-yves Le Ridant
2005.05.25 13:31 "Re: Another libtiff+libjpeg problem", by Jean-yves Le Ridant
2005.05.26 17:57 "Re: Another libtiff+libjpeg problem", by Andrey Kiselev
2005.06.13 12:40 "Re: Another libtiff+libjpeg problem", by Jean-yves Le Ridant
2005.06.13 14:06 "Re: Another libtiff+libjpeg problem", by Andrey Kiselev
2005.06.14 10:24 "Re: Another libtiff+libjpeg problem", by Jean-yves Le Ridant
2005.06.17 08:22 "Re: Another libtiff+libjpeg problem", by Jean-yves Le Ridant
2005.06.17 16:29 "Re: Another libtiff+libjpeg problem", by Andrey Kiselev

2005.06.13 12:40 "Re: 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