uCrop'n'Edit

Additional

Language
Java
Version
2.2.3 (Apr 26, 2018)
Created
Aug 14, 2016
Updated
Feb 6, 2022 (Retired)
Owner
Martin Anderson (krokyze)
Contributors
pyler (pylerSM)
Oleksii (shliama)
Dmytro Dovbnia (voltazor)
PenzK
Ed Baev (edBaev)
Clément Plantier (clemp6r)
Niklas Baudy (vanniktech)
Patrick MacDowell (PGMacDesign)
JohnWowUs
start141
mapyo
Simon Percic (simonpercic)
Alexey Chernenko (TeeRawk)
HearSilent (hearsilent)
timkoers
Roman Kozlov (Cool04ek)
larin92
Jun Jiang (jasl)
Show all (53)53
Activity
Badge
Generate
Download
Source code

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

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

Usage

  1. Include the library as a local library project.

    allprojects {
       repositories {
          mavenCentral()
       }
    }
    

    implementation 'com.github.krokyze:ucropnedit:2.2.8'

  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, contrast, saturation or sharpness, 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.8 (based on uCrop 2.2.8)

Version 2.2.6-2 (based on uCrop 2.2.6)

  • Brightness feature
  • Contrast feature
  • Saturation feature
  • Sharpness feature (supported for devices with >= API 17)

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.