|
All error messages are directed to the
TIFFError(3TIFF) routine.
Compression algorithm does not support random
access. Data was requested in a non-sequential order
from a file that uses a compression algorithm and that has
RowsPerStrip greater than one. That is, data in the
image is stored in a compressed form, and with multiple rows
packed into a strip. In this case, the library does not
support random access to the data. The data should either be
accessed sequentially, or the file should be converted so
that each strip is made up of one row of data.
|