You are here: Start » AVL.NET » Function Reference » Conversions » AVL.ImageToImageFormat

AVL.ImageToImageFormat

Converts an image to an image format.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void ImageToImageFormat
(
	AvlNet.Image inImage,
	out AvlNet.ImageFormat outImageFormat
)

Parameters

Name Type Range Default Description
inImageAvlNet.ImageInput image.
outImageFormatAvlNet.ImageFormat

See also