Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement Basic Image Editing #477

Open
Webreaper opened this issue Jul 17, 2023 · 1 comment
Open

Implement Basic Image Editing #477

Webreaper opened this issue Jul 17, 2023 · 1 comment
Labels
enhancement New feature or request
Milestone

Comments

@Webreaper
Copy link
Owner

Webreaper commented Jul 17, 2023

Add the ability to edit images directly in Damselfly, for export.

The editing will be completely non-destructive - changes will be stored in a transaction log in the DB alongside the image, and applied at display/render time. You'll then have the option to export the photo with the edits applied. If I can find appropriate standards, I'll also write the trans-log to the XMP files, so that some of the edits will also be applied in other software (Lightroom, Digikam, etc).

I'm tentatively starting with the following:

  • Rotate
  • Flip
  • Crop
  • Lighten
  • Darken
  • Adjust saturation
  • Monochrome / black & white

Please comment if you have other suggestions. Bear in mind, I'm not building Lightroom. :)

@Webreaper
Copy link
Owner Author

@Webreaper Webreaper added this to the Image Editing milestone Jul 28, 2023
@Webreaper Webreaper added the enhancement New feature or request label Jul 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant