You are here: Start » Image » Image IO
Image IO
Select a function from the list below.
| Icon | Name | Description / Applications | |
|---|---|---|---|
| DecodeVideo | Captures an image from video file with using FFmpeg library. |
||
| EncodeVideo | Encodes video from images and saves it with using FFmpeg library. |
||
| 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. |
||
| 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. |
||
| FillImageBuffer | Fills image buffer with provided data. |
||
| FillImagePreviewBuffer | Fills image buffer with provided data. |
||
| GetAvailableVideoCompressors | Lists FourCC names of available video compressors. |
||
| 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. |
||
| GrabImage_FromFiles_ResetState | Resets the global state of GrabImage_FromFiles filter. |
||
| LoadImage | Loads a single image from a file. |
||
| LoadImageFormat | Loads a single image format from a file without loading all image data. |
||
| 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. |
||
| LoadMultiplePagesTiffImage | Loads a image array from a tiff file. |
||
| 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 a frame from a previously opened video stream. |
||
| SaveImage | Saves an image to a file. |
||
| SaveImage_Asynchronous | Saves an image to a file in the background thread. |
||
| 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. |
||
| SaveImageToJpeg | Saves an image to a JPEG file. |
||
| SaveImageToJpeg_Asynchronous | Saves an image to a JPEG file in the background thread. |
||
| SaveImageToPng | Saves an image to a PNG file. |
||
| SaveImageToPng_Asynchronous | Saves an image to a PNG file in the background thread. |
||
| SaveImageToTiff | Saves an image to a TIFF file. |
||
| SaveImageToTiff_Asynchronous | Saves an image to a TIFF file in the background thread. |
||
| WriteVideoStream | Writes an image to a previously opened video stream. |
Select Filter Equivalent below.
| Icon | Name | Description / Applications | |
|---|---|---|---|
| AvsFilter_ReadVideo | Reads a frame sequence from a video file. |
||
| AvsFilter_WriteVideo | Writes an image sequence to a video file one frame per iteration. |
