LoadMultiplePagesTiffImage
Loads a image array from a tiff file.
Syntax
C++
Python
def LoadMultiplePagesTiffImage( inFile: str, /, *, inLoadAlphaChannel: bool = False ) -> outImages: list[Image]
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inFile | str | Path to a file | |
![]() |
inLoadAlphaChannel | bool | False | Whether to load the alpha channel (if exists) as an additional image channel |
![]() |
outImages | list[Image] |


