2004-04-10 19:11:02 +02:00
|
|
|
GIFTool is a tool for GIF89a transparent option and interlace mode. For
|
|
|
|
instance 'giftool -B -i *.gif' converts all images to interlaced GIF files.
|
1996-10-30 14:44:05 +01:00
|
|
|
|
2004-04-10 19:11:02 +02:00
|
|
|
GIFTool is shareware. Use the -info option to read the licensing information.
|
1997-06-04 09:34:51 +02:00
|
|
|
|
2005-03-02 13:44:30 +01:00
|
|
|
Two options are recommended:
|
|
|
|
WITH_RETVALUE=yes
|
2004-04-10 19:11:02 +02:00
|
|
|
This option, suggested by Sergei Chechetkin
|
|
|
|
<csl@whale.sunbay.crimea.ua>, causes GIFTool to provide a return value
|
|
|
|
so may be used in pipes or with programs like make(1).
|
2005-03-02 13:44:30 +01:00
|
|
|
WITH_MALLOCSIZE=yes
|
2004-04-10 19:11:02 +02:00
|
|
|
This option, suggested by Hidetoshi Shimokawa
|
|
|
|
<simokawa@sat.t.u-tokyo.ac.jp>, increases the size of a malloc, to avoid
|
|
|
|
a segmentation fault when pre-reading some images.
|
2005-03-02 13:44:30 +01:00
|
|
|
|
|
|
|
WWW: http://www.the-labs.com/GIFTool/
|