is_tiled_tiff¶
- is_tiled_tiff(path)[source]¶
Check if the input is a tiled TIFF file.
- Parameters
path (pathlib.Path) – Path to the file to check.
- Returns
True if the file is a tiled TIFF file.
- Return type
Check if the input is a tiled TIFF file.
path (pathlib.Path) – Path to the file to check.
True if the file is a tiled TIFF file.