steelkiwi / cropiwa

šŸ“ Configurable Custom Crop widget for Android
http://steelkiwi.com/
2.23k stars 331 forks source link

Difference? #1

Closed myinnos closed 7 years ago

myinnos commented 7 years ago

How it is difference from uCrop and What is the library size?

polyak01 commented 7 years ago

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.

For further information go through README and download sample))) We will appreciate your suggestions and contribution to our project.

myinnos commented 7 years ago

Great! I will give a try!