Where is Immich going to be in 1 year? What's your prediction?
Where is Immich going to be in 1 year? What's your prediction?
Copying this from Reddit (I still get the daily emails). Since I no longer post there, I figured I would ask here, and include my prediction: Will be more popular, possibly in stable release. Still won't be able to rotate photos natively.
Just an idea: Maybe a simple photo editor would fit in nicely? Crop, rotate and adjust the colors/brightness/contrast.
And ... please let me rotate videos that are accidentally 90 degrees off.
Basic photo editing capabilities are planned after stable release, this year :)
That's what they said last year! And the year before!
Maybe not the stable part.
FWIW Ente just added photo editing
Ente is a great project but with immich as a competitor it has a hard time
Does it not already have basic image editing? I can crop/rotate and apply some preset filters.
I disagree.
Yes, there is some editing capability in the app, but it doesn't edit the image, it stores a new file in your local (non-immich) gallery. As I don't sync this particular folder on my phone, I had to reupload it - and now have this image twice in immich, and one version with the wrong timestamp (now).
That's barely any more helpful than downloading the image and editing it with another app.
I'm just learning about the software but all the tasks you listed (crop, rotate and adjust), can be done easily with imagemagick simple one-liners.
For example:
Convert in.jpg -rotate out.jpg
Or
Using the auto-orient option or using jhead.
Why is it so hard for this app to implement it?
I know nothing about coding, but its probably not trivial in a project the size of immich to add "one simple one-liner".
Think of the Web UI, the mobile apps, the internal API, the filesystem handling, preview generation etc.
I'm sure it can be done, but it probably takes a couple of days.
Former Immich dev here:
Even in the early days, we got hundreds of different feature requests that “can be done easily”. Even this example is a lot harder than you might think.
If you have an idea, how to tackle all of this, contact the dev team on Discord, they’re really helpful and will surely guide you through the process of implementing.
Forgive me if I'm being dumb... But is there a way to share a photo with my own editor, then save the result as an "edited" version of that asset? Currently if I send it to Snapseed, and save it, it will be placed in a different random folder
I don’t think so. I think for any kind of editing, they’d need to implement some kind of asset versioning.