Skip to content

Commit c5e3625

Browse files
committed
Change avatar fuzz threshold to 50%.
1 parent 56cffc6 commit c5e3625

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fix_avatar_colors_for_overlay

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ read
1515

1616
for f in *.png
1717
do
18-
convert $f -fill $REPLACEMENT_COLOR -fuzz 10% -opaque $COLOR_TO_REPLACE $f
18+
convert $f -fill $REPLACEMENT_COLOR -fuzz 50% -opaque $COLOR_TO_REPLACE $f
1919
done

0 commit comments

Comments
 (0)