1/* README */
2
3This package includes the sources of the programs `ppm2fli' and `unflick'.
4
5ppm2fli:  This program generates FLI/FLC animation files from a series of
6          static images.
7unflick:  It does the opposite of `ppm2fli'. It can extract the images of
8          a FLI animation.
9
10PPM2FLI can read directly PPM,PGM,PBM and FBM files. If necessary it
11performs a quantization. The filters of the NETPBM, PBMPLUS and FBM package
12can be used as read filters. Together with one of this packages
13a large number of image formats can be handled.
14
15UNFLICK writes images in PPM or FBM format.
16
17In contrast to FBM2FLI no additional package is requiered to build
18PPM2FLI and UNFLICK. So it can be used without any of the above mentioned
19packages, if another source of PPM,PGM,PBM or FBM images is available.
20For example, PS images can be animated using ghostscript.
21
22PPM2FLI is supposed to be easier to install and easier to use than FBM2FLI.
23But in some points is may be less flexible.
24
25Files:
26	README			-- this file
27	CHANGES			-- additional information
28	COPYING                 -- GNU general public licence
29
30	Makefile		-- Unix makefile
31
32	abrun.c		\
33	acolor.c	|
34	adelta.c	|
35	afbm.c		|
36	aframe.c	|
37	aimage.c	|
38	ainput.c	|	-- source of ppm2fli
39	alc.c		|
40	alist.c		|
41	amain.c		|
42	aoctree.c	|
43	appm.c		|
44	apro.h		/
45
46	umain.c		\
47	uoutput.c	|
48	upro.h		|	-- source of unflick
49	uunfli.c	|
50	uwchunks.c	/
51
52	ppm2fli.man	\	-- Unix man pages
53	unflick.man	/
54
55The program was repacked in the version 'ppm2fli-2.1' and
56is now distributed under the terms of the GNU General Public License.
57For more details see the file `CHANGES'.
58
59See also: http://vento.pi.tu-berlin.de/fli.html
60
61-- Klaus Ehrenfried (klaus.ehrenfried@tu-berlin.de)
62