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
img/Makefile
... ... @@ -6,6 +6,7 @@ all: $(GENIMG) $(CMPIMG) mainBgPattern.png
6 6 mainBgPattern.png:
7 7 wget http://subtlepatterns.com/patterns/low_contrast_linen.png -O $@
8 8 convert -negate $@ $@
  9 + convert -channel B -evaluate multiply 1.2 $@ $@
9 10 optipng -o7 $@
10 11  
11 12 %.png: %.svg
... ...