Back to Adaptive Vision Studio website

You are here: Start » Filter Reference » Image IO » SaveImageToPng_Asynchronous

SaveImageToPng_Asynchronous


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

Name Type Range Description
inImage Image An image to be saved
inFile File Path to a file
inCompressionLevel Integer* 0 - 9 Compression level

Only the following inImage pixel formats are supported: uint8, uint16

Remarks

This filter is executed in the background thread. Execution errors may be reported with a delay or ignored. Stopping of the program may be delayed, because of waiting for background work to complete.

Complexity Level

This filter is available on Basic Complexity Level.

Filter Group

This filters is member of SaveImage filter group.

See Also