Flip
Flip an image left to right (horizontal) or top to bottom (vertical).
info
flip can be combined with all other options.
| Transformation | Examples | Description |
|---|---|---|
flip=type | flip=v&resize=100,100 ![]() | request a image flipped along vertical axis (left/right flip) |
flip=type&resize=width,height | flip=h&resize=100,100 ![]() | request a image flipped along horizontal axis (top/down) and resized |
The transformation parameters are described below:-
| Parameter | Description |
|---|---|
type | v for vertical flip, h for horizontal flip |

