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

bool