我正在构建一个"增强"我正致力于打击犯罪项目的功能。最终目标是能够执行此纪录片视频中的内容:https://www.youtube.com/watch?v=Vxq9yj2pVWk
我大部分时间都在工作,但是我在电脑麦克风讲话的那个部分挂了电话,它只是做你想做的事情。这是我迄今为止的职责:
static const NSInteger kLotsX = MAXFLOAT;
static const NSInteger kLotsY = MAXFLOAT;
- (void)letsEnhance:(UIImageView *)imageView {
[imageView setTransform:CGAffineTransformMakeScale(kLotsX, kLotsY)];
// Fill in missing pixels / image-data
}
(4月1日发布。)