You are here: Start » AVL.NET » Invoke.LoadMultiplePagesTiffImage

Invoke.LoadMultiplePagesTiffImage

Loads a image array from a tiff file.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void LoadMultiplePagesTiffImage
(
	string inFile,
	bool inLoadAlphaChannel,
	List<Avl.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.List<Avl.Image>

See also