Changeset 8
- Timestamp:
- 25.10.2006 14:15:40 (2 years ago)
- Files:
-
- trunk/devel/FuzzyOcr.pm (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/devel/FuzzyOcr.pm
r7 r8 381 381 @stdout_data = qx($App{gifsicle} --info $giffile); 382 382 }); 383 print "blah4\n";384 383 385 384 if ($retcode) { … … 914 913 qx($App{gifsicle} --colors=255 $tfile >$tfile3 2>>$efile); 915 914 }); 916 print "blah1\n";917 915 $retcode = $t->run_and_catch(sub { 918 916 qx($App{gifsicle} --unoptimize $tfile3 \'#$index\' >$tfile2 2>>$efile); 919 917 }); 920 921 print "blah2\n";922 918 } else { 923 919 $retcode = $t->run_and_catch(sub {
