table of contents
| gtk4-encode-symbolic-svg(1) | GTK commands | gtk4-encode-symbolic-svg(1) |
Name¶
gtk4-encode-symbolic-svg - Symbolic icon conversion utility
SYNOPSIS¶
gtk4-encode-symbolic-svg [OPTIONS...] <PATH> <WIDTH>x<HEIGHT>
DESCRIPTION¶
gtk4-encode-symbolic-svg converts symbolic SVG icons into specially prepared PNG files. GTK can load and recolor these PNGs, just like original SVGs, but loading them is much faster.
PATH is the name of a symbolic SVG file, WIDTH x HEIGHT are the desired dimensions for the generated PNG file.
To distinguish them from ordinary PNGs, the generated files have the extension .symbolic.png.
Note that starting with 4.20, GTK can handle symbolic svgs without this preparation, and this tool is not recommended anymore.
OPTIONS¶
-o, --output DIRECTORY
--debug
| GTK |