PhotoEditorSDK
It is an android image editing SDK with simple, easy support for image manipulation.
Step 2 : Add the dependency
dependencies {
compile 'com.github.eventtus:photo-editor-android:v1.0'
}
Step 1 : Add it in your root build.gradle at the end of repositories
<repositories>
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
</repositories>
Step 2 : Add the dependency
<dependency>
<groupId>com.github.eventtus</groupId>
<artifactId>photo-editor-android</artifactId>
<version>v1.0</version>
</dependency>