Function: flip_image --Usage-- > flip_image(input: image, horizontal: true) Flip an image horizontally or vertically. --Parameters-- ! Parameter Type Description | @input@ [[type:image]] Image to flip. | @horizontal@ [[type:boolean]] Flip horizontally or vertically? --Examples-- > flip_image("image_logo.png") == [[Image]] >>> flip_image("image_logo.png") == "image_logo_vflip.png" --See also-- | [[fun:rotate]] Rotate an image