dltolgl(1) UNIX System V dltolgl(1)
NAME
dltogl -- convert .DL animations into .GL animations.
SYNOPSIS
dltogl file.dl [file.gl]
DESCRIPTION
If no .gl file is specified, the images and control file will be written
to separate files. The control file will always be "dl.txt", the images
"clpN.clp" and a palette file called "palette.pic".
To make gl files work correctly you may need to go through this process:
1. dltogl file.dl
This splits the dl file into seperate components.
2. mv dl.txt file.txt
Some gl viewers require this.
3. glib *.txt *.clp *.pic
Create the gl file from components.
AUTHOR
George Phillips <phillips@cs.ubc.ca>
10/89 Page 1