You are here: Start » AVL.NET » Function Reference » Image » Image IO » AVL.LoadMultiplePagesTiffImage

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
inFilestringPath to a file.
inLoadAlphaChannelboolWhether to load the alpha channel (if exists) as an additional image channel.
outImagesSystem.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.

See also