swfから画像を抽出するコマンドラインアプリケーション
リビジョン | a9e42c31facc1439135fac58d6edda94f5c6f32b (tree) |
---|---|
日時 | 2018-05-23 23:19:38 |
作者 | masakih <masakih@user...> |
コミッター | masakih |
FIX: -c オプションが無視されていたので修正した
@@ -34,6 +34,11 @@ | ||
34 | 34 | |
35 | 35 | - (void)store:(id<ImageDecoder>)decoder { |
36 | 36 | |
37 | + if( [self.information skipCharactorID:decoder.charactorID] ) { | |
38 | + | |
39 | + return; | |
40 | + } | |
41 | + | |
37 | 42 | NSString *path = [NSString stringWithFormat:@"%@-%d.%@", |
38 | 43 | self.information.originalName, decoder.charactorID, decoder.extension]; |
39 | 44 | path = [self.information.outputDir stringByAppendingPathComponent:path]; |