Back to Adaptive Vision Studio website

You are here: Start » Filter Reference » Image IO

Image IO

Select a filter from the list below.

IconNameDescription
EnumerateImagesEmulates image acquisition with images stored on disk.
GetAvailableVideoCompressorsList fourCCs names of available video compressors.
LoadImageLoads a single image from a file.
LoadImageFromBufferUse this filter when you received an image file through I/O communication, e.g. through a TcpIp connection.
ReadVideoReads a frame sequence from a video file.
SaveImageSaves an image to a file.
SaveImageToBufferUse this filter if you want to send image file through I/O communication, e.g. through a TcpIp connection.
SaveImageToJpegSaves an image to a JPEG file.
SaveImageToPngSaves an image to a PNG file.
SaveImageToTiffSaves an image to a TIFF file.
WriteVideoWrites an image sequence to a video file one frame per iteration.