Subversion Repositories wimsdev

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
10 reyssat 1
Rev 3.04	21Feb99 Hans Dinsen-Hansen
2
	Drastic changes of the original GIF decoder.  The code can now
3
	read LZW as well as RunLength encoded data from e.g. GNU plot.
4
	Default disposal changed.  Changes in forward declarations
5
	inspired by the Amiga people.
6
 
7
Rev 3.03	02Feb99 Hans Dinsen-Hansen
8
	Patched misleading error messages from the decoder when minimizing
9
	GIFs from GNU plot.
10
 
11
Rev 3.02	01Nov98 Hans Dinsen-Hansen
12
	Fixed an error in the loop option.  Further minimizing of outfile.
13
	Search for nearest color bottom to top, to be conformant with most
14
	paint programs.   Modifications of Makefile to be more conformant
15
	with the requirements in news:comp.sources.unix
16
 
17
Rev 3.01      Sep/Oct98 Hans Dinsen-Hansen
18
	Never published.  Modifications for dealing with microSoft
19
	problems.  Filenames changed to the infamous 8+3 DOS format for
20
	what used to be gif{en,de}code.c.
21
 
22
Rev 3.00	29Jul98 Hans Dinsen-Hansen
23
	Included re-encoding of GIFs, permitting minimizing of the
24
	resulting GIF, by outputting only the smallest differing
25
	rectangle between two GIFs.  Option for forcing the first
26
	color map to be globally used, by choosing the nearest color,
27
	if a local color does not exist in the global map.
28
 
29
Rev 2.02	09Sep97 Hans Dinsen-Hansen
30
	Pernmitted GIF89a input; do not use the local colormap
31
	if it is equal to the global; option for background index;
32
	included the comment block within the GIF & option for a
33
	user defined commentblock; fixed the disposal option.
34
 
35
Rev 2.01	31Aug96 Kevin Kadow
36
	Added 'disp' options to set image disposal, fixed errors in
37
	comment block and with the Netscape loop extension.
38
 
39
Rev 2.00	05Feb96 Kevin Kadow
40
	Added transparency and gif comments.
41
 
42
Rev 1.10	29Jan96 Kevin Kadow
43
	First release of whirlgif.
44
 
45
txtmerge:
46
 
47
Rev 1.01	08Jan92	Mark Podlipec
48
	Use all colormaps, not just 1st.
49
 
50
Rev 1.00	23Jul91	Mark Podlipec
51
	creation