Initial import of gifsicle, a program to manipulate GIFs, and in particular
[pkgsrc.git] / graphics / gifsicle / pkg / DESCR
1 Gifsicle is a UNIX command-line tool for creating, editing,
2 and getting information about GIF images and animations.
3 You can also extract frames from animations, or replace, delete,
4 or insert frames into existing animations.
5 Some more gifsicle features: 
6   * Batch mode for changing GIFs in place. 
7   * Prints detailed information about GIFs, including comments. 
8   * Control over interlacing, comments, looping, transparency... 
9   * Creates well-behaved GIFs: removes redundant colors, only uses
10     local color tables if it absolutely has to (local color tables
11     waste space and can cause viewing artifacts), etc.
12   * It can shrink colormaps and change images to use the Web-safe
13     palette (or any colormap you choose).
14   * It can optimize your animations! This stores only the changed
15     portion of each frame, and can radically shrink your GIFs. You can
16     also use transparency to make them even smaller. Gifsicle's
17     optimizer is pretty powerful, and usually reduces animations to
18     within a couple bytes of the best commercial optimizers.
19   * Unoptimizing animations, which makes them easier to edit.
20
21 Two other programs are included with gifsicle: gifview is a
22 lightweight animated-GIF viewer which can show animations
23 as slideshows or in real time, and gifdiff compares two GIFs
24 for identical visual appearance.