VisionX V4VXTAGIFVisionX V4
NAME

vxtoagif − Create animated gif images

SYNOPSIS

vxtoagif [if=<infile>] [of=<output-file] [d=<delay>]

DESCRIPTION

Vxtoagif converts a vx image sequence to an animated gif file. The file will replay endlessly. The d= option permits the delay between frames to be set in units of 1/100 seconds. The default value for d depends upon the number of images n in the image set. If n is greater then 10 then d=10, if n is greater than 3 then d=100 otherwise d=150.

CONSTRAINTS

Only byte images are supported. An external gif converter is used which is often not part of standard installations. The following converters will be found if any of them exist in path: gifsicle, gifasm, and gifmerge(untested).

OPTIONS

if=

input file, visionx image sequence

of=

output file animated gif image

d=

The delay between images (units of 1/100 sec), default depends on number of images

AUTHOR

A. P. Reeves