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

Invoke.SaveImageToPng

Saves an image to a PNG file.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void SaveImageToPng
(
	Avl.Image inImage,
	string inFile,
	Optional<int> inCompressionLevel,
	bool inIgnoreErrors
)

Parameters

Name Type Range Default Description
inImageAvl.ImageAn image to be saved.
inFilestringPath to a file.
inCompressionLevelAtl.Optional<int><0, 9>Compression level. Default value: atl::NIL.
inIgnoreErrorsboolSwitches to re-trying and canceling in case of errors (e.g. when the disk is full).

See also