# Flipping Images

To flip an image, specify the mode (horizontal or vertical).

#### Flip Horizontally (Default)

```
get the image
flip the image
```

This flips the image horizontally.

#### Flip Vertically

```
get the image
flip the image with
    the mode is "vertical"
```

This flips the image vertically.
