Flip
Mirrors or reverses an image horizontally or vertically.
🖼️ Image options and parameters of flip method
Flip filter in image processing refers to a transformation that horizontally or vertically flips an image. This operation is also known as a "mirror" operation. Flipping an image horizontally means reversing the order of pixels in each row, while flipping vertically means reversing the order of pixels in each column.


Kinds of images compatible with algorithm
| Image property | What it means | Possible values |
|---|---|---|
bitDepth | number of bits per channel | [8,16] |
components | number of components | any |
alpha | is alpha channel allowed | true |
Parameters and default values
options
Options
| Property | Required | Default value |
|---|---|---|
axis | no | horizontal |
out | no | - |