Android Image Editing Library

I have a basic requirement for a simple image editing application for Android. After displaying the image, the user should be able to set the alpha of the image, select the brightness, contrast.

To solve this problem, I tried the following libraries: 1. JJIL 2. Filtering images on Android 3. Aviary SDK

For JJIL, I ran into the problem of importing projects. There is no documentation available for filtering Android images. Using Aviary, I can achieve this, but it has an aviary logo and with this SDK the user can select more features and go to the aviary application in the application store.

What is the best way to do this? should i use library or should i use native color class for android?

Thanks in advance

+7
source share
2 answers

We at Img.ly have released an image editing SDK for Android as part of our PhotoEditorSDK product suite. It includes all the features you mention, and is easily customizable.

Here you can find the demo application here . You can use the library for free in your open source projects, but there is a license fee for commercial applications.

+2
source
+1
source

All Articles