File: giffiltr.html

package info (click to toggle)
giflib 3.0-5
  • links: PTS
  • area: non-free
  • in suites: hamm
  • size: 1,044 kB
  • ctags: 961
  • sloc: ansic: 11,569; sh: 220; makefile: 153; perl: 54
file content (40 lines) | stat: -rw-r--r-- 865 bytes parent folder | download | duplicates (17)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
<!doctype HTML public "-//W3O//DTD W3 HTML 2.0//EN">
<HTML>
<HEAD>
<TITLE>giffiltr</TITLE>
<link rev=made href=mailto:esr@snark.thyrsus.com>
</HEAD>
<BODY>
Go to <a href="index.html">index page</a>.

<CENTER><H1>giffiltr</H1></CENTER>

This is an expensive way to copy a GIF.  The source is included as a skeleton
for more sophisticated filters.  See the source in the util directory for
details.<P>

I suppose this does have some utility as a test of the sequential GIF record
I/O routines.  The output should be bytewise identical to the input.<P>

<H1>Usage:</H1>

<pre>
giffiltr &lt;GifFile &gt;GifCopy
</pre>

<H1>Memory required:</H1>

Line.

<H1>Options:</H1>

None.

<H1>Author</H1>

Eric S. Raymond &lt;esr@snark.thyrsus.com&gt;<P>

<HR>
<ADDRESS>Eric S. Raymond <A HREF="mailto:esr@thyrsus.com">&lt;esr@snark.thyrsus.com&gt;</A></ADDRESS>
</BODY>
</HTML>