You are here: Start » AVL.NET » Function Reference » Image » Image IO » AVL.LoadMultiplePagesTiffImage
Loads a image array from a tiff file.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
C++
C#
public static void LoadMultiplePagesTiffImage ( string inFile, bool inLoadAlphaChannel, IList<AvlNet.Image> outImages )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inFile | string | Path to a file. | ||
![]() | inLoadAlphaChannel | bool | Whether to load the alpha channel (if exists) as an additional image channel. | ||
![]() | outImages | System.Collections.Generic.IList<AvlNet.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. |


