Fred's ImageMagick Scripts
|
Applies a kaleidoscope effect to an image. |
last modified: May 30, 2008
|
USAGE: kaleidoscope [-s sides] [-c xc,yc] [-v vp] infile outfile
-s .... sides ......... sides; integer; sides>1; default=3 PURPOSE: To apply a kaleidoscope effect to an image. DESCRIPTION: KALEIDOSCOPE applies a kaleidoscope effect to an image. ARGUMENTS: -s sides ... SIDES is the number of kaleidoscope sides. Values are integers greater than 1. The default=3 -c xc,yc ... XC,YC are the center coordinates for the kaleidoscope effect in the image. Values are integers. The default is the image center. NOTE: The script is very slow due to the use of a complicated formula evaluated using -fx. 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. |
|
Kaleidoscope |
|||
|
Original | |||
|
|||
|
Arguments: |
Arguments: |
Arguments: |
|
|
|
|
|
|
What the script does is as follows:
This is equivalent to the following IM commands
|