|
NAMEevolvotron_mutate - Render an evolvotron function tree to an image.SYNOPSISevolvotron_mutate < function_in.xml > function_out.xmlevolvotron_mutate -g > function_out.xml DESCRIPTIONevolvotron_mutate either mutates an existing image function read from standard input, or (with the -g option) creates a new image function. In either case the output image function is written to standard output.The mutation parameters and function weightings are the same as used by evolvotron in its default reset state. See the evolvotron user manual (accessible from the evolvotron application's Help menu) for more information on image functions. COMMANDLINE OPTIONS
EXAMPLESevolvotron_mutate -g | tee function0.xml | evolvotron_render function0.ppmevolvtron_mutate < function0.xml > function1.xml AUTHORevolvotron_mutate was written by Tim Day (www.timday.com) and is released under the conditions of the GNU General Public License. See the file LICENSE supplied with the source code for details.SEE ALSOevolvotron(1), evolvotron_render(1)
Visit the GSP FreeBSD Man Page Interface. |