diff options
Diffstat (limited to 'chrome/tools/README.chromium')
-rw-r--r-- | chrome/tools/README.chromium | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chrome/tools/README.chromium b/chrome/tools/README.chromium new file mode 100644 index 0000000..1c8057a --- /dev/null +++ b/chrome/tools/README.chromium @@ -0,0 +1,4 @@ +optipng.exe: v.0.5.5, under zlib/libpng license. Sources available at http://optipng.sourceforge.net/ + +Sample use: (while in trunk/) + for /r %a in (*.png) do @chrome\tools\optipng -o7 %a |