UNI2ANIMGIF
a tool for transforming UNIPEN files to animated gifs


SYNOPSIS

uni2animgif unipen-file [unipen-files] [options] [output.gif]

DESCRIPTION

Using the tool uni2animgif, segments can be selected from a number of UNIPEN files. Each segment is stored as an animated gif in the output file. The code for reading and writing gifs stams from Rene K. Mueller's and Marc Podlipec's gifmerge. Uni2animgif recognizes command-line arguments and reads a resource file unipen.def. When starting uni2animgif, two environment variables have to be set, as described in general environment settings.

Furthermore, the environment variable UNIPEN2ANIMGIF_PATH has to be set. This variable contains the directory in which the individual gif files are contained used by uni2animgif. In particular, the directory must contain a background gif, and two other gifs, one for pen-down and one for pen-up samples.

OPTIONS


	-S scale                    scale in both directions
	-x xoff                     translate horizontally after scaling
	-y yoff                     translate vertically after scaling
	-m margin                   surrounding margin (between [0,1])
	-a alpha                    RC filter alpha
	-L loops                    number of loops in display
	-n subsampler               only take each n-th sample
	-d dt                       time difference between frames (in ms)

	-t threshold                minimum ink pressure for pen down ink

	-b  background.gif          the image file of the canvas
	-pd pendown.gif|no_pendown  the image to use for pendown samples
	-pu penup.gif|no_penup      the image to use for penup samples
	-o  output.gif              the output file
	-s  query                   string to search for in UNIPEN file
	-l  level                   level to search for in UNIPEN file

USAGE

Consider this examples link to see some results of using uni2animgif.

AUTHORS

Louis Vuurpijl Lambert Schomaker
Back to the uptools3 homepage
Page last updated on Fri Mar 14 12:18:15 MET 1997
You are visitor


Generated by htmlize at Fri Nov 14 12:31:39 1997 Louis Vuurpijl