Skip to content

Feature: Basic Image Editing #26

@ismoy

Description

@ismoy

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

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions