swfから画像を抽出するコマンドラインアプリケーション
Révision | e75466880c34ad4991e1b7b16c5e17e9f9fabdc9 (tree) |
---|---|
l'heure | 2018-05-23 00:47:47 |
Auteur | Hori,Masaki <masakih@user...> |
Commiter | GitHub |
Create README.md
@@ -0,0 +1,18 @@ | ||
1 | +# KanColleGraphicDivider | |
2 | +SWFファイルから画像を抽出するmacOS専用コマンドラインツールです。 | |
3 | + | |
4 | +``` | |
5 | +Usage: KanColleGraphicDivider [OPTIONS] input-swf-file | |
6 | + | |
7 | + -c charactorIDs, --charactorid=charactorIDs | |
8 | + comma separated target image charactor ids. ex) 17,19 | |
9 | + extract all images if not set. | |
10 | + -o output-directory, --output=output-directory | |
11 | + extracted images output to output-directory. | |
12 | + -v, --version | |
13 | + output version information and exit. | |
14 | + -f, --force | |
15 | + if set, force orver write outputfile. | |
16 | + -h, --help | |
17 | + display this help and text. | |
18 | +``` |