Back to Aurora Vision Library Lite website
You are here: Start » Image » Image IO » LoadMultiplePagesTiffImage
LoadMultiplePagesTiffImage
| Header: | AVL.h |
|---|---|
| Namespace: | avl |
Loads a image array from a tiff file.
Syntax
void avl::LoadMultiplePagesTiffImage ( const atl::File& inFile, bool inLoadAlphaChannel, atl::Array<avl::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. |


