On Saturday 14 October 2006 02:24, Lee Manevitch wrote: > I think I already know the answer to this, but does FuzzyOCR process > all frames of an animated GIF?
Not out of the box, but it can do if you have a recent version of netpbm which supports "giftopnm -image=all". There are two calls to giftopnm in FuzzyOCR.pm, add that option to them both. I'm not sure when this option cam in: version 10.0 on Debian doesn't have it but version 10.25 on RHEL/CentOS does. You will also want to change all occurrences of "$image_count gt" to say "$image_count >", and of "$image_count lt" to say "$image_count <" Nick