Image Memory
This function block is used to store and manage image data in memory. It allows users to keep an image for further processing within the node editor environment.
π₯ Inputs
Image Any
This input accepts any image data that you want to save for future use.
Save Image
A boolean input that triggers the saving of the current image data when set to true.
π€ Outputs
Image Any
This output provides the stored image data, allowing it to be reused later in the node editor.
πΉοΈ Controls
None.
π¨ Features
Image Storage
Allows users to store an image in memory, facilitating later access without the need to reprocess inputs.
Conditional Saving
Users can control when to save the current image data based on the input from the Save Image
control.
π Usage Instructions
Connect Input: Link an image that you want to store to the
Image Any
input.Set Save Condition: To save the current image, connect a boolean value (True) to the
Save Image
input.Access Stored Image: The stored image can be retrieved through the output of this function block.
π Evaluation
When executed, this function block will output the currently stored image in memory, allowing for seamless integration into your image processing workflow.
π‘ Tips and Tricks
π οΈ Troubleshooting
Last updated