logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

pfsflip - Flip images horizontally and/or vertically.

Bugs

       Please report bugs and comments to Alexander Efremov <aefremov@mpi-sb.mpg.de>.

                                                                                                      pfsflip(1)

Description

       Use  this  command  to flip images from a stream of pfs. The --h option results in a horizontal exchange,
       and the --v option results in a vertical exchange. Both options may be applied, which  is  equivalent  to
       rotation of the image 180 degrees.

Examples

       pfsin memorial.hdr | pfsflip -h -v | pfsout memorial_gc.hdr

              Flip  memorial  image  horizontally  and  vertically  (rotate  the  image 180 degrees) and save to
              memorial_gc.hdr.

Name

       pfsflip - Flip images horizontally and/or vertically.

Notes

       Notice that either --h or --v must be specified.

Options

       --h, -h

              Flip the image horizontally.

       --v, -v

              Flip the image vertically.

See Also

pfsin(1)pfsout(1)pfsrotate(1)

Synopsis

pfsflip [--h] [--v] [--help]

See Also