large-image-source-tiff 1.32.5.dev23__py3-none-any.whl → 1.32.6__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 +4 -4
- {large_image_source_tiff-1.32.5.dev23.dist-info → large_image_source_tiff-1.32.6.dist-info}/METADATA +3 -3
- large_image_source_tiff-1.32.6.dist-info/RECORD +10 -0
- {large_image_source_tiff-1.32.5.dev23.dist-info → large_image_source_tiff-1.32.6.dist-info}/WHEEL +1 -1
- large_image_source_tiff-1.32.5.dev23.dist-info/RECORD +0 -10
- {large_image_source_tiff-1.32.5.dev23.dist-info → large_image_source_tiff-1.32.6.dist-info}/entry_points.txt +0 -0
- {large_image_source_tiff-1.32.5.dev23.dist-info → large_image_source_tiff-1.32.6.dist-info}/licenses/LICENSE +0 -0
- {large_image_source_tiff-1.32.5.dev23.dist-info → large_image_source_tiff-1.32.6.dist-info}/top_level.txt +0 -0
@@ -60,8 +60,8 @@ class TiffFileTileSource(FileTileSource, metaclass=LruCacheMetaclass):
|
|
60
60
|
name = 'tiff'
|
61
61
|
extensions = {
|
62
62
|
None: SourcePriority.HIGH,
|
63
|
-
'tif': SourcePriority.
|
64
|
-
'tiff': SourcePriority.
|
63
|
+
'tif': SourcePriority.PREFERRED,
|
64
|
+
'tiff': SourcePriority.PREFERRED,
|
65
65
|
'ptif': SourcePriority.PREFERRED,
|
66
66
|
'ptiff': SourcePriority.PREFERRED,
|
67
67
|
'qptiff': SourcePriority.PREFERRED,
|
@@ -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.PREFERRED,
|
73
|
+
'image/x-tiff': SourcePriority.PREFERRED,
|
74
74
|
'image/x-ptif': SourcePriority.PREFERRED,
|
75
75
|
}
|
76
76
|
|
{large_image_source_tiff-1.32.5.dev23.dist-info → large_image_source_tiff-1.32.6.dist-info}/METADATA
RENAMED
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: large-image-source-tiff
|
3
|
-
Version: 1.32.
|
3
|
+
Version: 1.32.6
|
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.
|
21
|
+
Requires-Dist: large-image>=1.32.6
|
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.
|
27
|
+
Requires-Dist: girder-large-image>=1.32.6; 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=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.6.dist-info/licenses/LICENSE,sha256=psuoW8kuDP96RQsdhzwOqi6fyWv0ct8CR6Jr7He_P_k,10173
|
6
|
+
large_image_source_tiff-1.32.6.dist-info/METADATA,sha256=gRP3-ggUlA0rYmimheepbDpOvwINJ3dJ4eJFVwRfmiQ,1368
|
7
|
+
large_image_source_tiff-1.32.6.dist-info/WHEEL,sha256=zaaOINJESkSfm_4HQVc5ssNzHCPXhJm0kEUakpsEHaU,91
|
8
|
+
large_image_source_tiff-1.32.6.dist-info/entry_points.txt,sha256=iZ43sIcj98SND7nDUC-_4qroBL6apyXN4iSbPXZ8LE4,166
|
9
|
+
large_image_source_tiff-1.32.6.dist-info/top_level.txt,sha256=QRx_D2oeiOOz_5FlBOAoDPF-E4Q-aFmerUWlaeP14B8,24
|
10
|
+
large_image_source_tiff-1.32.6.dist-info/RECORD,,
|
@@ -1,10 +0,0 @@
|
|
1
|
-
large_image_source_tiff/__init__.py,sha256=FH_JcAbEyMV1UQ6VkYidJTSdlh7r6CPSxkftXE8Pa2I,36910
|
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.5.dev23.dist-info/licenses/LICENSE,sha256=psuoW8kuDP96RQsdhzwOqi6fyWv0ct8CR6Jr7He_P_k,10173
|
6
|
-
large_image_source_tiff-1.32.5.dev23.dist-info/METADATA,sha256=Et8A3q4Hdw7iVT13MgK80dQ3WAmVfFFYB7gF5NyM5Bg,1386
|
7
|
-
large_image_source_tiff-1.32.5.dev23.dist-info/WHEEL,sha256=Nw36Djuh_5VDukK0H78QzOX-_FQEo6V37m3nkm96gtU,91
|
8
|
-
large_image_source_tiff-1.32.5.dev23.dist-info/entry_points.txt,sha256=iZ43sIcj98SND7nDUC-_4qroBL6apyXN4iSbPXZ8LE4,166
|
9
|
-
large_image_source_tiff-1.32.5.dev23.dist-info/top_level.txt,sha256=QRx_D2oeiOOz_5FlBOAoDPF-E4Q-aFmerUWlaeP14B8,24
|
10
|
-
large_image_source_tiff-1.32.5.dev23.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|