OMNI_INTERP

Omni_interp is a general-purpose, multi-format interpolation tool.  It
is capable of dealing with files in almost any consistant format, and
can interpolate linearly, with cubic splines, or with any user-defined
function.  It was designed primarily with animation in mind, but can
be used for many other purposes.

INSTALLATION

Modify the marked section in the Makefile to indicate your target
directory.  The following directories must be specified:

BINDIR - destination for binaries.  Usually /usr/local/bin.
INC_DIR - destination for header file.  Ususally /usr/local/include.
OBJ_DIR - destination for object files.  This should probably be
private to this program, that is, don't put it in /usr/local/lib.
Try /usr/local/lib/omni_interp instead.
MAN_DIR - destination for local manual pages.

If you later decide to move INC_DIR or OBJ_DIR, recompile the
constructor program omni_interp_make.

EXAMPLES

The examples directory contains several sample user-defined functions
for use in animation.

bounded.c:	Smooth, step-like interpolation
gravity.c:	for use with data sets describing points in 3-space
img_translate.c:	used with RGB images, superposing and sliding
window.c:	used with RGB images, fancy transitions between frames

BUGGESTIONS

Mail complaints and suggestions to orloff@geom.umn.edu.
