Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(950)

Unified Diff: Documentation/pictures/GNUmakefile

Issue 339350043: Use convert -strip
Patch Set: Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Documentation/pictures/GNUmakefile
diff --git a/Documentation/pictures/GNUmakefile b/Documentation/pictures/GNUmakefile
index 8f53363046bfa0ee0a161d9b2dfdfe8bdacd2120..2b5ae3796f5d781fc8cc323a81e4b98434ea9693 100644
--- a/Documentation/pictures/GNUmakefile
+++ b/Documentation/pictures/GNUmakefile
@@ -26,10 +26,10 @@ endif
### Rules
$(outdir)/%-flat-gray.png: %-flat-gray.png
- convert -depth 8 -geometry 50x50% $< $@
+ convert -strip -depth 8 -geometry 50x50% $< $@
Dan Eble 2018/06/02 19:29:15 It would be wise to add a brief comment before the
$(outdir)/%-flat-bw.png: %-flat-bw.png
- convert -depth 8 -geometry 50x50% $< $@
+ convert -strip -depth 8 -geometry 50x50% $< $@
$(outdir)/%.png: $(top-src-dir)/Documentation/pictures/%.png
$(LN_SRC_TO_BUILD) -f $< $@
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b