ImageAdjusts
调整图像属性,如亮度、饱和度等。
特性
可以调整所有属性,例如
亮度和饱和度
对比度和锐度
温暖度 & 曝光
饱和度 & 亮部
阴影 & 色调
淡入
要求
需要 iOS 9.0 及以上版本。
安装
ImageAdjusts 通过 CocoaPods 提供。要安装它,只需将以下行添加到您的 Podfile 中
pod "ImageAdjusts"
使用方法
let imageAdjustView = ImageAdjustView.create(image : self.editImageView.image!)
imageAdjustView.selectSaveImageCallback = { image in
self.setframeImageUI(image : image , isChanges : true)
}
作者
Dhvl-Golakiya, [email protected]
许可证
ImageAdjusts 可在 MIT 许可证下使用。更多详情请参阅 LICENSE 文件。