capawesome-team / capacitor-plugins

⚡️ Community plugins for Capacitor. Supports Android, iOS and the Web.
https://capawesome.io/plugins/
233 stars 37 forks source link

feat(photo-editor): add `annotatePhoto` method #240

Open walweh opened 2 months ago

walweh commented 2 months ago

Plugin(s)

Current problem

The current implementation of the Capawesome/Capacitor Photo Editor does not support photo editing on iOS. While the Android version opens a photo editor app, the iOS version lacks this functionality. This feature request aims to address this disparity by integrating QLPreviewController to provide basic markup capabilities.

Preferred solution

Integrate Apple's QLPreviewController for iOS to allow users to view and mark up images. While this solution does not provide a full-fledged photo editor, it enables users to make annotations, drawings, and other markups directly on the images.

Benefits:

Alternative options

No response

Additional context

QLPreviewController

Before submitting

robingenz commented 2 months ago

The editPhoto(...) method is aimed more at classic photo editing. But I can imagine that we add an annotatePhoto(...) method that implements this functionality. Feel free to submit a PR.