A fractal test tilesource for large_image. Provides a synthetic image source that generates fractal-like tiles for testing purposes. Part of the large_image ecosystem. Version 1.34.1, release cadence follows large_image releases (approximately monthly).
pip install large-image-source-testNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Create a test tilesource and fetch the top-left tile at zoom 0.
Use large-image-source-* for actual image formats.
For a full-featured test, consider large-image-source-rgb8.
Use large-image-source-tiff or large-image-source-openslide for file-based sources.
Install with 'pip install large-image-source-test' and import as 'large_image_source_test' (underscores not hyphens).
Check the module contents with 'dir(large_image_source_test)' and use the correct class name (e.g., 'from large_image_source_test import TestTileSource').
Use keyword arguments as per documentation: e.g., TestTileSource(tileWidth=256) – check the source for exact parameter names.
No dependency data recorded yet.