large-image-source-tiff 1.32.7.dev10__py3-none-any.whl → 1.32.7.dev14__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/__init__.py +2 -2
- {large_image_source_tiff-1.32.7.dev10.dist-info → large_image_source_tiff-1.32.7.dev14.dist-info}/METADATA +3 -3
- large_image_source_tiff-1.32.7.dev14.dist-info/RECORD +10 -0
- {large_image_source_tiff-1.32.7.dev10.dist-info → large_image_source_tiff-1.32.7.dev14.dist-info}/WHEEL +1 -1
- large_image_source_tiff-1.32.7.dev10.dist-info/RECORD +0 -10
- {large_image_source_tiff-1.32.7.dev10.dist-info → large_image_source_tiff-1.32.7.dev14.dist-info}/entry_points.txt +0 -0
- {large_image_source_tiff-1.32.7.dev10.dist-info → large_image_source_tiff-1.32.7.dev14.dist-info}/licenses/LICENSE +0 -0
- {large_image_source_tiff-1.32.7.dev10.dist-info → large_image_source_tiff-1.32.7.dev14.dist-info}/top_level.txt +0 -0
@@ -69,8 +69,8 @@ class TiffFileTileSource(FileTileSource, metaclass=LruCacheMetaclass):
|
|
69
69
|
}
|
70
70
|
mimeTypes = {
|
71
71
|
None: SourcePriority.FALLBACK,
|
72
|
-
'image/tiff': SourcePriority.
|
73
|
-
'image/x-tiff': SourcePriority.
|
72
|
+
'image/tiff': SourcePriority.HIGH,
|
73
|
+
'image/x-tiff': SourcePriority.HIGH,
|
74
74
|
'image/x-ptif': SourcePriority.PREFERRED,
|
75
75
|
}
|
76
76
|
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: large-image-source-tiff
|
3
|
-
Version: 1.32.7.
|
3
|
+
Version: 1.32.7.dev14
|
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.7.
|
21
|
+
Requires-Dist: large-image>=1.32.7.dev14
|
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.7.
|
27
|
+
Requires-Dist: girder-large-image>=1.32.7.dev14; 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=gkAhuB4-IRzNLlNr958HKE9JZpRJwVo4zRGMd4rsD2o,40338
|
5
|
+
large_image_source_tiff-1.32.7.dev14.dist-info/licenses/LICENSE,sha256=psuoW8kuDP96RQsdhzwOqi6fyWv0ct8CR6Jr7He_P_k,10173
|
6
|
+
large_image_source_tiff-1.32.7.dev14.dist-info/METADATA,sha256=p_xxsSF5QwBJmI-KNk1CB4oCZiTl5hopS5sStq89IDI,1386
|
7
|
+
large_image_source_tiff-1.32.7.dev14.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
8
|
+
large_image_source_tiff-1.32.7.dev14.dist-info/entry_points.txt,sha256=iZ43sIcj98SND7nDUC-_4qroBL6apyXN4iSbPXZ8LE4,166
|
9
|
+
large_image_source_tiff-1.32.7.dev14.dist-info/top_level.txt,sha256=QRx_D2oeiOOz_5FlBOAoDPF-E4Q-aFmerUWlaeP14B8,24
|
10
|
+
large_image_source_tiff-1.32.7.dev14.dist-info/RECORD,,
|
@@ -1,10 +0,0 @@
|
|
1
|
-
large_image_source_tiff/__init__.py,sha256=PUGAdo0SqigRfKKuSj-HSt4O7701gGvWZqmtX2o-F34,36930
|
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.7.dev10.dist-info/licenses/LICENSE,sha256=psuoW8kuDP96RQsdhzwOqi6fyWv0ct8CR6Jr7He_P_k,10173
|
6
|
-
large_image_source_tiff-1.32.7.dev10.dist-info/METADATA,sha256=PuJC3Kn6r5jXlXFdyZygXyQx8HiipkmWF6LzFYKqURI,1386
|
7
|
-
large_image_source_tiff-1.32.7.dev10.dist-info/WHEEL,sha256=zaaOINJESkSfm_4HQVc5ssNzHCPXhJm0kEUakpsEHaU,91
|
8
|
-
large_image_source_tiff-1.32.7.dev10.dist-info/entry_points.txt,sha256=iZ43sIcj98SND7nDUC-_4qroBL6apyXN4iSbPXZ8LE4,166
|
9
|
-
large_image_source_tiff-1.32.7.dev10.dist-info/top_level.txt,sha256=QRx_D2oeiOOz_5FlBOAoDPF-E4Q-aFmerUWlaeP14B8,24
|
10
|
-
large_image_source_tiff-1.32.7.dev10.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|