1GIFINTO(1) GIFLIB Documentation GIFINTO(1)
2
3
4
6 gifinto - save GIF on stdin to file if size over set threshold
7
9 gifinto [-v] [-s minsize] [-h] [outfile]
10
12 A program to save stdin into a file with given name, iff the result
13 file has size bigger than specified (see below). This can be used to
14 save a result under the same filename we started with in a chain of
15 pipes.
16
17 Always reads a GIF file from stdin.
18
20 -v
21 Verbose mode (show progress). Enables printout of running scan
22 lines.
23
24 -s MinFileSize
25 If file is less than MinFileSize, it is deleted and not renamed to
26 the given name. This will prevent killing the file we started with
27 if the result is an empty file, or the pipeline did not complete.
28
29 The default file threshold size is 14 bytes, which is 1 bigger than
30 GIF file stamp (6 bytes) plus a GIF file screen descriptor (7
31 bytes), so a GIF file with only GIF stamp and screen descriptor
32 will not be renamed.
33
34 -h
35 Print one line of command line help, similar to Usage above.
36
38 Gershon Elber.
39
40
41
42GIFLIB 2 May 2012 GIFINTO(1)