Flip Image
flip_imageNeed to mirror an image? Flip it horizontally or vertically by providing the image file path and chosen orientation. Optionally set output name and directory.
Instructions
Flip an image horizontally or vertically via PDF4me /api/v2/FlipImage. Inputs: image_file_path and orientation ('horizontal' or 'vertical'); optional request_doc_name and output path.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| output_dir | No | ||
| orientation | No | horizontal | |
| image_file_path | Yes | ||
| output_file_name | No | ||
| request_doc_name | No |