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 Anyinput.Set Save Condition: To save the current image, connect a boolean value (True) to the
Save Imageinput.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
Was this helpful?