Registry / data / large-image-source-multi

large-image-source-multi

JSON →
library1.34.1pypypi✓ verified 81d ago

A tile source for the large_image library that composites multiple other tile sources into a single virtual slide. Version 1.34.1 supports Python >=3.10 and adds features like two-point warp correspondence. Part of the Girder large_image ecosystem.

pip install large-image-source-multi
INSTALL
IMPORT
SIG · LARGE-IMAGE-SOURCE
L
large-image-source-multi
datapythonv1.34.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

MultiFileTileSource
from large_image_source_multi import MultiFileTileSource
from large_image_source_multi import MultiSourceTileSource
MultiSourceSchema
from large_image_source_multi import MultiSourceSchema
SourcePriority
from large_image_source_multi import SourcePriority

Basic example of creating a multi-source tile source by compositing multiple sources.

from large_image_source_multi import MultiSourceTileSource # Create a multi-source from two tile sources (example paths) from large_image_source_tiff import TiledFileTileSource source1 = TiledFileTileSource('input1.tif') source2 = TiledFileTileSource('input2.tif') multi = MultiSourceTileSource([source1, source2]) print(multi.getMetadata())
Debug
Known issues
breakingPython <3.10 is no longer supported as of version 1.34.0
fix
Upgrade to Python 3.10 or later.
affects: >=1.34.0
gotchaThe warp feature requires both sources to be in the same coordinate system; otherwise, compositing may misalign.
fix
Ensure all sources use consistent spatial reference or provide a transformation.
affects: all
deprecatedThe `girder` extra is deprecated in favor of using `large-image-source-girder` directly
fix
Install `large-image-source-girder` and remove the `girder` extra.
affects: >=1.34.0
Upgrade
Version history
1.34.1latest on PyPI · released Mar 24, 2026
Audit
Dependencies
large-imagerequiredCore library for tile sources
Agent activity
4 hits · last 30 days
node
4
Resources
large-image-source-multi — pip install large-image-source-multi · libregistry