Image Resizer
This function block is designed to resize images by a percentage specified by the user. It allows you to scale images up or down easily based on the original dimensions.
📥 Inputs
Image Any
This input accepts any image data that you want to resize.
📤 Outputs
Image Any
The output will be the resized version of the input image.
🕹️ Controls
Define Scale Percent
A label indicating that you need to enter a percentage to define the resizing scale.
Enter a percentage
A text input where you can enter the desired percentage. Values above 100 will increase the size, while values below 100 will decrease it.
🎨 Features
Flexible Resizing
Users can specify any percentage to control the scale of the resize operation, allowing for extensive flexibility.
Real-time Feedback
The block processes and outputs the resized image immediately upon evaluation.
📝 Usage Instructions
Connect Input Image: Connect the image you wish to resize to the
Image Any
input.Enter Resize Percentage: In the text input, enter a percentage value to determine how much the image should be resized (e.g.,
50
for 50% of the original size,200
for double the size).Evaluate: Run the block to process the image. The resized image will be outputted.
📊 Evaluation
Upon execution, this function block will calculate the new dimensions based on the provided percentage and output the resized image accordingly.
💡 Tips and Tricks
🛠️ Troubleshooting
Last updated