AWARE SYSTEMS
TIFF and LibTiff Mail List Archive

Thread

2005.05.25 09:52 "[Tiff] How to Write a tif file with compression = COMPRESSION_JPEG & photometric = PHOTOMETRIC_YCBCR ?", by Kelvin Zhong
2005.05.25 10:41 "Re: [Tiff] How to Write a tif file with compression = COMPRESSION_JPEG & photometric = PHOTOMETRIC_YCBCR ?", by Jean-Yves Le Ridant
2005.05.26 01:50 "Re: [Tiff] How to Write a tif file with c ompression = COMPRESSION_JPEG & photometr ic = PHOTOMETRIC_YCBCR ?", by Kelvin Zhong
2005.05.26 08:37 "Re[2]: [Tiff] How to Write a tif file with compression = COMPRESSION_JPEG & photometric = PHOTOMETRIC_YCBCR ?", by Jean-Yves Le Ridant
2005.05.26 10:02 "Re[2]: [Tiff] How to Write a tif file wit h compression = COMPRESSION_JPEG & photom etric = PHOTOMETRIC_YCBCR ?", by Kelvin Zhong
2005.05.26 12:24 "Re[3]: [Tiff] How to Write a tif file with compression = COMPRESSION_JPEG & photometric = PHOTOMETRIC_YCBCR ?", by Jean-Yves Le Ridant
2005.05.26 13:03 "Re: Re[3]: [Tiff] How to Write a tif file with compression =COMPRESSION_JPEG & photometric = PHOTOMETRIC_YCBCR ?", by Joris Van Damme
2005.05.26 14:10 "Re: [Tiff] How to Write a tif file with compression =COMPRESSION_JPEG & photometric = PHOTOMETRIC_YCBCR ?", by Jean-Yves Le Ridant
2005.05.26 16:23 "Re: [Tiff] How to Write a tif file with compression =COMPRESSION_JPEG& photometric = PHOTOMETRIC_YCBCR ?", by Joris Van Damme
2005.05.26 16:50 "Re: [Tiff] How to Write a tif file with compression =COMPRESSION_JPEG& photometric = PHOTOMETRIC_YCBCR ?", by Bob Friesenhahn
2005.05.26 17:00 "Re: [Tiff] How to Write a tif file with compression =COMPRESSION_JPEG&photometric = PHOTOMETRIC_YCBCR ?", by Joris Van Damme
2005.05.26 19:30 "Re: [Tiff] How to Write a tif file with compression =COMPRESSION_JPEG& photometric = PHOTOMETRIC_YCBCR ?", by Chris Cox
2005.05.26 19:34 "Re: [Tiff] How to Write a tif file with compression =COMPRESSION_JPEG& photometric = PHOTOMETRIC_YCBCR ?", by Bob Friesenhahn
2005.05.26 19:41 "Re: [Tiff] How to Write a tif file with compression =COMPRESSION_JPEG& photometric = PHOTOMETRIC_YCBCR ?", by Chris Cox
2005.05.26 19:38 "Re: [Tiff] How to Write a tif file with compression =COMPRESSION_JPEG& photometric = PHOTOMETRIC_YCBCR ?", by Chris Losinger
2005.05.26 19:43 "[Tiff] Re: Byte Order rules", by Chris Cox
2005.05.26 19:48 "Re: [Tiff] How to Write a tif file with compression =COMPRESSION_JPEG& photometric = PHOTOMETRIC_YCBCR ?", by Bob Friesenhahn
2005.05.28 18:01 "Re: [Tiff] How to Write a tif file with compression =COMPRESSION_JPEG& photometric = PHOTOMETRIC_YCBCR ?", by Joris Van Damme
2005.05.30 09:42 "Re: [Tiff] How to Write a tif file with compression =COMPRESSION_JPEG& photometric = PHOTOMETRIC_YCBCR ?", by Jean-Yves Le Ridant
2005.05.30 10:31 "Re: [Tiff] How to Write a tif file with compression=COMPRESSION_JPEG& photometric = PHOTOMETRIC_YCBCR ?", by Marti Maria
2005.05.30 13:04 "Re: [Tiff] How to Write a tif file with compression=COMPRESSION_JPEG& photometric = PHOTOMETRIC_YCBCR ?", by Jean-Yves Le Ridant
2005.05.30 14:39 "Re: [Tiff] How to Write a tif file with compression=COMPRESSION_JPEG& photometric = PHOTOMETRIC_YCBCR ?", by Marti Maria
2005.05.31 18:36 "Re: [Tiff] How to Write a tif file with compression=COMPRESSION_JPEG& photometric = PHOTOMETRIC_YCBCR ?", by Chris Cox
2005.05.31 18:35 "Re: [Tiff] How to Write a tif file with compression =COMPRESSION_JPEG& photometric = PHOTOMETRIC_YCBCR ?", by Chris Cox
2005.05.31 18:54 "Re: [Tiff] How to Write a tif file with compression =COMPRESSION_JPEG& photometric = PHOTOMETRIC_YCBCR ?", by Bob Friesenhahn
2005.05.31 19:00 "Re: [Tiff] How to Write a tif file with compression =COMPRESSION_JPEG& photometric = PHOTOMETRIC_YCBCR ?", by Chris Cox

2005.05.25 10:41 "Re: [Tiff] How to Write a tif file with compression = COMPRESSION_JPEG & photometric = PHOTOMETRIC_YCBCR ?", by Jean-Yves Le Ridant

I want to write a bitcount = 24bit(or 8bit) image to a tif file with JPEG compression. I can save it with photometric = PHOTOMETRIC_RGB,but when i save it with PHOTOMETRIC_YCBCR it seems doesn't work, why?

It seems that i should do some operations on the RGB source image before i save it with PHOTOMECTRIC_YCBCR?

This operations are done by libtiff if you uncomment TIFFSetField(m_tif, TIFFTAG_JPEGCOLORMODE, JPEGCOLORMODE_RGB); in the program you have posted.

Best would be to have a tiffinfo of tiffdump of the file that acdsee don't want to open.

Jean-Yves