CHUNKMODE¶
- class tifffile.CHUNKMODE(value, names=<not given>, *values, module=None, qualname=None, type=None, start=1, boundary=None)¶
ZarrStore chunk modes.
Specifies how to chunk data in Zarr stores.
- STRILE = 0¶
Chunk is strip or tile.
- PLANE = 1¶
Chunk is image plane.
- PAGE = 2¶
Chunk is image in page.
- FILE = 3¶
Chunk is image in file.