-
-
Notifications
You must be signed in to change notification settings - Fork 11
Closed
Labels
enhancementNew feature or requestNew feature or requestfeaturegood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Description
Objective
Add basic image editing capabilities before returning the selected or captured image.
Functionalities
- Crop images (free-form and fixed aspect ratios).
- Rotate images (90°, 180°, 270°).
- Adjust aspect ratio (optional, configurable).
- Ensure edits are applied efficiently without blocking the main thread.
- Return edited image in the same format as the original API (File/ByteArray/InputStream).
Notes
- Must be compatible with both camera capture and gallery selection.
- API should remain simple and developer-friendly.
- Consider caching intermediate edits to avoid memory issues.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestfeaturegood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed