Gifsicle for Cygwin
From assela Pathirana
Jump to navigationJump to search
"Gifsicle is a UNIX command-line tool for creating, editing, and getting information about GIF images and animations."
Source:gifsicle site.
Here's how to install it in Cygwin:
- Have a good look at gifsicle site. There may be changes.
- Download latest source file (e.g. gifsicle-1.44.tar.gz)
- cd /usr/local/src #create the directory if it is not there!
tar -xzf gifsicle-1.44.tar.gz cd gifsicle-1.44