From 6044cd7ec8a07e8f022e123c401d5d4da0db291c Mon Sep 17 00:00:00 2001 From: Brooke Vibber Date: Fri, 26 Sep 2025 19:08:17 -0700 Subject: [PATCH] try clip with exposure=-2 --- pack-preset | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pack-preset b/pack-preset index b11500b..a177e86 100755 --- a/pack-preset +++ b/pack-preset @@ -1,3 +1,4 @@ #pack-set --color-temperature=6800 --peak=600 --vibrance=0.2 "$@" #pack-set --color-temperature=6800 --peak=800 --vibrance=0.2 "$@" -pack-set --peak=800 --vibrance=0.2 "$@" +#pack-set --peak=800 --vibrance=0.2 "$@" +pack-set --exposure=-2 --tonemap=clip "$@"