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
Input value inFile str Path to a file
Input value inLoadAlphaChannel bool False Whether to load the alpha channel (if exists) as an additional image channel
Output value outImages list[Image]