It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center
                            
                        
                    
                
                                7年前关闭。
            
                    
我从github下载gpuiimage框架,并开始在ios开发中使用它

我可以允许用户在ios中的GPUImage Framework中进行放大和缩小吗?我也想在gpuimage框架中打开和关闭闪光灯吗?

最佳答案

GPUImage框架用于图像处理。如果希望用户能够缩放照片,则需要考虑在顶级UIImageView中添加UIPinchGestureRecognizer。然后,要使用设备LED,请使用AVFoundation框架。在项目中使用GPUImage框架不会阻止您执行任何上述操作。

关于iphone - 我可以允许用户在GPUImage Framework中进行放大和缩小吗?,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/12128882/

10-08 21:22