Skip to content

naseemakhtar994/uCrop-n-Edit

 
 

Repository files navigation

uCrop'n'Edit - Image Cropping + Editing Library for Android

Using the source code of "uCrop", I’ve added two new features - ability to change Brightness and Contrast.

Usage

For a working implementation, please have a look at the Sample Project - sample

Get it on Google Play

  1. Include the library as local library project.

    allprojects {
       repositories {
          jcenter()
          maven { url "https://jitpack.io" }
       }
    }
    

    compile 'com.github.krokyze:ucropnedit:2.2.1-native'

  2. To use uCrop’n’Edit, you can follow the exact same methods as for uCrop: Usage

If you have any interesting ideas for uCrop’n’Edit do not be afraid to let me know. You can easily leave a request and I will be happy to take a look at the viability of your proposal. I’ll be more than happy to try and add some new features to the library, if I think they can make it even better!

Please keep in mind that most of the work is developed by Yalantis, so if you find any bugs that’s not related to brightness or contrast, you should add a new issue to their Github page and as they will push update, I will pull it to make sure everything works as best as it can.

Massive thanks to guys from Yalantis for open sourcing this great library!

Changelog (uCrop Changelog)

Version: 2.2.1

  • Brightness feature
  • Contrast feature

License

Copyright 2017, Yalantis

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

About

Image Cropping + Editing Library for Android

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 97.9%
  • C++ 1.8%
  • Other 0.3%