generatePngIcons header updated
This commit is contained in:
parent
5968c1915d
commit
3bfd903dc7
@ -1,14 +1,14 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
# By Maciej Dworak
|
# By Maciej Dworak
|
||||||
# Version 2018-07-13
|
# Version 2018-07-21
|
||||||
# This script generates PNG icons from SVG files using Inkscape.
|
# This script generates PNG icons from SVG files using Inkscape.
|
||||||
# If pngquant is installed, it will automatically use it to compress the PNGs.
|
# If pngquant is installed, it will automatically use it to compress the PNGs.
|
||||||
#
|
#
|
||||||
# PNG files are written to /tmp/rt-icons-XXXX
|
# PNG files are written to /tmp/rt-icons-XXXX
|
||||||
#
|
#
|
||||||
# USAGE
|
# USAGE EXAMPLES
|
||||||
# Generate PNG icons from many SVG icons and output to /tmp/rt-icons-XXXX
|
# ./tools/generatePngIcons rtdata/images/themed/svg/*
|
||||||
# ./generatePngIcons some-icons-*.svg
|
# ./tools/generatePngIcons rtdata/images/themed/svg/circle* rtdata/images/themed/svg/square-toggle-*
|
||||||
|
|
||||||
# No touching below this line
|
# No touching below this line
|
||||||
# -----------------------------------------------------------------------------
|
# -----------------------------------------------------------------------------
|
||||||
|
Loading…
x
Reference in New Issue
Block a user