ScreenshotTile icon indicating copy to clipboard operation
ScreenshotTile copied to clipboard

[Feature Request] Editing the photo on the go

Open tuekacode opened this issue 5 years ago • 7 comments

When you already take the screenshot, you got directed to the edit section of the app where you can crop or add some drawing. You can see the example here : https://play.google.com/store/apps/details?id=com.jbs.util.takescreen&hl=en_US&gl=US

tuekacode avatar Feb 11 '21 11:02 tuekacode

I will check if there are any open source photo editor libraries that could be used. Programming this from scratch would be a lot of work and any photo editor app can already do it.

cvzi avatar Feb 11 '21 19:02 cvzi

I think it would be possible to directly open another image editor app with the screenshot file after a screenshot was taken.

Then there could be an option in the settings:

Action after screenshot

  • Show notification
  • Do nothing
  • Open app XY to edit image

cvzi avatar Mar 25 '21 16:03 cvzi

I will check if there are any open source photo editor libraries that could be used.

@cvzi Please take a look at this library https://github.com/burhanrashid52/PhotoEditor (MIT licensed)

shuvashish76 avatar Aug 03 '22 08:08 shuvashish76

Thanks I will check it out

cvzi avatar Aug 03 '22 08:08 cvzi

This library seems to be very easy to add, but it doesn't have a crop/scale function 😐

cvzi avatar Aug 03 '22 18:08 cvzi

I will try to add the library anyway. It doesn't seem to be easy to add a crop function into that library but maybe I can add a separate crop function to the app

cvzi avatar Aug 19 '22 09:08 cvzi

New release: v2.0.0-beta1

Subsequent_actions_activity

cvzi avatar Aug 24 '22 06:08 cvzi