Android Camera API app to create images with filters, effects, text captions, and drawings.
Creation Studio is an Android app that allows the user to take advantage of the Android Camera API to create custom images that can be edited to include filters and effects, text captions, and drawings.
Shape | Shape mask | Not even started. Implemented in iOS Mask section. |
Edges | Softens the alpha edges | Not even startedExample of how to do it: http://stackoverflow.com/questions/32362263/ios-and-android-algorithm-or-library-for-feathering-edges-of-the-images-similar |
Adjust | Crop,Zoom, Pan the photo | Centered resize. Missing resize for 128x128, 256x256 and 512x512. |
Upload screen | Uploads the photo to the server | Missing |
Screen for picking logos | User needs to pick the logo format | 90% Done (needs to be styled, fixed missing sizes) |
Enter the code | User needs to enter the code obtained from the game | Missing Waiting for API details. |
Save/Upload | Saves to the camera or uploads | Done |
Home Page | User picks either logo or face image mode | Done |
New Photo /Pick from Libary | New photo or pick from the library of photos | Done |
Confirmation/Retake | Confirmation of the photo or option to go backwards | Done |
Adjustment Center | From here user can navigate toseveral editing screens: Adjust,Color, Mask, Levels | Done |
Color | Adjusts the Hue and Saturation | Done |
Levels | Adjusts the Brightness and Contrast | Done |
Mask | Navigation to different mask editing screens: Paint, Color, Edges, Shape | Done |
Paint | Erase background with finger. | Done |
Color | Erase color based on selection made by user’s finger. | Need to improve performances of 1st pass. It appears like it doesn’t replace color with transparent color but with black? |