GITLAB
LeClubInfo
/
crep
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Issues
0
Merge Requests
0
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
b307959ab67feb11112025b403fc2a6b7dbdfc40
Authored by
Geoffrey PREUD'HOMME
2015-03-01 18:17:16 +0100
1 parent
daf147e9
Optipng bg pattern
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
img/Makefile
Inline
Side-by-side
img/Makefile
Wrap text
Show/Hide comments
View file @
b307959
...
...
@@ -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
+ optipng -o7 $@
9
10
10
11
%.png: %.svg
11
12
convert -background none $< $@
...
...