Back to Aurora Vision Library website

You are here: Start » Function Reference » Image » Image IO

Image IO

Select a function from the list below.

Icon Name Description / Applications Modules
DecodeVideo

Captures an image from video file with using FFmpeg library.

ThirdParty
EnumerateImages

Scans a disk directory for image files and then returns the images one by one in consecutive iterations sorted according to the specified order.


Emulates image acquisition with images stored on disk.

FoundationLite
EnumerateImages_Random

Scans a disk directory for image files and then returns the images one by one in consecutive iterations sorted randomly.


Emulates image acquisition with images stored on disk.

FoundationLite
FillImageBuffer

Fills image buffer with provided data.

FoundationLite
FillImagePreviewBuffer

Fills image buffer with provided data.

FoundationLite
GetAvailableVideoCompressors

Lists FourCC names of available video compressors.

FoundationLite
GrabImage_FromFiles

Simulates capturing a frame from a camera.


Can be used as EnumerateImages, but its state is global in a program - does not reset when some task is finished.

FoundationLite
GrabImage_FromFiles_ResetState

Resets the global state of GrabImage_FromFiles filter.

FoundationLite
LoadImage

Loads a single image from a file.

FoundationLite
LoadImageFormat

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

FoundationLite
LoadImageFromBuffer

Loads a single image from a file stored in memory.


Use this filter when you received an image file through I/O communication, e.g. through a TcpIp connection.

FoundationLite
LoadMultiplePagesTiffImage

Loads a image array from a tiff file.

FoundationLite
OpenInputVideoStream

Opens and creates a video stream from a file.

FoundationLite
OpenOutputVideoStream

Creates a video stream which will be saved to a selected file.

FoundationLite
ReadVideoStream

Acquires a frame from a previously opened video stream.

FoundationLite
SaveImage

Saves an image to a file.

FoundationLite
SaveImage_Asynchronous

Saves an image to a file in the background thread.

FoundationLite
SaveImageToBuffer

Saves an image to a file stored in ByteBuffer.


Use this filter if you want to send image file through I/O communication, e.g. through a TcpIp connection.

FoundationLite
SaveImageToJpeg

Saves an image to a JPEG file.

FoundationLite
SaveImageToJpeg_Asynchronous

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

FoundationLite
SaveImageToPng

Saves an image to a PNG file.

FoundationLite
SaveImageToPng_Asynchronous

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

FoundationLite
SaveImageToTiff

Saves an image to a TIFF file.

FoundationLite
SaveImageToTiff_Asynchronous

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

FoundationLite
WriteVideoStream

Writes an image to a previously opened video stream.

FoundationLite

Select Filter Equivalent below.

Icon Name Description / Applications Modules
AvsFilter_ReadVideo

Reads a frame sequence from a video file.

FoundationLite
AvsFilter_WriteVideo

Writes an image sequence to a video file one frame per iteration.

FoundationLite