Commit b307959ab67feb11112025b403fc2a6b7dbdfc40

Authored by Geoffrey PREUD'HOMME
1 parent daf147e9

Optipng bg pattern

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 + optipng -o7 $@
9 10
10 %.png: %.svg 11 %.png: %.svg
11 convert -background none $< $@ 12 convert -background none $< $@