Skip to content

Commit

Permalink
readme edits
Browse files Browse the repository at this point in the history
  • Loading branch information
tenekev committed Aug 22, 2024
1 parent bf660a2 commit 9c44dc2
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
# 🐳 Immich Auto Stack - Docker Edition

![](images/stacks.png)
<img src="images/stacks.png" style="margin: 2rem auto; display :block"/>

This is a simple , yet highly configurable Python script, dressed as a Docker container, that stacks together photos. Immich has stacks, yes. They are not editable through the UI.

![](images/strip.png)
<img src="images/strip.png" style="margin: 2rem auto; display :block; max-height: 350px"/>

By default, it stacks together only **JPG + RAW** files. This behavior can be altered by using a different stacking criteria. Explanation below.
⚠️ By default, it stacks together only **JPG + RAW** files, taken on digital cameras. This behavior can be altered by using a [custom stacking criteria](#-customizing-the-stacking-criteria).

✨ Huge thanks to [@m3brown](https://github.com/m3brown) for adding a comprehensive stacking criteria!

## 🔵 Runnning it

Expand Down Expand Up @@ -82,8 +84,7 @@ By default, `jpg`, `jpeg`, and `png` files are prioritized to be the parent. The

The defaults are `jpg`, `jpeg`, and `png` because they often contain the finished image. That is especially true for systems that add filters/recipes/in-camera edits or simple profile corrections, on top of the final image.

![](images/image.png)

<img src="images/image.png" style="margin: 2rem auto; display :block; max-height: 350px"/>
Keywords can be provided to provide additional weight to files when sorting. Maybe you performed an edit that should show first or there is an HDR version of the image. For example:

```shell
Expand Down

0 comments on commit 9c44dc2

Please sign in to comment.