man gifburst (Commandes) - This program breaks into equal-sized tiles a GIF image.

NAME

gifburst - This program breaks into equal-sized tiles a GIF image.

SYNOPSIS

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

DESCRIPTION

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.

OPTIONS

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.

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.

SEE ALSO

COPYRIGHT

The GIFLIB distribution is Copyright (c) 1997 Eric S. Raymond

AUTHORS

Gershon Elber

Eric S. Raymond <esr@snark.thyrsus.com>