Reflect

This program flip flips an image along any axis. (see code)

Command Usage

flip [options] infile outfile
     [-x]  Flip image along X axis
     [-y]  Flip image along Y axis
     [-z]  Flip image along Z axis
     [-d]  Flip image along X-Y diagonal

Example

flip -x input.im flip.im
disp input.im flip.im