Openslide libtiff.h question

Stephen Yip stephen.fyip1 at gmail.com
Fri Aug 3 10:12:59 EDT 2018


Dear Community,

I am playing around w/ the libtiff.h library to convert a tiff image into
j2k format. I suspect that the errors (see below) are due to data loss in
one of the pyramid layers.

Since the data loss is typically insignificant, does anyone know how to
by-pass the error? Or to replace the missing data w/ "0" or data acquired
from a different layer? Thank you very much!


Errors:
TIFFReadRawTile: Read error at row 4294967295, col 4294967295; got
18446744073709551615 bytes, expected 0.
E0718 16:20:29.440285 BagOfTasksProcessor.cpp:66] Exception while
processing a bag of tasks: Corrupted file (e.g. inconsistent MD5 hash)
TIFFReadRawTile: Read error at row 4294967295, col 4294967295; got
18446744073709551615 bytes, expected 0.
E0718 16:20:29.442426 BagOfTasksProcessor.cpp:66] Exception while
processing a bag of tasks: Corrupted file (e.g. inconsistent MD5 hash)
TIFFReadRawTile: Read error at row 4294967295, col 4294967295; got
18446744073709551615 bytes, expected 0.
E0718 16:20:29.444385 BagOfTasksProcessor.cpp:66] Exception while
processing a bag of tasks: Corrupted file (e.g. inconsistent MD5 hash)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.andrew.cmu.edu/pipermail/openslide-users/attachments/20180803/1735cb40/attachment-0001.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: data_loss.png
Type: image/png
Size: 646954 bytes
Desc: not available
URL: <http://lists.andrew.cmu.edu/pipermail/openslide-users/attachments/20180803/1735cb40/attachment-0001.png>


More information about the openslide-users mailing list