AWARE SYSTEMS
TIFF and LibTiff Mail List Archive

Thread

2007.02.05 03:28 "[Tiff] Request help On OJPEG Compression In Libtiff", by Steven Lim
2007.02.05 18:19 "RE: [Tiff] Request help On OJPEG Compression In Libtiff", by Chris Cox
2007.02.05 19:08 "Re: [Tiff] Request help On OJPEG Compression In Libtiff", by Joris Van Damme
2007.02.05 19:14 "RE: [Tiff] Request help On OJPEG Compression In Libtiff", by Chris Cox
2007.02.05 19:29 "Re: [Tiff] Request help On OJPEG Compression In Libtiff", by Joris Van Damme
2007.02.05 18:49 "Re: [Tiff] Request help On OJPEG Compression In Libtiff", by Joris Van Damme
2007.02.06 03:55 "[Tiff] What is wrong with the program about adding a Bitmap to a Tiff as Compression_JPEG ?", by 赵
2007.02.06 03:31 "[Tiff] What's wrong with this program about adding a bitmap to TIFF file as Compression_JPEG ?", by 赵
2007.02.06 04:04 "Re: [Tiff] What's wrong with this program about adding a bitmap to TIFF file as Compression_JPEG ?", by Joris Van Damme
2007.02.06 04:18 "Re: [Tiff] What is wrong with the program about adding a Bitmap to a Tiff as Compression_JPEG ?", by Joris Van Damme

2007.02.05 03:28 "[Tiff] Request help On OJPEG Compression In Libtiff", by Steven Lim

Hi All,

I have grab a copy of libtiff from CVS and built it under MSYS & MinGW environment with jpeg support enable(Told by Joris that the OJPEG will be enable as well once the jpeg support is enable).

But how do i need to do in order to use the Old Jpeg Compression? The version of libtiff i grab it from CVS and it's said no required hack on libjpeg, and i try just to use it by calling TIFFSetField(tiffout, TIFFTAG_COMPRESSION, COMPRESSION_OJPEG), and this seem not correct.

           And it's give me the below warning message: "Compression
algorithm does not support random access". Currently what i intend to do is
convert a jpeg image to tiff by using the OJPEG compression algorithm.

Thanks in advanced.

Regards,
Steven