large-image-source-bioformats 1.30.1.dev14__py3-none-any.whl → 1.30.2.dev8__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.
@@ -678,6 +678,8 @@ class BioformatsFileTileSource(FileTileSource, metaclass=LruCacheMetaclass):
678
678
  fillValue = 0
679
679
  if tile.dtype == np.uint16:
680
680
  fillValue = 65535
681
+ elif tile.dtype == np.int16:
682
+ fillValue = 32767
681
683
  elif tile.dtype == np.uint8:
682
684
  fillValue = 255
683
685
  elif tile.dtype.kind == 'f':
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: large-image-source-bioformats
3
- Version: 1.30.1.dev14
3
+ Version: 1.30.2.dev8
4
4
  Summary: An bioformats tilesource for large_image.
5
5
  Home-page: https://github.com/girder/large_image
6
6
  Author: Kitware, Inc.
@@ -19,10 +19,10 @@ 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.1.dev14
22
+ Requires-Dist: large-image >=1.30.2.dev8
23
23
  Requires-Dist: python-bioformats >=1.5.2
24
24
  Provides-Extra: girder
25
- Requires-Dist: girder-large-image >=1.30.1.dev14 ; extra == 'girder'
25
+ Requires-Dist: girder-large-image >=1.30.2.dev8 ; extra == 'girder'
26
26
 
27
27
  An bioformats tilesource for large_image.
28
28
 
@@ -0,0 +1,8 @@
1
+ large_image_source_bioformats/__init__.py,sha256=3ZHaTWSn_5HZf9VQPy9VIAsklvbXkm0sXh-wyQJhq7U,32283
2
+ large_image_source_bioformats/girder_source.py,sha256=t0X1P0m4qMsRklpdxoPH-yqgHByMvQIzFJ4qRIUykVI,1355
3
+ large_image_source_bioformats-1.30.2.dev8.dist-info/LICENSE,sha256=psuoW8kuDP96RQsdhzwOqi6fyWv0ct8CR6Jr7He_P_k,10173
4
+ large_image_source_bioformats-1.30.2.dev8.dist-info/METADATA,sha256=WW4FUWayyyIZQ3C3egHkKEVMO_R5VDC4KyzyiZT9vXQ,1122
5
+ large_image_source_bioformats-1.30.2.dev8.dist-info/WHEEL,sha256=OVMc5UfuAQiSplgO0_WdW7vXVGAt9Hdd6qtN4HotdyA,91
6
+ large_image_source_bioformats-1.30.2.dev8.dist-info/entry_points.txt,sha256=xgIbKr53QhQkyRFkr87fkagfPWweeqhHHekUEMrcpF8,202
7
+ large_image_source_bioformats-1.30.2.dev8.dist-info/top_level.txt,sha256=e0enjlcFXwPi638IhE71Rk5-eeriA7W3M3IsQ6yH3RI,30
8
+ large_image_source_bioformats-1.30.2.dev8.dist-info/RECORD,,
@@ -1,8 +0,0 @@
1
- large_image_source_bioformats/__init__.py,sha256=i86Plqwv7Jrv-SQKUi7Yu4t5EeVhVIx6ftdo0C7300k,32208
2
- large_image_source_bioformats/girder_source.py,sha256=t0X1P0m4qMsRklpdxoPH-yqgHByMvQIzFJ4qRIUykVI,1355
3
- large_image_source_bioformats-1.30.1.dev14.dist-info/LICENSE,sha256=psuoW8kuDP96RQsdhzwOqi6fyWv0ct8CR6Jr7He_P_k,10173
4
- large_image_source_bioformats-1.30.1.dev14.dist-info/METADATA,sha256=uP0dWqeVJFrATxhlxzTz_DKYVKL97r--U4go0C-hK0M,1125
5
- large_image_source_bioformats-1.30.1.dev14.dist-info/WHEEL,sha256=OVMc5UfuAQiSplgO0_WdW7vXVGAt9Hdd6qtN4HotdyA,91
6
- large_image_source_bioformats-1.30.1.dev14.dist-info/entry_points.txt,sha256=xgIbKr53QhQkyRFkr87fkagfPWweeqhHHekUEMrcpF8,202
7
- large_image_source_bioformats-1.30.1.dev14.dist-info/top_level.txt,sha256=e0enjlcFXwPi638IhE71Rk5-eeriA7W3M3IsQ6yH3RI,30
8
- large_image_source_bioformats-1.30.1.dev14.dist-info/RECORD,,