Pegasus InfoCorp: Web site design and web software development company

LMORPH (1)

morphing lines

SYNOPSIS

    lmorph [-display host:display.screen] [-foreground color] [-background color] [-window] [-root] [-mono] [-install] [-visual visual] [-points int] [-steps int] [-delay usecs] [-figtype type]

DESCRIPTION

    The lmorph program shows smooth and non-linear morphing between 1D curves.

OPTIONS

    lmorph accepts the following options:

    -window

      Draw on a newly-created window. This is the default.

    -root

      Draw on the root window.

    -mono

      If on a color display, pretend we're on a monochrome display.

    -install

      Install a private colormap for the window.

    -visual \fIvisual\fP

      Specify which visual to use. Legal values are the name of a visual class, or the id number (decimal or hex) of a specific visual.

    -points \fIinteger\fP

      Number of points in each line drawing. Default is 200 points.

    -steps \fIinteger\fP

      Interpolation steps from one drawing to the next. Default is 150. You may specify 0, to get a random number between 100 and 500.

    -delay \fImicroseconds\fP

      How much of a delay should be introduced between steps of the animation. Default 70000.

    -figtype \fItype\fP

      Limit the figures to only open or closed figures. Possible types are "all" (default), "open" and "closed".

    -linewidth \fIinteger\fP

      Width of lines. Default is 5 pixels.

ENVIRONMENT

    DISPLAY

      to get the default host and display number.

    XENVIRONMENT

      to get the name of a resource file that overrides the global resources stored in the RESOURCE_MANAGER property.

SEE ALSO

AUTHOR

    Sverre H. Huseby <sverrehu@online.no> and Glenn T. Lines <glennli@ifi.uio.no>, built on top of the screen saver routines by Jamie Zawinski <jwz@jwz.org>.