ImageAdjusts 0.1.8

ImageAdjusts 0.1.8

TestsTested
LangLanguage SwiftSwift
License MIT
ReleasedLast Release Mar 2019
SPMSupports SPM

Maintained by Dhaval Golakiya.



  • By
  • Dhvl-Golakiya

ImageAdjusts

CI Status Version License Platform

Adjust properties of image like Brightness, Saturation etc.

Features

You can adjust all properties of image like:

Brightness & Saturation

Brightness Sarturation

Contrast & Sharpness

Contrast Sharpness

Warmth & Exposure

Warmth Exposure

Vibrance & Highlights

Vibrance Highlights

Shadows & Tint

Shadows Tint

Fade

Fade

Requirements

Require iOS 9.0 and above.

Installation

ImageAdjusts is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod "ImageAdjusts"

How to use

let imageAdjustView = ImageAdjustView.create(image : self.editImageView.image!)
    imageAdjustView.selectSaveImageCallback = { image in
    self.setframeImageUI(image : image , isChanges : true)
} 

Author

Dhvl-Golakiya, [email protected]

License

ImageAdjusts is available under the MIT license. See the LICENSE file for more info.