摘要: 将NSImage转换为CIImage#import // convert NSImage to bitmapNSImage * myImage= [self currentImage];NSData* tiffData = [myImage TIFFRepresentation];NSBitmapI... 阅读全文
posted @ 2014-04-29 17:34 dzldzl 阅读(2406) 评论(0) 推荐(0)