Commit 8ea91826e1c164b152314c8ed538d12dcdc6ec98

Authored by Perry Werneck
1 parent f8f7163d

Using convert --strip

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
branding/Makefile.in
@@ -52,7 +52,7 @@ $(BINDIR)/%.png: \ @@ -52,7 +52,7 @@ $(BINDIR)/%.png: \
52 52
53 @echo $@ ... 53 @echo $@ ...
54 @$(MKDIR) `dirname $@` 54 @$(MKDIR) `dirname $@`
55 - @$(CONVERT) -background transparent $< $@ 55 + @$(CONVERT) -strip -background transparent $< $@
56 @$(OPTIPNG) -o7 $@ 56 @$(OPTIPNG) -o7 $@
57 57
58 $(BINDIR)/%.png: \ 58 $(BINDIR)/%.png: \