Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(213)

Unified Diff: chrome/app/theme/README

Issue 15774016: Support cygwin in sanitize-png-files.sh. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 7 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « build/sanitize-png-files.sh ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/theme/README
===================================================================
--- chrome/app/theme/README (revision 203207)
+++ chrome/app/theme/README (working copy)
@@ -1,3 +1,6 @@
-Please run pngcrush on all new icons. For example:
+Please run src/build/sanitize-png-files.sh on all new icons. For example:
+ build/sanitize-png-files.sh -o2 new_pngs_dir
+
+If this script does not work for some reason, at least pngcrush the files:
mkdir crushed
- pngcrush -d crushed -brute -reduce -rem text -rem mkBT -rem mkTS new/*.png
+ pngcrush -d crushed -brute -reduce -rem alla new/*.png
« no previous file with comments | « build/sanitize-png-files.sh ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698