masakih

KanColleGraphicDivider

  • R/O
  • HTTP
  • SSH
  • HTTPS

コミット

よく使われているワード(クリックで追加)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

swfから画像を抽出するコマンドラインアプリケーション


コミットメタ情報

リビジョンa9e42c31facc1439135fac58d6edda94f5c6f32b (tree)
日時2018-05-23 23:19:38
作者masakih <masakih@user...>
コミッターmasakih

ログメッセージ

FIX: -c オプションが無視されていたので修正した

変更サマリ

差分

--- a/KanColleGraphicDivider/ImageStore.m
+++ b/KanColleGraphicDivider/ImageStore.m
@@ -34,6 +34,11 @@
3434
3535 - (void)store:(id<ImageDecoder>)decoder {
3636
37+ if( [self.information skipCharactorID:decoder.charactorID] ) {
38+
39+ return;
40+ }
41+
3742 NSString *path = [NSString stringWithFormat:@"%@-%d.%@",
3843 self.information.originalName, decoder.charactorID, decoder.extension];
3944 path = [self.information.outputDir stringByAppendingPathComponent:path];