Program: MIRROR Purpose: Mirrors a two-dimensional image in x, y or both. It can also rotate the image over +90 or -90 degrees. Category: MANIPULATION File: mirror.c Author: K.G. Begeman Keywords: INSET= Set and subsets to mirror/rotate. The subsets must be two-dimensional. Maximum number of subsets is 2048. *** BOX= Box to mirror [whole subset]. OPTION= Enter mirror option. 1 Mirrors image around y axis, 2 around x axis and 3 around the centre op the box. Option 4 rotates the box +90 degrees and options 5 rotates the box -90 degrees. OUTSET= Set and subsets for the mirror images. The output subsets will have the size as specified with BOX. Updates: Nov 7, 1991: KGB Document created. Apr 22, 1993: KGB Bug repaired, output set possible. Mar 17, 1994: KGB Rotate option implemented. May 3, 1994: KGB Commandline documentation corrected. Feb 1, 2000: JPT Increased number of subsets.