Image Operations / Flipping
This operation, sometimes called "image mirroring", flips the input image vertically, horizontally, or both. In order to flip (or mirror) your images, simply add a new hash called flip
to your request JSON. flip
takes two, self explanatory, boolean parameters: horizontal
and vertical
.
{
"flip": {
"horizontal": true,
"vertical": true
}
}