140

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.

top 50 comments
sorted by: hot top controversial new old
[-] majoru@feddit.org 28 points 23 hours ago

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.

[-] d00phy@lemmy.world 1 points 13 hours ago

Very cool post. I didn’t mean to denigrate the dev team at all. They’ve done incredible work, and I’ve read some of the threads about rotation. They’re definitely aware of the issue, and they want to make sure it’s done right, which I appreciate. Also, it’s FOSS, so I don’t want to be negative about the outlook when its users already get so much more than they pay for!

Still, it’s such a thorn in my side!

[-] nucleative@lemmy.world 5 points 1 day ago

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.

[-] d00phy@lemmy.world 1 points 13 hours ago

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.

[-] IndustryStandard@lemmy.world 10 points 1 day ago* (last edited 1 day ago)

Their facial recognition is really good! Makes organizing photos a breeze. Immich is by far the best software currently. But hopefully the setup becomes less of a hassle.

[-] possiblylinux127@lemmy.zip 21 points 1 day ago

I believe it will transform into a basketball

[-] CmdrShepard49@sh.itjust.works 12 points 1 day ago

There's nothing in the rulebook saying that image hosting software can't play basketball!

load more comments (3 replies)
[-] cron@feddit.org 46 points 1 day ago

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.

[-] MrRazamataz@lemmy.razbot.xyz 5 points 22 hours ago

Does it not already have basic image editing? I can crop/rotate and apply some preset filters.

[-] cron@feddit.org 4 points 21 hours ago

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.

[-] d00phy@lemmy.world 2 points 13 hours ago

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.

[-] rarsamx@lemmy.ca 2 points 23 hours ago

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?

[-] cron@feddit.org 3 points 23 hours ago* (last edited 20 hours ago)

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.

[-] 8uurg@lemmy.world 2 points 7 hours ago

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.

[-] rarsamx@lemmy.ca 1 points 40 minutes ago

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.

[-] cron@feddit.org 1 points 5 hours ago

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.

[-] rarsamx@lemmy.ca 1 points 44 minutes ago

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

[-] AmbitiousProcess@piefed.social 34 points 1 day ago

Maybe a simple photo editor would fit in nicely?

Basic photo editing capabilities are planned after stable release, this year :)

[-] ripcord@lemmy.world 5 points 1 day ago

That's what they said last year! And the year before!

Maybe not the stable part.

[-] Xylight@lemdro.id 2 points 1 day ago

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

[-] d00phy@lemmy.world 1 points 13 hours ago

I don’t think so. I think for any kind of editing, they’d need to implement some kind of asset versioning.

[-] XLE@piefed.social 11 points 1 day ago

FWIW Ente just added photo editing

[-] illusionist@lemmy.zip 12 points 1 day ago

Ente is a great project but with immich as a competitor it has a hard time

[-] ratatouille@feddit.org 3 points 1 day ago* (last edited 1 day ago)
  • Allow to share an Album over webdav
  • On Android the possibikity to add a Picture to an Album even it is still not uploaded.
  • Setup an Album to be synced permanently and full.

[Edit] Webdav:

  • Deleted photos get the Album Tag removed.
  • Possibility to upload to the webdav and get the photo into the album
  • Rename a photo set the Photo title [setting]
  • read write protect
[-] Stillwater@sh.itjust.works 23 points 1 day ago

Brand new Immich user here. Love the project and I hope it goes far!

Also maybe I'm not understanding, but the two complaints about it so far in this thread are not being able to sync photos to a phone and not being able to rotate photos and, I'm pretty sure I can do both?

[-] d00phy@lemmy.world 12 points 1 day ago

From my testing today, you can only rotate a photo using the mobile app, and even then you have to save it locally and re-upload the rotated photo. Thus creating a separate, mostly duplicate photo! This is essentially a metadata orientation update, or it could be more. Immich seems to incorrectly orient a lot of photos that other applications have no problem with. The devs are aware of it and have been discussing this since at least 2022, possibly longer. There are also a number of feature/pull requests on the github page covering rotation, photo editing, cropping, etc. Personally, I don't care about editing/cropping. I consider those edits which should result in a separate asset, possibly linked back to the original.

For me, this is probably the biggest missing feature for Immich. They've done some really amazing things in the past couple years, but this seemingly basic feature remains missing.

load more comments (6 replies)
[-] surewhynotlem@lemmy.world 1 points 1 day ago

The sync is weird though. I can't say "upload this image" I have to say "keep this whole folder in sync".

load more comments (1 replies)
[-] lIlIllIlIIIllIlIlII@lemmy.zip 7 points 1 day ago

Shift+click a range of images to add them to a location in batch, please.

load more comments (12 replies)
[-] tobz619@lemmy.world 14 points 1 day ago

I have no more wants of Immich, it does everything that I need lol

load more comments (2 replies)
[-] lka1988@lemmy.dbzer0.com 13 points 1 day ago* (last edited 1 day ago)

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.

[-] d00phy@lemmy.world 2 points 13 hours ago* (last edited 13 hours ago)

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.

load more comments
view more: next ›
this post was submitted on 26 Aug 2025
140 points (100.0% liked)

Selfhosted

50894 readers
474 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam posting.

  3. Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.

  4. Don't duplicate the full text of your blog or github here. Just post the link for folks to click.

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 2 years ago
MODERATORS