OpenSlide Unsupported TIFF Compression

Manan Shah manan.shah.777 at gmail.com
Wed Jun 15 02:25:09 EDT 2016


Hello,

I am using openslide-python to open an svs image, and I have run into the
following issue:

>> import openslide as osi>> a = osi.OpenSlide('image.svs')

yields the following error

TIFFReadDirectory: Warning, Unknown field with tag 347 (0x15b) encountered.
image.svs: JPEG compression support is not configured.Traceback (most
recent call last):
  File "<stdin>", line 1, in <module>
  File "/home/manan/anaconda/lib/python2.7/site-packages/openslide/__init__.py",
line 154, in __init__
    self._osr = lowlevel.open(filename)
  File "/home/manan/anaconda/lib/python2.7/site-packages/openslide/lowlevel.py",
line 178, in _check_open
    raise OpenSlideError(err)
openslide.lowlevel.OpenSlideError: Unsupported TIFF compression: 7

I haven't been able to find any solutions online for this issue; I've
checked libopenjpeg and any additional relevant libraries to ensure they
are at their latest respective versions.

(StackOverflow link
<http://stackoverflow.com/questions/37827484/openslide-unsupported-tiff-compression>
)

Please let me know if you can help me resolve this issue.

-- Manan Shah
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.andrew.cmu.edu/pipermail/openslide-users/attachments/20160615/55159a89/attachment.html>


More information about the openslide-users mailing list