Fred's ImageMagick Scripts
|
Creates a mirror effect in an image. |
last modified: May 30, 2008
|
USAGE: mirrorize [-r region] infile outfile
-r ..... region ...... region of image to be mirrored; PURPOSE: To create a mirror effect in an image. DESCRIPTION: MIRRORIZE creates a mirror effect in an image by mirroring any half-image to create the other half or by mirroring any image quadrant to create the other quadrants. ARGUMENTS: -r region ... REGION is the region to be mirrored. This can be any half image specified as North, South, East or West. It can also be any image quadrant specified as NorthWest, NorthEast, SouthWest or SouthEast. The default is West. NOTE: if the image has any odd dimension, then after the mirrorizing, the output image will be one pixel smaller in that dimension. CAVEAT: No guarantee that this script will work on all platforms, nor that trapping of inconsistent parameters is complete and foolproof. Use At Your Own Risk. |
|
Image Mirrorize |
|
|
Original |
|
|
|
|
Arguments: |
Arguments: |
|
|
|
Arguments: |
Arguments: |
|
|
|
Arguments: |
Arguments: |
|
|
|
Arguments: |
Arguments: |
|
|
|
What the script does is as follows:
This is equivalent to the following IM commands for mirrorize of the West half of the image.
|