mirror of
https://github.com/immich-app/immich
synced 2025-10-17 18:19:27 +00:00
feat(server): use tonemapx for software tone-mapping (#13785)
This commit is contained in:
parent
5ac236d6fd
commit
b9096f3e99
16 changed files with 182 additions and 163 deletions
|
|
@ -36,7 +36,6 @@ export interface SystemConfig {
|
|||
bframes: number;
|
||||
refs: number;
|
||||
gopSize: number;
|
||||
npl: number;
|
||||
temporalAQ: boolean;
|
||||
cqMode: CQMode;
|
||||
twoPass: boolean;
|
||||
|
|
@ -178,7 +177,6 @@ export const defaults = Object.freeze<SystemConfig>({
|
|||
bframes: -1,
|
||||
refs: 0,
|
||||
gopSize: 0,
|
||||
npl: 0,
|
||||
temporalAQ: false,
|
||||
cqMode: CQMode.AUTO,
|
||||
twoPass: false,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue