-
Notifications
You must be signed in to change notification settings - Fork 330
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Difference? #1
Comments
Good day to you, @myinnos . That’s a good question!) First of all, I’d like to point out that it is not entirely appropriate to compare these two libraries. uCrop is definitely one of the best libraries to crop images. I know some of its’ developers personally and I value their efforts. Also, if you go through the likes given to our library you will find some likes from uCrop contributors. uCrop is developed as a box solution, i.e. it is integrated in a project like Activity. Of course, there is customization, but it is not as flexible , or you will have to take a deeper look at the source code by yourself. If you are OK with it and you don’t want to customize everything then it is a great solution. CropIwa is developed to be a more flexible library. You can add or delete all features nice and easy. There is long readme specially for this. Without any difficulties you can build a unique UI just with a few features. Just like here Let’s see what actually is in the library.
cropView.configureOverlay()
.setCropShape(new MyAwesomeShape())
.apply();
For further information go through README and download sample))) We will appreciate your suggestions and contribution to our project. |
Great! I will give a |
How it is difference from uCrop and What is the library size?
The text was updated successfully, but these errors were encountered: