Commit 32187f6d944cb5359356480df5670dbd431ebe2f

Authored by Geoffrey PREUD'HOMME
1 parent f8d52532

More blue

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
@@ -6,6 +6,7 @@ all: $(GENIMG) $(CMPIMG) mainBgPattern.png @@ -6,6 +6,7 @@ all: $(GENIMG) $(CMPIMG) mainBgPattern.png
6 mainBgPattern.png: 6 mainBgPattern.png:
7 wget http://subtlepatterns.com/patterns/low_contrast_linen.png -O $@ 7 wget http://subtlepatterns.com/patterns/low_contrast_linen.png -O $@
8 convert -negate $@ $@ 8 convert -negate $@ $@
  9 + convert -channel B -evaluate multiply 1.2 $@ $@
9 optipng -o7 $@ 10 optipng -o7 $@
10 11
11 %.png: %.svg 12 %.png: %.svg