pooria89 / ImageEditor

Image Editor Application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Powerful and Nice Android Image Editor đź‘»

Features

  • Open Camera Directly or pick form gallery
  • Add text on image with custom font and color
  • Save image in storage
  • Add geometric shapes in image (Rectangle,circle,oval,...)
  • Share image to Telegram,whatsapp and etc
  • Add exciting emoji on image
  • Use nice filter for adding on image
  • You can go back to the previous and next work

Screenshots

Filter Image Emoji

Download

Step 1. Add it in your root build.gradle at the end of repositories:

allprojects {
	repositories {
		...
		maven { url 'https://jitpack.io' }
	}
}

Step 2. Add the dependency

dependencies {
      implementation 'com.github.pooria89:ImageEditor:$LATEST_VERSION'
}

Usage

Kotlin

ImageEditorActivity.start(this)

I use this project and translate it to persian and add some features : https://github.com/burhanrashid52/PhotoEditor

Author

Pooria Maleki