large-image-source-openjpeg 1.27.5.dev4__tar.gz → 1.30.7.dev10__tar.gz

Sign up to get free protection for your applications and to get access to all the features.
Files changed (15) hide show
  1. {large-image-source-openjpeg-1.27.5.dev4 → large_image_source_openjpeg-1.30.7.dev10}/PKG-INFO +7 -2
  2. {large-image-source-openjpeg-1.27.5.dev4 → large_image_source_openjpeg-1.30.7.dev10}/README.rst +20 -40
  3. {large-image-source-openjpeg-1.27.5.dev4 → large_image_source_openjpeg-1.30.7.dev10}/large_image_source_openjpeg/__init__.py +29 -6
  4. {large-image-source-openjpeg-1.27.5.dev4 → large_image_source_openjpeg-1.30.7.dev10}/large_image_source_openjpeg.egg-info/PKG-INFO +7 -2
  5. large_image_source_openjpeg-1.30.7.dev10/large_image_source_openjpeg.egg-info/requires.txt +5 -0
  6. {large-image-source-openjpeg-1.27.5.dev4 → large_image_source_openjpeg-1.30.7.dev10}/setup.py +3 -2
  7. large-image-source-openjpeg-1.27.5.dev4/large_image_source_openjpeg.egg-info/requires.txt +0 -5
  8. {large-image-source-openjpeg-1.27.5.dev4 → large_image_source_openjpeg-1.30.7.dev10}/LICENSE +0 -0
  9. {large-image-source-openjpeg-1.27.5.dev4 → large_image_source_openjpeg-1.30.7.dev10}/large_image_source_openjpeg/girder_source.py +0 -0
  10. {large-image-source-openjpeg-1.27.5.dev4 → large_image_source_openjpeg-1.30.7.dev10}/large_image_source_openjpeg.egg-info/SOURCES.txt +0 -0
  11. {large-image-source-openjpeg-1.27.5.dev4 → large_image_source_openjpeg-1.30.7.dev10}/large_image_source_openjpeg.egg-info/dependency_links.txt +0 -0
  12. {large-image-source-openjpeg-1.27.5.dev4 → large_image_source_openjpeg-1.30.7.dev10}/large_image_source_openjpeg.egg-info/entry_points.txt +0 -0
  13. {large-image-source-openjpeg-1.27.5.dev4 → large_image_source_openjpeg-1.30.7.dev10}/large_image_source_openjpeg.egg-info/top_level.txt +0 -0
  14. {large-image-source-openjpeg-1.27.5.dev4 → large_image_source_openjpeg-1.30.7.dev10}/pyproject.toml +0 -0
  15. {large-image-source-openjpeg-1.27.5.dev4 → large_image_source_openjpeg-1.30.7.dev10}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: large-image-source-openjpeg
3
- Version: 1.27.5.dev4
3
+ Version: 1.30.7.dev10
4
4
  Summary: An Openjpeg tilesource for large_image.
5
5
  Home-page: https://github.com/girder/large_image
6
6
  Author: Kitware, Inc.
@@ -15,9 +15,14 @@ Classifier: Programming Language :: Python :: 3.9
15
15
  Classifier: Programming Language :: Python :: 3.10
16
16
  Classifier: Programming Language :: Python :: 3.11
17
17
  Classifier: Programming Language :: Python :: 3.12
18
+ Classifier: Programming Language :: Python :: 3.13
18
19
  Requires-Python: >=3.8
19
- Provides-Extra: girder
20
+ Description-Content-Type: text/x-rst
20
21
  License-File: LICENSE
22
+ Requires-Dist: large-image>=1.30.7.dev10
23
+ Requires-Dist: glymur>=0.8.18
24
+ Provides-Extra: girder
25
+ Requires-Dist: girder-large-image>=1.30.7.dev10; extra == "girder"
21
26
 
22
27
  An Openjpeg tilesource for large_image.
23
28
 
@@ -15,7 +15,7 @@ Large Image
15
15
  :target: https://codecov.io/github/girder/large_image?branch=master
16
16
  :alt: codecov.io
17
17
 
18
- .. |doi-badge| image:: https://img.shields.io/badge/DOI-10.5281%2Fzenodo.4723355-blue
18
+ .. |doi-badge| image:: https://img.shields.io/badge/DOI-10.5281%2Fzenodo.4723355-blue.svg
19
19
  :target: https://zenodo.org/badge/latestdoi/45569214
20
20
 
21
21
  .. |pypi-badge| image:: https://img.shields.io/pypi/v/large-image.svg?logo=python&logoColor=white
@@ -39,7 +39,7 @@ Highlights
39
39
  Installation
40
40
  ------------
41
41
 
42
- In addition to installing the ``large-image`` package, you'll need at least one tile source (a ``large-image-source-xxx`` package). You can install everything from the main project with one of these commands:
42
+ In addition to installing the base ``large-image`` package, you'll need at least one tile source which corresponds to your target file format(s) (a ``large-image-source-xxx`` package). You can install everything from the main project with one of these commands:
43
43
 
44
44
  Pip
45
45
  ~~~
@@ -52,7 +52,7 @@ Install all tile sources on linux::
52
52
 
53
53
  pip install large-image[all] --find-links https://girder.github.io/large_image_wheels
54
54
 
55
- Install all tile sources and all Girder plugins on linux::
55
+ When using large-image with an instance of `Girder`_, install all tile sources and all Girder plugins on linux::
56
56
 
57
57
  pip install large-image[all] girder-large-image-annotation[tasks] --find-links https://girder.github.io/large_image_wheels
58
58
 
@@ -60,8 +60,9 @@ Install all tile sources and all Girder plugins on linux::
60
60
  Conda
61
61
  ~~~~~
62
62
 
63
- Conda makes dependency management a bit easier if not on Linux. Some of the source modules are available on conda-forge. You can install the following::
63
+ Conda makes dependency management a bit easier if not on Linux. The base module, converter module, and two of the source modules are available on conda-forge. You can install the following::
64
64
 
65
+ conda install -c conda-forge large-image
65
66
  conda install -c conda-forge large-image-source-gdal
66
67
  conda install -c conda-forge large-image-source-tiff
67
68
  conda install -c conda-forge large-image-converter
@@ -118,7 +119,7 @@ Large Image consists of several Python modules designed to work together. These
118
119
 
119
120
  - ``large-image-source-deepzoom``: A tile source for reading Deepzoom tiles.
120
121
 
121
- - ``large-image-source-dicom``: A tile source for reading DICOM WSI images.
122
+ - ``large-image-source-dicom``: A tile source for reading DICOM Whole Slide Images (WSI).
122
123
 
123
124
  - ``large-image-source-gdal``: A tile source for reading geotiff files via GDAL. This handles source data with more complex transforms than the mapnik tile source.
124
125
 
@@ -128,62 +129,41 @@ Large Image consists of several Python modules designed to work together. These
128
129
 
129
130
  - ``large-image-source-nd2``: A tile source for reading nd2 (NIS Element) images.
130
131
 
131
- - ``large-image-source-ometiff``: A tile source using the tiff library that can handle some multi-frame OMETiff files.
132
+ - ``large-image-source-ometiff``: A tile source using the tiff library that can handle most multi-frame OMETiff files that are compliant with the specification.
132
133
 
133
134
  - ``large-image-source-openjpeg``: A tile source using the Glymur library to read jp2 (JPEG 2000) files.
134
135
 
135
136
  - ``large-image-source-openslide``: A tile source using the OpenSlide library. This works with svs, ndpi, Mirax, tiff, vms, and other file formats.
136
137
 
137
- - ``large-image-source-pil``: A tile source for small images via the Python Imaging Library (Pillow).
138
+ - ``large-image-source-pil``: A tile source for small images via the Python Imaging Library (Pillow). By default, the maximum size is 4096, but the maximum size can be configured.
138
139
 
139
140
  - ``large-image-source-tiff``: A tile source for reading pyramidal tiff files in common compression formats.
140
141
 
141
142
  - ``large-image-source-tifffile``: A tile source using the tifffile library that can handle a wide variety of tiff-like files.
142
143
 
143
- - ``large-image-source-vips``: A tile source for reading any files handled by libvips. This also can be used for writing tiled images from numpy arrays.
144
+ - ``large-image-source-vips``: A tile source for reading any files handled by libvips. This also can be used for writing tiled images from numpy arrays (up to 4 dimensions).
144
145
 
145
- - ``large-image-source-zarr``: A tile source using the zarr library that can handle OME-Zarr (OME-NGFF) files as well as some other zarr files.
146
+ - ``large-image-source-zarr``: A tile source using the zarr library that can handle OME-Zarr (OME-NGFF) files as well as some other zarr files. This can also be used for writing N-dimensional tiled images from numpy arrays. Written images can be saved as any supported format.
146
147
 
147
148
  - ``large-image-source-test``: A tile source that generates test tiles, including a simple fractal pattern. Useful for testing extreme zoom levels.
148
149
 
149
- - ``large-image-source-dummy``: A tile source that does nothing.
150
+ - ``large-image-source-dummy``: A tile source that does nothing. This is an absolutely minimal implementation of a tile source used for testing. If you want to create a custom tile source, start with this implementation.
150
151
 
151
- Most tile sources can be used with girder-large-image. You can specific an extras_require of ``girder`` to include ``girder-large-image`` with the source.
152
152
 
153
- - As a Girder plugin:
153
+ As a `Girder`_ plugin, ``large-image`` adds end points to access all of the image formats it can read both to get metadata and to act as a tile server.
154
+ In the Girder UI, ``large-image`` shows images on item pages, and can show thumbnails in item lists when browsing folders.
155
+ There is also cache management to balance memory use and speed of response in Girder when ``large-image`` is used as a tile server.
154
156
 
155
- - ``girder-large-image``: Large Image as a Girder_ 3.x plugin.
156
- You can specify extras_require of ``tasks`` to install a Girder Worker task that can convert otherwise unreadable images to pyramidal tiff files.
157
+ Most tile sources can be used with Girder Large Image. You can specify an extras_require of ``girder`` to install the following packages:
157
158
 
158
- - ``girder-large-image-annotation``: Annotations for large images as a Girder_ 3.x plugin.
159
+ - ``girder-large-image``: Large Image as a Girder 3.x plugin.
160
+ You can install ``large-image[tasks]`` to install a Girder Worker task that can convert otherwise unreadable images to pyramidal tiff files.
161
+
162
+ - ``girder-large-image-annotation``: Adds models to the Girder database for supporting annotating large images. These annotations can be rendered on images. Annotations can include polygons, points, image overlays, and other types. Each annotation can have a label and metadata.
159
163
 
160
164
  - ``large-image-tasks``: A utility for running the converter via Girder Worker.
161
165
  You can specify an extras_require of ``girder`` to include modules needed to work with the Girder remote worker or ``worker`` to include modules needed on the remote side of the Girder remote worker. If neither is specified, some conversion tasks can be run using Girder local jobs.
162
166
 
163
167
 
164
- Developer Installation
165
- ----------------------
166
-
167
- To install all packages from source, clone the repository::
168
-
169
- git clone https://github.com/girder/large_image.git
170
- cd large_image
171
-
172
- Install all packages and dependencies::
173
-
174
- pip install -e . -r requirements-dev.txt
175
-
176
- If you aren't developing with Girder 3, you can skip installing those components. Use ``requirements-dev-core.txt`` instead of ``requirements-dev.txt``::
177
-
178
- pip install -e . -r requirements-dev-core.txt
179
-
180
-
181
- Tile source prerequisites
182
- =========================
183
-
184
- Many tile sources have complex prerequisites. These can be installed directly using your system's package manager or from some prebuilt Python wheels for Linux. The prebuilt wheels are not official packages, but they can be used by instructing pip to use them by preference::
185
-
186
- pip install -e . -r requirements-dev.txt --find-links https://girder.github.io/large_image_wheels
187
-
188
168
 
189
- .. _Girder: https://github.com/girder/girder
169
+ .. _Girder: https://girder.readthedocs.io/en/latest/
@@ -25,7 +25,6 @@ from importlib.metadata import PackageNotFoundError
25
25
  from importlib.metadata import version as _importlib_version
26
26
  from xml.etree import ElementTree
27
27
 
28
- import glymur
29
28
  import PIL.Image
30
29
 
31
30
  import large_image
@@ -41,6 +40,23 @@ except PackageNotFoundError:
41
40
  # package is not installed
42
41
  pass
43
42
 
43
+ glymur = None
44
+
45
+
46
+ def _lazyImport():
47
+ """
48
+ Import the glymur module. This is done when needed rather than in the module
49
+ initialization because it is slow.
50
+ """
51
+ global glymur
52
+
53
+ if glymur is None:
54
+ try:
55
+ import glymur
56
+ except ImportError:
57
+ msg = 'glymur module not found.'
58
+ raise TileSourceError(msg)
59
+
44
60
 
45
61
  warnings.filterwarnings('ignore', category=UserWarning, module='glymur')
46
62
 
@@ -57,11 +73,13 @@ class OpenjpegFileTileSource(FileTileSource, metaclass=LruCacheMetaclass):
57
73
  None: SourcePriority.MEDIUM,
58
74
  'jp2': SourcePriority.PREFERRED,
59
75
  'jpf': SourcePriority.PREFERRED,
76
+ 'j2c': SourcePriority.PREFERRED,
60
77
  'j2k': SourcePriority.PREFERRED,
61
78
  'jpx': SourcePriority.PREFERRED,
62
79
  }
63
80
  mimeTypes = {
64
81
  None: SourcePriority.FALLBACK,
82
+ 'image/j2c': SourcePriority.PREFERRED,
65
83
  'image/jp2': SourcePriority.PREFERRED,
66
84
  'image/jpx': SourcePriority.PREFERRED,
67
85
  }
@@ -88,6 +106,7 @@ class OpenjpegFileTileSource(FileTileSource, metaclass=LruCacheMetaclass):
88
106
  """
89
107
  super().__init__(path, **kwargs)
90
108
 
109
+ _lazyImport()
91
110
  self._largeImagePath = str(self._getLargeImagePath())
92
111
  self._pixelInfo = {}
93
112
  try:
@@ -97,14 +116,14 @@ class OpenjpegFileTileSource(FileTileSource, metaclass=LruCacheMetaclass):
97
116
  raise FileNotFoundError
98
117
  msg = 'File cannot be opened via Glymur and OpenJPEG (no shape).'
99
118
  raise TileSourceError(msg)
100
- except (glymur.jp2box.InvalidJp2kError, struct.error):
119
+ except (glymur.jp2box.InvalidJp2kError, struct.error, IndexError):
101
120
  msg = 'File cannot be opened via Glymur and OpenJPEG.'
102
121
  raise TileSourceError(msg)
103
122
  except FileNotFoundError:
104
123
  if not os.path.isfile(self._largeImagePath):
105
124
  raise TileSourceFileNotFoundError(self._largeImagePath) from None
106
125
  raise
107
- glymur.set_option('lib.num_threads', large_image.tilesource.utilities.cpu_count())
126
+ glymur.set_option('lib.num_threads', large_image.config.cpu_count())
108
127
  self._openjpegHandles = queue.LifoQueue()
109
128
  for _ in range(self._maxOpenHandles - 1):
110
129
  self._openjpegHandles.put(None)
@@ -113,7 +132,11 @@ class OpenjpegFileTileSource(FileTileSource, metaclass=LruCacheMetaclass):
113
132
  self.sizeY, self.sizeX = self._openjpeg.shape[:2]
114
133
  except IndexError as exc:
115
134
  raise TileSourceError('File cannot be opened via Glymur and OpenJPEG: %r' % exc)
116
- self.levels = int(self._openjpeg.codestream.segment[2].num_res) + 1
135
+ try:
136
+ self.levels = int(self._openjpeg.codestream.segment[2].num_res) + 1
137
+ except Exception:
138
+ msg = 'File cannot be opened via Glymur and OpenJPEG.'
139
+ raise TileSourceError(msg)
117
140
  self._minlevel = 0
118
141
  self.tileWidth = self.tileHeight = 2 ** int(math.ceil(max(
119
142
  math.log(float(self.sizeX)) / math.log(2) - self.levels + 1,
@@ -228,7 +251,7 @@ class OpenjpegFileTileSource(FileTileSource, metaclass=LruCacheMetaclass):
228
251
 
229
252
  def _readbox(self, box):
230
253
  if box.length > 16 * 1024 * 1024:
231
- return
254
+ return None
232
255
  try:
233
256
  fp = builtins.open(self._largeImagePath, 'rb')
234
257
  headerLength = 16
@@ -256,7 +279,7 @@ class OpenjpegFileTileSource(FileTileSource, metaclass=LruCacheMetaclass):
256
279
  x0, y0, x1, y1, step = self._xyzToCorners(x, y, z)
257
280
  scale = None
258
281
  if self._minlevel - z > self._maxSkippedLevels:
259
- tile = self._getTileFromEmptyLevel(x, y, z, **kwargs)
282
+ tile, _format = self._getTileFromEmptyLevel(x, y, z, **kwargs)
260
283
  tile = _imageToNumpy(tile)[0]
261
284
  else:
262
285
  if z < self._minlevel:
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: large-image-source-openjpeg
3
- Version: 1.27.5.dev4
3
+ Version: 1.30.7.dev10
4
4
  Summary: An Openjpeg tilesource for large_image.
5
5
  Home-page: https://github.com/girder/large_image
6
6
  Author: Kitware, Inc.
@@ -15,9 +15,14 @@ Classifier: Programming Language :: Python :: 3.9
15
15
  Classifier: Programming Language :: Python :: 3.10
16
16
  Classifier: Programming Language :: Python :: 3.11
17
17
  Classifier: Programming Language :: Python :: 3.12
18
+ Classifier: Programming Language :: Python :: 3.13
18
19
  Requires-Python: >=3.8
19
- Provides-Extra: girder
20
+ Description-Content-Type: text/x-rst
20
21
  License-File: LICENSE
22
+ Requires-Dist: large-image>=1.30.7.dev10
23
+ Requires-Dist: glymur>=0.8.18
24
+ Provides-Extra: girder
25
+ Requires-Dist: girder-large-image>=1.30.7.dev10; extra == "girder"
21
26
 
22
27
  An Openjpeg tilesource for large_image.
23
28
 
@@ -0,0 +1,5 @@
1
+ large-image>=1.30.7.dev10
2
+ glymur>=0.8.18
3
+
4
+ [girder]
5
+ girder-large-image>=1.30.7.dev10
@@ -19,8 +19,7 @@ def prerelease_local_scheme(version):
19
19
 
20
20
  if os.getenv('CIRCLE_BRANCH') in ('master', ):
21
21
  return ''
22
- else:
23
- return get_local_node_and_date(version)
22
+ return get_local_node_and_date(version)
24
23
 
25
24
 
26
25
  try:
@@ -37,6 +36,7 @@ setup(
37
36
  'fallback_version': '0.0.0'},
38
37
  description=description,
39
38
  long_description=long_description,
39
+ long_description_content_type='text/x-rst',
40
40
  license='Apache Software License 2.0',
41
41
  author='Kitware, Inc.',
42
42
  author_email='kitware@kitware.com',
@@ -49,6 +49,7 @@ setup(
49
49
  'Programming Language :: Python :: 3.10',
50
50
  'Programming Language :: Python :: 3.11',
51
51
  'Programming Language :: Python :: 3.12',
52
+ 'Programming Language :: Python :: 3.13',
52
53
  ],
53
54
  install_requires=[
54
55
  f'large-image{limit_version}',
@@ -1,5 +0,0 @@
1
- large-image>=1.27.5.dev4
2
- glymur>=0.8.18
3
-
4
- [girder]
5
- girder-large-image>=1.27.5.dev4