gifburst(1) The gifburst program takes a named GIF file and breaks it into equal-sized

USAGE

gifburst [-s n] [-p b] gif-file

MEMORY REQUIRED

Proportional to the size of the largest pasted image.

OPTIONS

[-s nnn]


 Specify the number of pieces.  Valid values are presently 4 (2x2) and 6 (2x3). Default is 4.

[-p nnn]


 Specify the number of pixels of overlap between interior boundaries of pieces. Default 20.

Note:

The gifburst program is written on Perl, using the C utilities. You must have both the giflib utilities and Perl installed to run it.

AUTHOR

Eric S. Raymond <[email protected]>

Man page created by T.Gridel <[email protected]>, originally written by Eric S. Raymond <[email protected]>