tile_study_image¶
- toasty.study.tile_study_image(image, pio, cli_progress=False)[source]¶
Tile an image as a study, loading the whole thing into memory.
- Parameters:
- image
toasty.image.Image
The image to tile.
- pio
toasty.pyramid.PyramidIO
A handle for doing I/O on the tile pyramid
- cli_progressoptional boolean, defaults False
If true, a progress bar will be printed to the terminal.
- image
- Returns:
- A
StudyTiling
defining the tiling of the image.
- A