2013.04.27 21:34 "[Tiff] Problem with TIFFReadEndcodeStrip()", by Steve McKinney

2013.04.28 01:22 "Re: [Tiff] Problem with TIFFReadEndcodeStrip()", by Bob Friesenhahn

On Sat, 27 Apr 2013, Steve McKinney wrote:

>

> I’ve been just about tearing my hair out trying to track down the cause of an access violation when attempting to read

a JPEG compressed TIFF using TIFFReadEncodedStrip(). some research and fiddling I found I was able to work   After

> around the problem by setting TIFFTAG_JPEGCOLORMODE to JPEGCOLORMODE_RGB before beginning to read the TIFF.  All well > and good, but *why* do I have to do this?  And should libtiff really crash if I don’t?

The JPEG is likely in YCbCr format and may be subsampled as well.

Setting TIFFTAG_JPEGCOLORMODE to JPEGCOLORMODE_RGB causes libjpeg to

return RGB pixels instead.

You did not provide enough information for me to say any more.

Bob
--
Bob Friesenhahn
bfriesen@simple.dallas.tx.us, http://www.simplesystems.org/users/bfriesen/
GraphicsMagick Maintainer, http://www.GraphicsMagick.org/