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