惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

S
Security Affairs
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
CTFtime.org: upcoming CTF events
CTFtime.org: upcoming CTF events
Jina AI
Jina AI
P
Palo Alto Networks Blog
GbyAI
GbyAI
大猫的无限游戏
大猫的无限游戏
A
Arctic Wolf
Hugging Face - Blog
Hugging Face - Blog
小众软件
小众软件
Y
Y Combinator Blog
T
The Blog of Author Tim Ferriss
Blog — PlanetScale
Blog — PlanetScale
S
Schneier on Security
V
Vulnerabilities – Threatpost
C
Cybersecurity and Infrastructure Security Agency CISA
雷峰网
雷峰网
T
Tenable Blog
人人都是产品经理
人人都是产品经理
T
Tor Project blog
C
Cyber Attacks, Cyber Crime and Cyber Security
AWS News Blog
AWS News Blog
Microsoft Security Blog
Microsoft Security Blog
J
Java Code Geeks
Scott Helme
Scott Helme
SecWiki News
SecWiki News
C
CERT Recently Published Vulnerability Notes
Recorded Future
Recorded Future
I
InfoQ
Security Archives - TechRepublic
Security Archives - TechRepublic
Help Net Security
Help Net Security
Cloudbric
Cloudbric
C
Check Point Blog
Engineering at Meta
Engineering at Meta
TaoSecurity Blog
TaoSecurity Blog
B
Blog
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
博客园_首页
N
News and Events Feed by Topic
云风的 BLOG
云风的 BLOG
MyScale Blog
MyScale Blog
腾讯CDC
量子位
Application and Cybersecurity Blog
Application and Cybersecurity Blog
K
Kaspersky official blog
Vercel News
Vercel News
F
Full Disclosure
T
Troy Hunt's Blog
Forbes - Security
Forbes - Security
S
Security @ Cisco Blogs

Solene'%

Solene'% : Make your own container base images from trusted sources Solene'% : File transfer made easier with Tailscale Solene'% : Comparison of cloud storage encryption software Solene'% : Revert fish shell deleting shortcuts behavior Solene'% : Declaratively manage containers on Linux Solene'% : Hardware review: ergonomic mouse Logitech Lift Solene'% : URL filtering HTTP(S) proxy on Qubes OS Solene'% : Introduction to Qubes OS when you do not know what it is Solene'% : How to trigger a command on a running Linux laptop when disconnected from power
Solene'% : Software to keep photos organized
2026-04-09 · via Solene'%

Written by Solène, on 09 April 2026.
Tags: #privacy #photography #selfhosting

Table of contents

  • 1. Introduction
  • 2. Digikam
  • 3. Photoprism
  • 4. Immich
  • 5. Conclusion

1. Introduction §

I have a lot of photos that I have been carrying since a long time, this is certainly my oldest files that I was able to not lost over 20 years. It has been stored as a hierarchy since then, and it had very poor metadata information, and poor ability to be browsed. It was time to improve on this.

My goal was to fix metadata on my pictures, but also put geolocation metadata on them because I really enjoy see a map with thumbnails of memories (just make sure to trim this metadata before sharing). Then I found about "modern" features like face recognitions, which allowed me to easily sort pictures by people, which I found handy when I want to view photos of relatives who are no longer with us.

I tried multiple solutions, each with pros and cons, here is an overview of my findings.

First, they almost all support the following features, let's say it is the core set of features we want:

  • support metadata in sidecar files
  • allows pinning pictures on a map
  • has face recognition
  • can do mass edits
  • duplicate detection
  • can browse pictures from a map
  • can sort by year/month

2. Digikam §

Project official website

As of my experience, it was practical to edit a lot of pictures and reset incorrect metadata, or add geolocation on directories of pictures. But the overall experience was pretty bad, I gave up a few times, I had to dig a lot to figure how to achieve what I wanted correctly.

I did not really enjoy using Digikam at all, but to my surprise, it is the most viable and advanced photo library around. There are other software of course, but they all lacked a few features Digikam had.

Digikam can generate metadata from filename (date, time), this can be useful when you have a lot of old pictures that have timestamp in the filename, but not in the metadata.

3. Photoprism §

Project official website

Photoprism is an open source web app that you can self host. It is rather easy to host and use, although the user interface is not really great, it works well.

In addition to face recognition, it has scene / objects recognition. In practice, it gave funky results like a volcano scene for a dish photo.

One issue with photoprism is that an instance of it can only have a single set of pictures, you can make multiple users for access control, but they are all admin.

Some features have a weird user experience, most notably the face recognition interface.

4. Immich §

Project official website

This is the best software around for the task, by far, in my opinion. It works great, looks great, it has a great user interface and provides Android and iOS apps for uploading new pictures.

Face recognition works well, and I did not have to fight with it to associate names to faces, like it was on Photoprism.

One surprising feature I really enjoy is that it daily shows pictures taken the same day of previous years, this is an engaging way to revisit old pictures for me and I check it daily now.

Compared to Photoprism, you can have multiple users with their own libraries, and users can give access of some folders or their libraries to other users of the same instance.

It comes with a share feature that creates a link that can show a set of pictures and strip all metadata, with optional password and expiration time.

Scenes and objects recognition works well, I can search "flower" and get all pictures featuring flowers. This kind of feature adds some CPU use when new pictures are imported, but it is really light in terms of CPU/memory requirements.

It even supports animated pictures and videos!

5. Conclusion §

For my use case, Immich is exactly what I wanted: an efficient and easy picture management software, that allows me to share some pictures with a URL, and even share my library with my husband. Face recognition is not something I expected on average software, but it works great.

Digikam had a steep learning curve, but allowed me to edit a few thousand pictures in a few hours, although Immich supports editing pictures it might not be as convenient.

I used Photoprism a bit after looking for an alternative to Digikam, but then I found about Immich and immediately gave up on Photoprism.