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.


Parameters and default values
options
Options
Property | Required | Default value |
---|---|---|
axis | no | horizontal |
out | no | - |