Back to Adaptive Vision Library website
You are here: Start » Function Reference » Image IO
Image IO
Select a function from the list below.
| Icon | Name | Description |
|---|---|---|
| EnumerateImages | Emulates image acquisition with images stored on disk. | |
| GetAvailableVideoCompressors | List fourCCs names of available video compressors. | |
| LoadImage | Loads a single image from a file. | |
| LoadImageFromBuffer | Use this filter when you received an image file through I/O communication, e.g. through a TcpIp connection. | |
| OpenInputVideoStream | Opens and creates a video stream from a file. | |
| OpenOutputVideoStream | Creates a video stream which will be saved to a selected file. | |
| ReadVideoStream | Acquires frame from the previously opened video stream. | |
| SaveImage | Saves an image to a file. | |
| SaveImageToBuffer | Use this filter if you want to send image file through I/O communication, e.g. through a TcpIp connection. | |
| SaveImageToJpeg | Saves an image to a JPEG file. | |
| SaveImageToPng | Saves an image to a PNG file. | |
| SaveImageToTiff | Saves an image to a TIFF file. | |
| WriteVideoStream | Writes an image to a previously opened video stream. |
Select Filter Equivalent below.
| Icon | Name | Description |
|---|---|---|
| AvsFilter_ReadVideo | Reads a frame sequence from a video file. | |
| AvsFilter_WriteVideo | Writes an image sequence to a video file one frame per iteration. |
