我有一个加载 Quartz 文件的 QCView,它为您提供 iSights 反馈(基本上就像 QTCaptureView)
一切正常
该按钮只需使用以下简单的代码行拍摄快照
- (void)takePicture:(id)sender {NSImage *currentImage = [outputView valueForOutputKey:@"ImageOutput"];
[[currentImage TIFFRepresentation] writeToFile:@"/Users/hendo13/Desktop/capture.tiff" atomically:NO];}
然而,导出的图像有一些非常不稳定的着色问题,例如:http: //kttns.org/gjhnj
没有应用任何类型的过滤器。有谁知道是什么原因造成的?