mirror of
https://github.com/immich-app/immich.git
synced 2024-12-28 06:31:58 +00:00
Updates
This commit is contained in:
parent
343cdcfeed
commit
724b538101
1 changed files with 8 additions and 2 deletions
|
@ -32,7 +32,7 @@ You can always use the [Server CLI](/docs/administration/server-commands) to re-
|
||||||
- Previews - Used in the asset viewer.
|
- Previews - Used in the asset viewer.
|
||||||
|
|
||||||
By default Immich creates 3 thumbnails for each asset,
|
By default Immich creates 3 thumbnails for each asset,
|
||||||
Blurred (thumbhash) , Small - thumbnails (webp) , and Large - previews (jpeg/webp), using these settings you can change the quality for the thumbnails and previews files that are created.
|
Blurred (thumbhash) , Small - thumbnails (jpeg/webp) , and Large - previews (jpeg/webp), using these settings you can change the quality for the thumbnails and previews files that are created.
|
||||||
|
|
||||||
**Thumbnail format**
|
**Thumbnail format**
|
||||||
Allows you to choose the type of format you want for the Thumbnail images, Webp produces smaller files than jpeg, but is slower to encode.
|
Allows you to choose the type of format you want for the Thumbnail images, Webp produces smaller files than jpeg, but is slower to encode.
|
||||||
|
@ -65,7 +65,7 @@ The default resolution for Large thumbnails can be lowered from 1440p (default)
|
||||||
|
|
||||||
## Job Settings
|
## Job Settings
|
||||||
|
|
||||||
Using these settings, you can determine the amount of work that will run concurrently for each task in microservices. Some tasks can be set to higher values on computers with powerful hardware and storage with good I/O capabilities.
|
Using these settings, you can determine the amount of work that will run concurrently for each task. Some tasks can be set to higher values on computers with powerful hardware and storage with good I/O capabilities.
|
||||||
|
|
||||||
With higher concurrency, the host will work on more assets in parallel,
|
With higher concurrency, the host will work on more assets in parallel,
|
||||||
this advice improves throughput, not latency, for example, it will make Smart Search jobs process more quickly, but it won't make searching faster.
|
this advice improves throughput, not latency, for example, it will make Smart Search jobs process more quickly, but it won't make searching faster.
|
||||||
|
@ -82,6 +82,12 @@ The Facial Recognition Concurrency value cannot be changed because
|
||||||
[DBSCAN](https://www.youtube.com/watch?v=RDZUdRSDOok) is traditionally sequential, but there are parallel implementations of it out there. Our implementation isn't parallel.
|
[DBSCAN](https://www.youtube.com/watch?v=RDZUdRSDOok) is traditionally sequential, but there are parallel implementations of it out there. Our implementation isn't parallel.
|
||||||
:::
|
:::
|
||||||
|
|
||||||
|
## Metadata Settings
|
||||||
|
|
||||||
|
### Enable face import
|
||||||
|
|
||||||
|
Import faces from EXIF and XMP sidecars (Digikam format)
|
||||||
|
|
||||||
## External Library
|
## External Library
|
||||||
|
|
||||||
### Library watching (EXPERIMENTAL)
|
### Library watching (EXPERIMENTAL)
|
||||||
|
|
Loading…
Reference in a new issue