资 源 简 介
Just a small project to recognize image sequences and parse the output to make it more readable to the user or to use it as input for another program.
Example:
>python imgseq.py -p c:stuff mp -t "nce"c:stuff mpprofile[0002-0005].gifc:stuff mpprofile00.jpgc:stuff mpprofile[001-003].jpgc:stuff mpprofile0004.jpgc:stuff mp st[0001-0002].jpgc:stuff mp st[0004-0005].jpg
or
>python imgseq.py -p c:stuff mp -t "n#e,a,b"profile###.gif,0002,0005profile#.jpg,00,00profile##.jpg,001,003profile###.jpg,0004,0004tst###.jpg,0001,0002tst###.jpg,0004,0005
It"s still in beta, but if you"d like to play around with it feel free to grab it and open new issues.
If you"re using it on your own projects it would be great if you could let me know where and what for.