Back to FabImage Library Lite website
You are here: Start » Image » Image IO » LoadMultiplePagesTiffImage
LoadMultiplePagesTiffImage
| Header: | FIL.h |
|---|---|
| Namespace: | fil |
Loads a image array from a tiff file.
Syntax
void fil::LoadMultiplePagesTiffImage ( const ftl::File& inFile, bool inLoadAlphaChannel, ftl::Array<fil::Image>& outImages )
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inFile | const File& | Path to a file | |
![]() |
inLoadAlphaChannel | bool | Whether to load the alpha channel (if exists) as an additional image channel | |
![]() |
outImages | Array<Image>& |
Errors
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. |


