[表示 : 全て 最新50 1-99 101- 201- 301- 401- 501- 601- 701- 2chのread.cgiへ]
Update time : 05/09 19:17 / Filesize : 143 KB / Number-of Response : 752
[このスレッドの書き込みを削除する]
[+板 最近立ったスレ&熱いスレ一覧 : +板 最近立ったスレ/記者別一覧] [類似スレッド一覧]


↑キャッシュ検索、類似スレ動作を修正しました、ご迷惑をお掛けしました

G5とintelの性能差ってどのくらいあるの???



458 名前:名称未設定 mailto:sage [2008/06/28(土) 14:53:23 ID:xuSamy5I0]
別にPhotoshopなんか使わなくてもOS標準の機能で出来るし。
int main(int argc,char *argv[])
{
NSApplicationLoad();
NSAutoreleasePool *pool = [[NSAutoreleasePool alloc] init];
int i;
NSString *target = [NSString stringWithUTF8String:argv[1]];
PDFDocument *doc = [[PDFDocument alloc] initWithData:[NSData dataWithContentsOfFile:target]];
for(i=0;i<[doc pageCount];i++) {
NSImage *img = [[NSImage alloc] initWithData:[[doc pageAtIndex:i] dataRepresentation]];
NSBitmapImageRep *rep = [NSBitmapImageRep imageRepWithData:[img TIFFRepresentation]];
[img release];
NSData *png = [rep representationUsingType:NSJPEGFileType properties:nil];
[png writeToFile:[NSString stringWithFormat:@"%@_%d.jpg",[target stringByDeletingPathExtension],i] atomically:YES];
}
[doc release];
[pool release];
return 0;
}






[ 続きを読む ] / [ 携帯版 ]

全部読む 前100 次100 最新50 [ このスレをブックマーク! 携帯に送る ] 2chのread.cgiへ
[+板 最近立ったスレ&熱いスレ一覧 : +板 最近立ったスレ/記者別一覧]( ´∀`)<143KB

read.cgi ver5.27 [feat.BBS2 +1.6] / e.0.2 (02/09/03) / eucaly.net products.
担当:undef