The gifburst program takes a named gif file and breaks it into equal-sized tiles. this is useful if a gif is too large for your viewer, so you have to look at it in sections.
gifburst [-s n] [-p b] gif-file
Proportional to the size of the largest pasted image.
Specify the number of pieces. Valid values are presently 4 (2x2) and 6 (2x3). Default is 4.
Specify the number of pixels of overlap between interior boundaries of pieces. Default 20.
The gifburst program is written on Perl, using the C utilities. You must have both the giflib utilities and Perl installed to run it.
Eric S. Raymond <[email protected]>
Man page created by T.Gridel <[email protected]>, originally written by Eric S. Raymond <[email protected]>