Start » Filter Reference » Image » Image IO » LoadMultiplePagesTiffImage
Module: | FoundationLite |
---|
Loads a image array from a tiff file.
Name | Type | Description | |
---|---|---|---|
inFile | File | Path to a file | |
inLoadAlphaChannel | Bool | Whether to load the alpha channel (if exists) as an additional image channel | |
outImages | ImageArray |
Errors
This filter can throw an exception to report error. Read how to deal with errors in Error Handling.
List of possible exceptions:
Error type | Description |
---|---|
DomainError | Image is damaged or it is not a TIF file in LoadMultiplePagesTiffImage. File: File name Unable to open an image. Image header format is unrecognized. Image format is unknown or image is damaged.
Load image supports only TIFF formats. |
Complexity Level
This filter is available on Basic Complexity Level.