Flip Image

This function block is designed to flip images either vertically or horizontally. It provides a simple interface to transform images by altering their orientation.

πŸ“₯ Inputs

Image Any This input accepts any image data that you want to flip.

πŸ“€ Outputs

Image Any The output is the flipped image based on the selected orientation.

πŸ•ΉοΈ Controls

Flip Vertical A menu option that allows the user to flip the incoming image upside down.

Flip Horizontal A menu option that allows the user to flip the incoming image left to right.

🎨 Features

Flexible Orientation Options Users can choose to flip the image either vertically or horizontally using a simple dropdown.

Simple Usage The block is designed for easy integration, making it accessible for users without coding experience.

πŸ“ Usage Instructions

  1. Connect Input: Link the input image that you want to flip to the Image Any input.

  2. Select Flip Orientation: Choose either Flip Vertical or Flip Horizontal from the provided dropdown menu.

  3. Evaluate: Run the block to flip the image according to the selected orientation.

πŸ“Š Evaluation

When executed, this function block will process the input image and return the flipped version based on the chosen option.

πŸ’‘ Tips and Tricks

Combining with Other Image Operations

You can use this block in conjunction with Rotate Image Angle or Image Resize for more complex image manipulations.

Testing Different Orientations

To see the effects of both flipping options, try connecting the output of this block to an Show Image block to preview results instantly.

πŸ› οΈ Troubleshooting

No Image Output

If there is no output image, ensure that a valid image is connected to the input. If the input image is empty or invalid, the output will not be generated.

Unexpected Output

Make sure to double-check your selection for flip orientation. Incorrect selection may lead to unexpected image transformations.

Last updated