icochico / CreationStudio

Android Camera API app to create images with filters, effects, text captions, and drawings.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Creation Studio

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.

Screens

Completed Items

ShapeShape mask Not even started. Implemented in iOS Mask section.
EdgesSoftens the alpha edgesNot 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
AdjustCrop,Zoom, Pan the photoCentered resize. Missing resize for 128x128, 256x256 and 512x512.
Upload screenUploads the photo to the serverMissing
Screen for picking logos User needs to pick the logo format90% Done (needs to be styled, fixed missing sizes)
Enter the codeUser needs to enter the code obtained from the gameMissing Waiting for API details.
Save/UploadSaves to the camera or uploadsDone
Home PageUser picks either logo or face image modeDone
New Photo /Pick from LibaryNew photo or pick from the library of photosDone
Confirmation/RetakeConfirmation of the photo or option to go backwardsDone
Adjustment CenterFrom here user can navigate toseveral editing screens: Adjust,Color, Mask, LevelsDone
ColorAdjusts the Hue and SaturationDone
LevelsAdjusts the Brightness and ContrastDone
MaskNavigation to different mask editing screens: Paint, Color, Edges, Shape Done
PaintErase background with finger. Done
ColorErase 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?

About

Android Camera API app to create images with filters, effects, text captions, and drawings.

License:MIT License


Languages

Language:Java 100.0%