Image Editor Application for Android using Jetpack Compose
-
Image Cropping
- Selecting an image from User's Phone
- Recenter/Resize the Cropper Box to get the desired output image.
- Once you hit Crop Now, App will crop the specified portion, and show it for Save.
- Once you click Save, It will save to the Shared Storage of the User's Phone.
-
Image Filters(Future update)
- GreyScale
- Brightness/Contrast Adjustment
- Image Overlays
- Kotlin
- Jetpack Compose
- MVVM Architecture
- Custom Image Cropper Box
- Gesture Management of Cropper Box
- Permissions Handling etc.,