Skip to content

Commit

Permalink
Change avatar fuzz threshold to 50%.
Browse files Browse the repository at this point in the history
  • Loading branch information
patfair committed Sep 29, 2023
1 parent 56cffc6 commit c5e3625
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fix_avatar_colors_for_overlay
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ read

for f in *.png
do
convert $f -fill $REPLACEMENT_COLOR -fuzz 10% -opaque $COLOR_TO_REPLACE $f
convert $f -fill $REPLACEMENT_COLOR -fuzz 50% -opaque $COLOR_TO_REPLACE $f
done

0 comments on commit c5e3625

Please sign in to comment.