[Feature] Round trip photo editing #6592
Replies: 2 comments 1 reply
-
This works very well with external libraries: you can edit the content outside immich, immich recognizes changes and updates the data. Unfortunately, it does not work with the standard library, as this assumes that changes can only be made by immich. |
Beta Was this translation helpful? Give feedback.
-
I came across https://github.com/igorski/bitmappery/ and wondering if immich can add support photo editing feature using https://github.com/igorski/bitmappery/ I saw this igorski/bitmappery#31 and added a comment. Feature would be more like a "EDIT" button which can call configure URL and pass info to editing SW, which can edit the photo and upload the edit image. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
The feature
At the moment there's lots of options for self hosted photo managers, but as far as I can tell none of them support what I would consider core functionality for a photo manager intended to run on a server - round trip photo editing. I know that there's loads of people out there with massive backlogs of RAW photos and such that need sorting and editing, but so far the only suggestion to fix this seems to be to include a basic photo editor in Immich - which is undesirable because it adds a lot of complexity and will never compete with dedicated photo editors.
Instead, what I propose is a workflow for client side photo editing. This would consist of the ability to expose a set of photos in a batch via WebDAV to a client where the user could edit that photos with their choice of image editor, and on dismount Immich would update any edited files, and import any new files including relevant sidecars and edited versions of the images.
I expect this would be easier to implement than a built in image editor, and while it would still be very challenging to do well to me it would be the killer feature - as things stand there isn't a viable option for people who want to edit images in their library without having to do a load of manual organisation (and avoiding that manual work is the entire point of a photo manager).
Platform
Beta Was this translation helpful? Give feedback.
All reactions