swfから画像を抽出するコマンドラインアプリケーション
Name | Size | Rev. | Time | Author | Log Message |
---|---|---|---|---|---|
KanColleGraphicDivider | |||||
KanColleGraphicDivider.xcodeproj | |||||
.gitignore | 38 | f736014 | 2017-03-05 18:20:49 | masakih | gitignoreを追加 |
LICENSE | 1.04 k | f493661 | 2018-04-05 23:53:45 | Hori,Masaki | Create LICENSE |
README.md | 561 | e754668 | 2018-05-23 00:47:47 | Hori,Masaki | Create README.md |
SWFファイルから画像を抽出するmacOS専用コマンドラインツールです。
Usage: KanColleGraphicDivider [OPTIONS] input-swf-file
-c charactorIDs, --charactorid=charactorIDs
comma separated target image charactor ids. ex) 17,19
extract all images if not set.
-o output-directory, --output=output-directory
extracted images output to output-directory.
-v, --version
output version information and exit.
-f, --force
if set, force orver write outputfile.
-h, --help
display this help and text.