[Image-SIG] new TIFF error

Bob Klimek klimek@grc.nasa.gov
Tue, 05 Jun 2001 14:51:49 -0400


I'm getting an error when reading some TIFF files. I'm using PIL 1.1.1. The 
error is coming from TiffImagePlugging.py (line 165 ) in function getscalar().

The error reads:  ValueError: not a scalar.

This is a new problem as I used to read these .tif files all the time. It 
has something to do with color because 8-bit grayscale images are read in 
fine, but the error occurs only on some color .tif images (saved by one 
package). However other color tif images read into PIL without a problem.

Any ideas or solutions?

Bob