[comp.archives] [graphics...] Re: Animation

spencer@eecs.umich.edu (Spencer W. Thomas) (04/25/91)

Archive-name: graphics/pixutils/utah-raster-toolkit/1991-04-24
Archive: freebie.engin.umich.edu:/pub/urt* [141.212.68.23]
Original-posting-by: spencer@eecs.umich.edu (Spencer W. Thomas)
Original-subject: Re: Animation
Reposted-by: emv@msen.com (Edward Vielmetti, MSEN)

Q: I have several .gif files I wish to display in rapid succession
under X ...

One answer: get the Utah Raster Toolkit, convert the .gif files to
.rle (URT file format), and use getx11 -m to display them as a movie.

Of course, this may be high overhead if you only want to do this once.

The files currently included in the Utah Raster Toolkit distribution are:

urt-3.0.tar.Z	Toolkit source and manual pages. (700K, 1900K uncompressed)
urt-doc.tar	"Papers" describing the toolkit. (550K)
urt-img.tar	Sample images. (1800K)

urt-3.0.patch1	The first patch file.  Must be applied to the 3.0 distribution.
urt-3.0.patch2.Z	The second patch file.  Must be applied after 
			urt-3.0.patch1.

The only files you need to build the toolkit are the first, plus any
patches that apply to it.  The first file is a compressed tar file.
The next two are ordinary tar files because they compress only 5-10%,
so it isn't really worth the CPU time.  The patch files are either
normal text files or compressed text files, depending on their size.
You must use FTP's BINARY mode to properly copy the distribution.  To
unpack it, you can follow the following steps:

	cd (appropriate source directory)
	mkdir urt
	cd urt
	zcat urt-3.0.tar.Z | tar xfo -
	tar xfo urt-doc.tar
	tar xfo urt-img.tar
	patch -p -N <urt-3.0.patch1
	zcat urt-3.0.patch2.Z | patch -p -N

The 'o' option to tar makes sure you own the resulting files under
Sys V, and appears to be harmless on other systems.

If you don't have the patch program, you can install the patches by
hand, but it might be easier to get patch (it is present in many
source archives around the world, including the comp.sources.unix
archives).

Assuming the patches are applied successfully, you will want to remove
the ".orig" files that patch creates:
	find . -name '*.orig' -print -exec rm -f {} \;

Note: zcat is a form of the "compress" utility.  It decompresses the
file named and writes the result to the standard output.  If you don't
have zcat (although, if you have compress, you ought to have zcat),
you can
	compress -d urt-3.0.tar.Z
	tar xfo urt-3.0.tar
	tar xfo urt-doc.tar
	tar xfo urt-img.tar
	patch -p -N <urt-3.0.patch1
	compress -d urt-3.0.patch2
	patch -p -N <urt-3.0.patch2

If necessary, we may be able to supply other file formats (e.g., cpio
or shar).

Send mail to toolkit-request@cs.utah.edu or urt-request@caen.engin.umich.edu.

The toolkit (or portions of it) is also available from the following sites:

  North America
     East coast
	weedeater.math.yale.edu	130.132.23.17	(pub/*)
     Midwest
	freebie.engin.umich.edu	141.212.68.23	(pub/*)
     West
	cs.utah.edu		128.110.4.21	(pub/*)
  Europe
     Sweden
	alcazar.cd.chalmers.se	129.16.48.100	(pub/urt/urt-3.0.tar.Z)
	maeglin.mt.luth.se	130.240.0.25	(pub/Utah-raster/*)
  Australia
     	ftp.adelaide.edu.au	129.127.40.3	(pub/URT/*)
	or, if you know what this means:
		Fetchfile:     sirius.ua.oz in URT

--
=Spencer W. Thomas 		EECS Dept, U of Michigan, Ann Arbor, MI 48109
spencer@eecs.umich.edu		313-936-2616 (8-6 E[SD]T M-F)

-- comp.archives file verification
freebie.engin.umich.edu
total 3322
-rw-r--r--  1 ftp      users       25481 Mar 10 22:19 urt-3.0.patch1
-rw-r--r--  1 ftp      users       77591 Mar 10 22:19 urt-3.0.patch2.Z
-rw-r--r--  1 ftp      users      703925 Mar 10 22:19 urt-3.0.tar.Z
-rw-r--r--  1 ftp      users       50448 Mar 10 22:19 urt-SUNOS4.1-panic.tar.Z
-rw-r--r--  1 ftp      users      548864 Mar 10 22:19 urt-doc.tar
-rw-r--r--  1 ftp      users     1851392 Mar 10 22:19 urt-img.tar
-rw-r--r--  1 ftp      users       99167 Mar 10 22:19 urt-tex-man.tar.Z
-rw-r--r--  1 ftp      users        2629 Mar 10 22:19 urt.README
found utah-raster-toolkit ok
freebie.engin.umich.edu:/pub/urt*