From 3bfd903dc78c437fc35223e738d75e072ae771d4 Mon Sep 17 00:00:00 2001 From: Morgan Hardwood Date: Sat, 21 Jul 2018 22:13:59 +0200 Subject: [PATCH] generatePngIcons header updated --- tools/generatePngIcons | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tools/generatePngIcons b/tools/generatePngIcons index a26c6dc08..70ee3ee1b 100755 --- a/tools/generatePngIcons +++ b/tools/generatePngIcons @@ -1,14 +1,14 @@ #!/usr/bin/env bash # By Maciej Dworak -# Version 2018-07-13 +# Version 2018-07-21 # This script generates PNG icons from SVG files using Inkscape. # If pngquant is installed, it will automatically use it to compress the PNGs. # # PNG files are written to /tmp/rt-icons-XXXX # -# USAGE -# Generate PNG icons from many SVG icons and output to /tmp/rt-icons-XXXX -# ./generatePngIcons some-icons-*.svg +# USAGE EXAMPLES +# ./tools/generatePngIcons rtdata/images/themed/svg/* +# ./tools/generatePngIcons rtdata/images/themed/svg/circle* rtdata/images/themed/svg/square-toggle-* # No touching below this line # -----------------------------------------------------------------------------