fliph
=====

Goal:
-----
Flips the pixels of the input image on the horizontal axis.

Syntax:
-------
`fliph`

Usage example:
--------------
`sic input.png output.png --script "fliph;"`

See also:
---------
https://docs.rs/image/0.19.0/image/imageops/fn.flip_horizontal.html
