File IO
Functions relating reading and writing image files.
ReadFunc
WriteFunc
get_read_func(data_type)
Get the read function for the data type.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
data_type
|
SupportedData
|
Data type. |
required |
Returns:
| Type | Description |
|---|---|
callable
|
Read function. |