large-image-source-tiff 1.30.6.dev46__py3-none-any.whl → 1.30.6.dev50__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 +1 -2
- {large_image_source_tiff-1.30.6.dev46.dist-info → large_image_source_tiff-1.30.6.dev50.dist-info}/METADATA +3 -3
- large_image_source_tiff-1.30.6.dev50.dist-info/RECORD +10 -0
- large_image_source_tiff-1.30.6.dev46.dist-info/RECORD +0 -10
- {large_image_source_tiff-1.30.6.dev46.dist-info → large_image_source_tiff-1.30.6.dev50.dist-info}/LICENSE +0 -0
- {large_image_source_tiff-1.30.6.dev46.dist-info → large_image_source_tiff-1.30.6.dev50.dist-info}/WHEEL +0 -0
- {large_image_source_tiff-1.30.6.dev46.dist-info → large_image_source_tiff-1.30.6.dev50.dist-info}/entry_points.txt +0 -0
- {large_image_source_tiff-1.30.6.dev46.dist-info → large_image_source_tiff-1.30.6.dev50.dist-info}/top_level.txt +0 -0
@@ -901,8 +901,7 @@ class TiledTiffDirectory:
|
|
901
901
|
Use the underlying _tiffFile to read an image. But, if it is in a jp2k
|
902
902
|
encoding, read the raw data and convert it.
|
903
903
|
"""
|
904
|
-
if self._tiffInfo.get('compression') not in {
|
905
|
-
libtiff_ctypes.COMPRESSION_JPEG, 33003, 33004, 33005, 34712}:
|
904
|
+
if self._tiffInfo.get('compression') not in {33003, 33004, 33005, 34712}:
|
906
905
|
return self._tiffFile.read_image()
|
907
906
|
output = None
|
908
907
|
for yidx, y in enumerate(range(0, self.imageHeight, self.tileHeight)):
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: large-image-source-tiff
|
3
|
-
Version: 1.30.6.
|
3
|
+
Version: 1.30.6.dev50
|
4
4
|
Summary: A TIFF tilesource for large_image.
|
5
5
|
Home-page: https://github.com/girder/large_image
|
6
6
|
Author: Kitware, Inc.
|
@@ -19,13 +19,13 @@ Classifier: Programming Language :: Python :: 3.13
|
|
19
19
|
Requires-Python: >=3.8
|
20
20
|
Description-Content-Type: text/x-rst
|
21
21
|
License-File: LICENSE
|
22
|
-
Requires-Dist: large-image>=1.30.6.
|
22
|
+
Requires-Dist: large-image>=1.30.6.dev50
|
23
23
|
Requires-Dist: pylibtiff
|
24
24
|
Requires-Dist: tifftools>=1.2.0
|
25
25
|
Provides-Extra: all
|
26
26
|
Requires-Dist: pylibjpeg-openjpeg; extra == "all"
|
27
27
|
Provides-Extra: girder
|
28
|
-
Requires-Dist: girder-large-image>=1.30.6.
|
28
|
+
Requires-Dist: girder-large-image>=1.30.6.dev50; extra == "girder"
|
29
29
|
|
30
30
|
A TIFF tilesource for large_image.
|
31
31
|
|
@@ -0,0 +1,10 @@
|
|
1
|
+
large_image_source_tiff/__init__.py,sha256=o-NkH3SI7XLmEdejSREFMw39kfTMu2LiV3GGHsmNrPQ,36588
|
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.30.6.dev50.dist-info/LICENSE,sha256=psuoW8kuDP96RQsdhzwOqi6fyWv0ct8CR6Jr7He_P_k,10173
|
6
|
+
large_image_source_tiff-1.30.6.dev50.dist-info/METADATA,sha256=iv8x6sGnmp9JvP-klqpBKMq67fY4L5VIF5vDkg7CIc0,1188
|
7
|
+
large_image_source_tiff-1.30.6.dev50.dist-info/WHEEL,sha256=A3WOREP4zgxI0fKrHUG8DC8013e3dK3n7a6HDbcEIwE,91
|
8
|
+
large_image_source_tiff-1.30.6.dev50.dist-info/entry_points.txt,sha256=iZ43sIcj98SND7nDUC-_4qroBL6apyXN4iSbPXZ8LE4,166
|
9
|
+
large_image_source_tiff-1.30.6.dev50.dist-info/top_level.txt,sha256=QRx_D2oeiOOz_5FlBOAoDPF-E4Q-aFmerUWlaeP14B8,24
|
10
|
+
large_image_source_tiff-1.30.6.dev50.dist-info/RECORD,,
|
@@ -1,10 +0,0 @@
|
|
1
|
-
large_image_source_tiff/__init__.py,sha256=o-NkH3SI7XLmEdejSREFMw39kfTMu2LiV3GGHsmNrPQ,36588
|
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=BOa2i22jjlpfweBiQs4U_sgg7c1xdZ10KzLhu6vd0eY,40388
|
5
|
-
large_image_source_tiff-1.30.6.dev46.dist-info/LICENSE,sha256=psuoW8kuDP96RQsdhzwOqi6fyWv0ct8CR6Jr7He_P_k,10173
|
6
|
-
large_image_source_tiff-1.30.6.dev46.dist-info/METADATA,sha256=lNlXPx-pIkSc40y7xMWngN-FlWSobTXdiJ7dqa-rRoY,1188
|
7
|
-
large_image_source_tiff-1.30.6.dev46.dist-info/WHEEL,sha256=A3WOREP4zgxI0fKrHUG8DC8013e3dK3n7a6HDbcEIwE,91
|
8
|
-
large_image_source_tiff-1.30.6.dev46.dist-info/entry_points.txt,sha256=iZ43sIcj98SND7nDUC-_4qroBL6apyXN4iSbPXZ8LE4,166
|
9
|
-
large_image_source_tiff-1.30.6.dev46.dist-info/top_level.txt,sha256=QRx_D2oeiOOz_5FlBOAoDPF-E4Q-aFmerUWlaeP14B8,24
|
10
|
-
large_image_source_tiff-1.30.6.dev46.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|