Coder Social home page Coder Social logo

Difference? about cropiwa HOT 2 CLOSED

myinnos avatar myinnos commented on May 20, 2024
Difference?

from cropiwa.

Comments (2)

polyak01 avatar polyak01 commented on May 20, 2024 1

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.

  • First of all, you can crop images into forms. It enables to crop not only in the regular square but in an oval form as well. And if it is not enough for you, then you can also create custom crop area shapes(
    a triangle, for instance, and crop in it =) As far as your imagination takes you.). Just extend CropIwaShape (for an example refer to CropIwaOvalShape) and set an instance of you class using:
cropView.configureOverlay()
  .setCropShape(new MyAwesomeShape())
  .apply();
  • If you watch the gif file from readme till the end you can see that it is possible to crop with multi touch in Dynamic Overlay mode :)

  • You can easily turn on and turn off Scale and translation
    Screenshot 2

  • You can change the image quality. PNG, JPEG, WEBP formats are available. And if you want your crop to be the same style that your app is, you can make a flexible setting of Border, Corner, Overlay, Grid colors. Also you can switch off Grid rendering or make it Dashed, just like at this screenshot

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

from cropiwa.

myinnos avatar myinnos commented on May 20, 2024

Great! I will give a try!

from cropiwa.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.