large-image-source-tiff 1.32.12.dev2__py3-none-any.whl → 1.32.12.dev6__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- large_image_source_tiff/tiff_reader.py +4 -1
- {large_image_source_tiff-1.32.12.dev2.dist-info → large_image_source_tiff-1.32.12.dev6.dist-info}/METADATA +3 -3
- large_image_source_tiff-1.32.12.dev6.dist-info/RECORD +10 -0
- large_image_source_tiff-1.32.12.dev2.dist-info/RECORD +0 -10
- {large_image_source_tiff-1.32.12.dev2.dist-info → large_image_source_tiff-1.32.12.dev6.dist-info}/WHEEL +0 -0
- {large_image_source_tiff-1.32.12.dev2.dist-info → large_image_source_tiff-1.32.12.dev6.dist-info}/entry_points.txt +0 -0
- {large_image_source_tiff-1.32.12.dev2.dist-info → large_image_source_tiff-1.32.12.dev6.dist-info}/licenses/LICENSE +0 -0
- {large_image_source_tiff-1.32.12.dev2.dist-info → large_image_source_tiff-1.32.12.dev6.dist-info}/top_level.txt +0 -0
@@ -796,7 +796,10 @@ class TiledTiffDirectory:
|
|
796
796
|
} and (
|
797
797
|
self._tiffInfo.get('compression') != libtiff_ctypes.COMPRESSION_JPEG or
|
798
798
|
self._tiffInfo.get('photometric') != libtiff_ctypes.PHOTOMETRIC_YCBCR))):
|
799
|
-
|
799
|
+
try:
|
800
|
+
return self._getUncompressedTile(tileNum)
|
801
|
+
except Exception:
|
802
|
+
pass
|
800
803
|
|
801
804
|
imageBuffer = io.BytesIO()
|
802
805
|
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: large-image-source-tiff
|
3
|
-
Version: 1.32.12.
|
3
|
+
Version: 1.32.12.dev6
|
4
4
|
Summary: A TIFF tilesource for large_image.
|
5
5
|
Home-page: https://github.com/girder/large_image
|
6
6
|
Author: Kitware, Inc.
|
@@ -18,13 +18,13 @@ Classifier: Programming Language :: Python :: 3.13
|
|
18
18
|
Requires-Python: >=3.8
|
19
19
|
Description-Content-Type: text/x-rst
|
20
20
|
License-File: LICENSE
|
21
|
-
Requires-Dist: large-image>=1.32.12.
|
21
|
+
Requires-Dist: large-image>=1.32.12.dev6
|
22
22
|
Requires-Dist: pylibtiff
|
23
23
|
Requires-Dist: tifftools>=1.2.0
|
24
24
|
Provides-Extra: all
|
25
25
|
Requires-Dist: pylibjpeg-openjpeg; extra == "all"
|
26
26
|
Provides-Extra: girder
|
27
|
-
Requires-Dist: girder-large-image>=1.32.12.
|
27
|
+
Requires-Dist: girder-large-image>=1.32.12.dev6; extra == "girder"
|
28
28
|
Dynamic: author
|
29
29
|
Dynamic: author-email
|
30
30
|
Dynamic: classifier
|
@@ -0,0 +1,10 @@
|
|
1
|
+
large_image_source_tiff/__init__.py,sha256=7DUPCpLTuWhgccNIxlA3LR9UMG6J08S_MVZNjAa0Zvs,36920
|
2
|
+
large_image_source_tiff/exceptions.py,sha256=NgdwloaDCtbtUMe2BU2lXEU8IwQSYtaokIwGIFypCps,617
|
3
|
+
large_image_source_tiff/girder_source.py,sha256=Dp2e3O4VTANYXZI_eybgzs5BcyuMcw2-MAzCUJ8zzPg,1031
|
4
|
+
large_image_source_tiff/tiff_reader.py,sha256=gElm5pjWuaecCy20PE3CbXQ50aD_P1nROIVf54r4E00,40410
|
5
|
+
large_image_source_tiff-1.32.12.dev6.dist-info/licenses/LICENSE,sha256=psuoW8kuDP96RQsdhzwOqi6fyWv0ct8CR6Jr7He_P_k,10173
|
6
|
+
large_image_source_tiff-1.32.12.dev6.dist-info/METADATA,sha256=MvlD8n0k82mOk8vbu_IyBHS7Ii5EC487xoK6hS4KMvA,1386
|
7
|
+
large_image_source_tiff-1.32.12.dev6.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
8
|
+
large_image_source_tiff-1.32.12.dev6.dist-info/entry_points.txt,sha256=iZ43sIcj98SND7nDUC-_4qroBL6apyXN4iSbPXZ8LE4,166
|
9
|
+
large_image_source_tiff-1.32.12.dev6.dist-info/top_level.txt,sha256=QRx_D2oeiOOz_5FlBOAoDPF-E4Q-aFmerUWlaeP14B8,24
|
10
|
+
large_image_source_tiff-1.32.12.dev6.dist-info/RECORD,,
|
@@ -1,10 +0,0 @@
|
|
1
|
-
large_image_source_tiff/__init__.py,sha256=7DUPCpLTuWhgccNIxlA3LR9UMG6J08S_MVZNjAa0Zvs,36920
|
2
|
-
large_image_source_tiff/exceptions.py,sha256=NgdwloaDCtbtUMe2BU2lXEU8IwQSYtaokIwGIFypCps,617
|
3
|
-
large_image_source_tiff/girder_source.py,sha256=Dp2e3O4VTANYXZI_eybgzs5BcyuMcw2-MAzCUJ8zzPg,1031
|
4
|
-
large_image_source_tiff/tiff_reader.py,sha256=gkAhuB4-IRzNLlNr958HKE9JZpRJwVo4zRGMd4rsD2o,40338
|
5
|
-
large_image_source_tiff-1.32.12.dev2.dist-info/licenses/LICENSE,sha256=psuoW8kuDP96RQsdhzwOqi6fyWv0ct8CR6Jr7He_P_k,10173
|
6
|
-
large_image_source_tiff-1.32.12.dev2.dist-info/METADATA,sha256=mv6zjrQ5OVdbf9Dn5E3gjgbG_RYcEUdRY7DrUKthh7Q,1386
|
7
|
-
large_image_source_tiff-1.32.12.dev2.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
8
|
-
large_image_source_tiff-1.32.12.dev2.dist-info/entry_points.txt,sha256=iZ43sIcj98SND7nDUC-_4qroBL6apyXN4iSbPXZ8LE4,166
|
9
|
-
large_image_source_tiff-1.32.12.dev2.dist-info/top_level.txt,sha256=QRx_D2oeiOOz_5FlBOAoDPF-E4Q-aFmerUWlaeP14B8,24
|
10
|
-
large_image_source_tiff-1.32.12.dev2.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|