Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我从 github 下载 gpuiimage 框架并开始在 ios 开发中使用它
我可以允许用户在 ios 中放大和缩小 GPUImage 框架吗?我也想在 gpuimage 框架中打开和关闭闪光灯?
该GPUImage框架用于图像处理。如果您希望用户能够缩放照片,您需要考虑将UIPinchGestureRecognizer添加到顶层UIImageView。然后使用AVFoundation框架来使用设备 LED。在您的项目中使用 GPUImage 框架不会阻止您执行任何这些操作。
GPUImage
UIImageView