Hello,
I am using gifsicle 1.46 and my fuzzyocr log is littered with:
2007-02-09 12:50:47 [19473] Trouble parsing 'gifsicle --info' output.
Expected 'image #1', found 'image #0', skipping...
above is for ordinary gifs, animated ones give something like:
2007-02-09 12:06:44 [17852] Found GIF header name="ATT823698.gif"
2007-02-09 12:06:44 [17852] Image is interlaced or animated...
2007-02-09 12:06:44 [17852] File contains <8> images, deanimating...
2007-02-09 12:06:44 [17852] Trouble parsing 'gifsicle --info' output.
Expected 'image #8', found 'image #7', skipping...
Running on the command line:
[root@linux5 rjc]# gifsicle --version
LCDF Gifsicle 1.46
Copyright (C) 1997-2007 Eddie Kohler
This is free software; see the source for copying conditions.
There is NO warranty, not even for merchantability or fitness for a
particular purpose.
[root@linux5 rjc]# gifsicle --info kdwlogo.gif
* kdwlogo.gif 1 image
logical screen 192x40
global color table [256]
background 7
+ image #0 192x40
[root@linux5 rjc]#
I presume from above gifsicle has changed its output somehow ie now is 0 based when before it started with 1.
Problem can be replicated by downloading gifsicle 1.46 and running on any gif file.