摘要:
1:本文摘自:http://www.cocoachina.com/iphonedev/sdk/2010/0120/339.html这个App基于lolfriend的源码改写,完全使用官方API。目前还没实现的功能有:替换UIImagePickerController的cameraOverlayView;滤镜。其他效果如图,我的测试环境是3.1.2的虚拟机和3.1.2的iPhone 3GS。如果编译不了的话,请参考一下这个帖子http://www.cocoachina.com/bbs/read.php?tid=9799附件:CameraDemo.zip 阅读全文
摘要:
1,本文摘自:http://www.apple.com.cn/developer/iphone/library/documentation/iPhone/Conceptual/iPhoneOSProgrammingGuide/GraphicsandDrawing/GraphicsandDrawing.html#//apple_ref/doc/uid/TP40007072-CH10-SW32 阅读全文
摘要:
本文摘自:http://www.devdiv.com/forum.php?mod=viewthread&tid=58560&highlight=%BD%D8%CD%BC本文参考:http://www.devdiv.com/forum.php?mod=viewthread&tid=31687&highlight=%BD%D8%CD%BCUIGraphicsBeginImageContext(pictureView.bounds.size); [pictureView.layer renderInContext:UIGraphicsGetCurrentContext 阅读全文