Multi Image Write
Last updated
Was this helpful?
Last updated
Was this helpful?
Was this helpful?
This function block allows you to save multiple images to a specified folder when a defined condition is met. It provides options for compressing images and customizing the file naming convention.
Folder Path
The directory where the images will be saved.
File Name
The base name for the saved files. Each file will append a unique identifier.
Write Condition
A boolean condition that, when true, triggers the image saving process.
Input Image List
A list containing the images you wish to save.
This function block does not produce any outputs.
Compress Image?
A checkbox that allows you to choose whether to compress the saved images. If checked, images will be saved in JPEG format with lower quality.
Flexible File Naming
The block allows you to specify a name for your files, ensuring organized storage.
Image Compression
Users can choose to save images in a compressed format, helping to save disk space.
Error Logging
The block provides detailed logging for successful saves and any encountered errors, keeping track of file activities.
Set Folder Path: Connect a string input that specifies where the images should be saved.
Name Your Files: Specify a base file name for your saved images through the File Name
input.
Define Write Condition: Set the Write Condition
to true when you want to trigger the process of saving images.
Provide Images: The Input Image List
should be populated with the images you wish to save.
Evaluate: Run the block to save the images as specified.
When executed, this function block will save the provided images to the specified folder path, only if the write condition is active.