pkgsrc/graphics/gifsicle/DESCR
salo 7a6ca58420 Updated to version 1.37.
Changes:

- DESCR has 80 culumns
- whitespace

1.37:
=====
- Fix bug where combining `--rotate-X' and `-O' options would cause a
  segmentation fault. Reported by Dan Lasley <Dan_Lasley@hilton.com>.
- Rearrange source tree.

1.36:
=====
* Fix subscript-out-of-range error in main.c reported by Andrea Suatoni.

1.35:
=====
- Fixed bug where `--crop' could cause a segmentation fault, present since
  1.32 or 1.33. Reported by Tom Schumm <phong@phong.org>.

1.34:
=====
- Fixed bug where combining `--crop' and `-O' options could corrupt output.
  Reported by Tom Schumm <phong@phong.org>.

1.33:
=====
- Be more careful about time while animating. In particular, prepare frames
  before they are needed, so that they can be displayed exactly when
  required. Problem reported by Walter Harms <WHarms@bfs.de>.
- More warning fixes.

1.32:
=====
- Add `--multifile' option handling concatenated GIF files. This is useful
  for scripts. For example, `gifsicle --multifile -' will merge all GIF
  files written to its standard input into a single animation.
- More fixes for spurious background warnings.

1.31:
=====
- Changed behavior of `--crop X,Y+WIDTHxHEIGHT' option when WIDTH or HEIGHT
  is negative. Previously, zero or negative WIDTH and HEIGHT referred to
  the image's entire width or height. Thus, the option `--crop 10,0+0x0'
  would always lead to an error, because the crop left position (10) plus
  the crop width (the image width) was 10 pixels beyond the image edge. The
  new behavior measures zero or negative WIDTH and HEIGHT relative to the
  image's bottom-right corner.
- Changed background behavior. Hopefully the only user-visible effect will
  be fewer spurious warnings.
- Fixed a bug that could corrupt output when optimizing images with `-O2'
  that had more than 256 colors.

1.30:
=====
- Fixed bug in ungif code: Writing a large ungif could corrupt memory,
  leading eventually to bad output. This bug has been present since
  Gifsicle could write ungifs! Bad files and assistance provided by Jeff
  Brown <jabrown@ipn.caida.org>.
2003-06-01 12:14:10 +00:00

23 lines
1.3 KiB
Text

Gifsicle is a UNIX command-line tool for creating, editing, and getting
information about GIF images and animations. You can also extract frames from
animations, or replace, delete, or insert frames into existing animations.
Some more gifsicle features:
- Batch mode for changing GIFs in place.
- Prints detailed information about GIFs, including comments.
- Control over interlacing, comments, looping, transparency...
- Creates well-behaved GIFs: removes redundant colors, only uses
local color tables if it absolutely has to (local color tables
waste space and can cause viewing artifacts), etc.
- It can shrink colormaps and change images to use the Web-safe
palette (or any colormap you choose).
- It can optimize your animations! This stores only the changed
portion of each frame, and can radically shrink your GIFs. You
can also use transparency to make them even smaller. Gifsicle's
optimizer is pretty powerful, and usually reduces animations
to within a couple bytes of the best commercial optimizers.
- Unoptimizing animations, which makes them easier to edit.
Two other programs are included with gifsicle: gifview is a lightweight
animated-GIF viewer which can show animations as slideshows or in real
time, and gifdiff compares two GIFs for identical visual appearance.