From 72b83aa0203c3faee10ca6e2156bb55d617254ff Mon Sep 17 00:00:00 2001 From: Brooke Vibber Date: Fri, 17 Oct 2025 17:59:42 -0700 Subject: [PATCH] tweak --- pack-preset | 8 +------- pack-set | 5 +---- 2 files changed, 2 insertions(+), 11 deletions(-) diff --git a/pack-preset b/pack-preset index aff099e..a0a84bb 100755 --- a/pack-preset +++ b/pack-preset @@ -1,7 +1 @@ -#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 --exposure=-2 --tonemap=clip "$@" -#pack-set --exposure=-2 --tonemap=mobius "$@" -#pack-set --exposure=-2 --tonemap=mobius "$@" -pack-set --exposure=-2 --tonemap=mobius --peak=500 "$@" +pack-set --exposure=-2 --tonemap=mobius --dither "$@" diff --git a/pack-set b/pack-set index f943e35..4635e69 100755 --- a/pack-set +++ b/pack-set @@ -13,10 +13,7 @@ do else echo "FILE: $INFILE" - #COMMON="" - #COMMON="--exposure=-2.5 --peak=141" - #COMMON="--exposure=-1 --peak=500" - COMMON="--peak=1000" + COMMON="--peak=1000 --dither" SPEED_SMALL="veryslow" SPEED_LARGE="slow"