You are here: Start » AVL.NET » AVS.LoadImageFormat Method

AVS.LoadImageFormat Method

Loads a single image format from a file without loading all image data.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void LoadImageFormat
(
	string inFile,
	bool inLoadAlphaChannel,
	out AvlNet.ImageFormat outImageFormat
)

Parameters

Name Type Range Default Description
inFilestringPath to a file.
inLoadAlphaChannelbool
outImageFormatAvlNet.ImageFormat

See also