large-image-source-openjpeg 1.28.3.dev14__py3-none-any.whl → 1.28.3.dev16__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.
Potentially problematic release.
This version of large-image-source-openjpeg might be problematic. Click here for more details.
- large_image_source_openjpeg/__init__.py +1 -1
- {large_image_source_openjpeg-1.28.3.dev14.dist-info → large_image_source_openjpeg-1.28.3.dev16.dist-info}/METADATA +3 -3
- large_image_source_openjpeg-1.28.3.dev16.dist-info/RECORD +8 -0
- large_image_source_openjpeg-1.28.3.dev14.dist-info/RECORD +0 -8
- {large_image_source_openjpeg-1.28.3.dev14.dist-info → large_image_source_openjpeg-1.28.3.dev16.dist-info}/LICENSE +0 -0
- {large_image_source_openjpeg-1.28.3.dev14.dist-info → large_image_source_openjpeg-1.28.3.dev16.dist-info}/WHEEL +0 -0
- {large_image_source_openjpeg-1.28.3.dev14.dist-info → large_image_source_openjpeg-1.28.3.dev16.dist-info}/entry_points.txt +0 -0
- {large_image_source_openjpeg-1.28.3.dev14.dist-info → large_image_source_openjpeg-1.28.3.dev16.dist-info}/top_level.txt +0 -0
|
@@ -104,7 +104,7 @@ class OpenjpegFileTileSource(FileTileSource, metaclass=LruCacheMetaclass):
|
|
|
104
104
|
if not os.path.isfile(self._largeImagePath):
|
|
105
105
|
raise TileSourceFileNotFoundError(self._largeImagePath) from None
|
|
106
106
|
raise
|
|
107
|
-
glymur.set_option('lib.num_threads', large_image.
|
|
107
|
+
glymur.set_option('lib.num_threads', large_image.config.cpu_count())
|
|
108
108
|
self._openjpegHandles = queue.LifoQueue()
|
|
109
109
|
for _ in range(self._maxOpenHandles - 1):
|
|
110
110
|
self._openjpegHandles.put(None)
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: large-image-source-openjpeg
|
|
3
|
-
Version: 1.28.3.
|
|
3
|
+
Version: 1.28.3.dev16
|
|
4
4
|
Summary: An Openjpeg tilesource for large_image.
|
|
5
5
|
Home-page: https://github.com/girder/large_image
|
|
6
6
|
Author: Kitware, Inc.
|
|
@@ -17,10 +17,10 @@ Classifier: Programming Language :: Python :: 3.11
|
|
|
17
17
|
Classifier: Programming Language :: Python :: 3.12
|
|
18
18
|
Requires-Python: >=3.8
|
|
19
19
|
License-File: LICENSE
|
|
20
|
-
Requires-Dist: large-image >=1.28.3.
|
|
20
|
+
Requires-Dist: large-image >=1.28.3.dev16
|
|
21
21
|
Requires-Dist: glymur >=0.8.18
|
|
22
22
|
Provides-Extra: girder
|
|
23
|
-
Requires-Dist: girder-large-image >=1.28.3.
|
|
23
|
+
Requires-Dist: girder-large-image >=1.28.3.dev16 ; extra == 'girder'
|
|
24
24
|
|
|
25
25
|
An Openjpeg tilesource for large_image.
|
|
26
26
|
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
large_image_source_openjpeg/__init__.py,sha256=C_6IsMSNHYXdiWUzusm4zTe_oP23VbTc-PR_HI9Y27k,11075
|
|
2
|
+
large_image_source_openjpeg/girder_source.py,sha256=Ve15utmsZ_CJrDXIAQD2ea2yHybE1vuWbbPJMeXQCMI,1246
|
|
3
|
+
large_image_source_openjpeg-1.28.3.dev16.dist-info/LICENSE,sha256=psuoW8kuDP96RQsdhzwOqi6fyWv0ct8CR6Jr7He_P_k,10173
|
|
4
|
+
large_image_source_openjpeg-1.28.3.dev16.dist-info/METADATA,sha256=LYMq1LasOqjdkXpd776HWgkGuSoBuEyHgCvCCPb6NW4,1021
|
|
5
|
+
large_image_source_openjpeg-1.28.3.dev16.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
|
|
6
|
+
large_image_source_openjpeg-1.28.3.dev16.dist-info/entry_points.txt,sha256=lTM4P2JqjANt_gPtcbMYTJVCmfPts_VxB8bQyfhryjI,190
|
|
7
|
+
large_image_source_openjpeg-1.28.3.dev16.dist-info/top_level.txt,sha256=y6bw5gBWfdaFWXtjiCH0vaHRtP8WNBhq8ugIKnwzEL0,28
|
|
8
|
+
large_image_source_openjpeg-1.28.3.dev16.dist-info/RECORD,,
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
large_image_source_openjpeg/__init__.py,sha256=5JzJZcosfZsYLybE2QhlcTe2w3s8qI5Cng6ibx8oHRk,11089
|
|
2
|
-
large_image_source_openjpeg/girder_source.py,sha256=Ve15utmsZ_CJrDXIAQD2ea2yHybE1vuWbbPJMeXQCMI,1246
|
|
3
|
-
large_image_source_openjpeg-1.28.3.dev14.dist-info/LICENSE,sha256=psuoW8kuDP96RQsdhzwOqi6fyWv0ct8CR6Jr7He_P_k,10173
|
|
4
|
-
large_image_source_openjpeg-1.28.3.dev14.dist-info/METADATA,sha256=AjgMjpFHl-jGQq7qPZjIm0Y6UZ1dJi782yOiVwj31Hg,1021
|
|
5
|
-
large_image_source_openjpeg-1.28.3.dev14.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
|
|
6
|
-
large_image_source_openjpeg-1.28.3.dev14.dist-info/entry_points.txt,sha256=lTM4P2JqjANt_gPtcbMYTJVCmfPts_VxB8bQyfhryjI,190
|
|
7
|
-
large_image_source_openjpeg-1.28.3.dev14.dist-info/top_level.txt,sha256=y6bw5gBWfdaFWXtjiCH0vaHRtP8WNBhq8ugIKnwzEL0,28
|
|
8
|
-
large_image_source_openjpeg-1.28.3.dev14.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|