Where is Immich going to be in 1 year? What's your prediction?
-
A more sophisticated query system would be interesting.
For example if I want to see every picture with Joseph in it, that's really easy. But what if I'd like to share those with Joseph along with the albums he's in?
Similar to that would be a query by location and person. Or a query that includes two people.
I believe Piwigo had the first feature you mention. Actually, there are quite a few things from Piwigo I’d love to see implemented in Immich. One that was pretty unique was designating an image as the back of another one, for scanned files. Niche, but really useful in those cases.
-
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 think this highlights the difficulty with “basic” image editing. For example, with G Photos or Mac Photos, or others, you can edit, and the edited version is what you’ll see by default going forward, but the original is still there. This is why I highlighted rotation. That’s strictly a metadata change, AFAIK. Last thing I read on their site was they were hung up getting it to work properly with HEIF.
-
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.
-
In my mobile app, I can select a photo > edit > crop, and get rotate options there. Does that do what you're looking for? I can't confirm right now since I'm not home and haven't exposed it beyond my home network yet, and haven't tried it from the web interface. I agree though, as I continue to use it, rotating will be a common use case and I'd hope it handles it gracefully.
Yes you can do all of that, but it’s saved as a separate asset that is not related in any way to the original. That’s the issue. Also, it would be nice to be able to do these things in the web app as well.
As for syncing, if all your phones are logged into Immich as the same user, you wouldn’t have any issues syncing photos. I don’t thing Immich currently allows sharing assets between users. That can be troublesome for family albums.
-
I've never used it, but one should also ask a
what kind of 90 degree rotation does it do. Good image editors can do lossless 90 degree JPEG rotation, meaning they don't compound the JPEG lossiness and potential artifacts every time.AFAIK, it actually doesn’t require modification of the original file at all. It can be done with a metadata change in a sidecar file.
-
Copying this from Reddit (I still get the daily emails)
You know you can just delete the email address from your reddit account, right? I don't know why you'd want to willingly tie reddit to your email in the first place.
wrote last edited by [email protected]It’s a throwaway address I use for online vendors. Most of those get an addy.io address nowadays, but Reddit still goes to the original address.
TL;DR: I’m aware, thanks.
-
I was one of the first Immich core developers but had to leave a year ago due to a change in my job situation.
Just wanted to say that the team (especially Alex, the founder) are wonderful people and very dedicated to the project. When they don’t implement the features everyone wants, there is usually a very good reason, like security or architectural concerns.
The philosophy behind the project is also to do things slowly but right.I believe they continue focussing on robusness and bugfixing. A topic that we discussed a lot was e2e encryption. We really wanted to implement that, but it was very hard and back then would have compromised performance too much. I still think that e2e encryption will come at some point.
Man, I sure hope they're free of the container crutch.
-
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.
Also ImageTragick was a thing, there are definitely security implications to adding dependencies to implement a feature in this way (especially on a shared instance). The API at the very least needs to handle auth, so that your images and videos don't get rotated by others.
Then you have UX, you may want to show to the user that things have rotated (otherwise button will be deemed non-functional, even if it uses this one-liner behind the scenes), but probably don't want to transfer the entire video multiple times to show this (too slow, costs data).
Yeah, it is one thing to add a one liner, but another to make a well implemented feature.
-
Man, I sure hope they're free of the container crutch.
What do you mean by container crutch?
-
Why not? They absolutely should be using something like Backblaze. In fact someone who has digital photos as their business would be dumb not to use cloud storage.
wrote last edited by [email protected]You're not uploading to Backblaze as you shoot photos. You're dumping the SD cards, or saving RAW files directly, onto a fileserver or computer of some sort.
Nobody in their right mind would use Immich or GPhotos for that kind of thing, which is what this chain was about. Backblaze is a completely different scenario, for backing up data after the fact.
-
Could use folders per project. Come on.. you're still commenting on this ?
Man, you're the one who came in and said Immich could be used by professional photographers. Don't make dumbshit statements and then get pissy when others explain how you're wrong.
-
Also ImageTragick was a thing, there are definitely security implications to adding dependencies to implement a feature in this way (especially on a shared instance). The API at the very least needs to handle auth, so that your images and videos don't get rotated by others.
Then you have UX, you may want to show to the user that things have rotated (otherwise button will be deemed non-functional, even if it uses this one-liner behind the scenes), but probably don't want to transfer the entire video multiple times to show this (too slow, costs data).
Yeah, it is one thing to add a one liner, but another to make a well implemented feature.
I would add file types to the list. JPEG is easy to rotate, but what about other image filetypes, images with embedded video, different video file formats etc.
-
I would add file types to the list. JPEG is easy to rotate, but what about other image filetypes, images with embedded video, different video file formats etc.
You can start with what you can. What can provide the most value and iteratively improve from there.
Sometimes as a developer or even product manager, you don't know what feature complete really means until people start using it.
Oh, by the way:
https://imagemagick.org/script/formats.php -
Also ImageTragick was a thing, there are definitely security implications to adding dependencies to implement a feature in this way (especially on a shared instance). The API at the very least needs to handle auth, so that your images and videos don't get rotated by others.
Then you have UX, you may want to show to the user that things have rotated (otherwise button will be deemed non-functional, even if it uses this one-liner behind the scenes), but probably don't want to transfer the entire video multiple times to show this (too slow, costs data).
Yeah, it is one thing to add a one liner, but another to make a well implemented feature.
Once you implement Authentication/Authorization it's fairly simple to add a new function.
I think here, the problem is not the complexity of the task, but the developer's prioritization based on all the backlogged features.
Still, users can do this on their own. Directly on the folder, autorotating all pictures using wildcards.
-
Ente is a great project but with immich as a competitor it has a hard time
What's better about immich? I haven't used either