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

Invoke.SaveImageToJpeg_Asynchronous

Saves an image to a JPEG file in the background thread.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void SaveImageToJpeg_Asynchronous
(
	Avl.SaveImageState ioState,
	int inThreadQueueSize,
	Avl.Image inImage,
	string inFile,
	Optional<int> inQuality,
	bool inIgnoreErrors
)

Parameters

Name Type Range Default Description
ioStateAvl.SaveImageStateState containing information about asynchronous execution.
inThreadQueueSizeint<1, INF>3Number of incoming frames that can be buffered before the thread is able to process them. Default value: 3.
inImageAvl.ImageAn image to be saved.
inFilestringPath to a file.
inQualityAtl.Optional<int><0, 100>Quality. Default value: atl::NIL.
inIgnoreErrorsboolIf false the error will be reported as soon as the filter instance is again executed.

See also