table of contents
other versions
- buster 3.24.5-1
- testing 3.24.24-3
- unstable 3.24.24-4
- experimental 3.24.29-1
GTK-ENCODE-SYMBOLI(1) | User Commands | GTK-ENCODE-SYMBOLI(1) |
NAME¶
gtk-encode-symbolic-svg - Symbolic icon conversion utilitySYNOPSIS¶
gtk-encode-symbolic-svg [OPTION...] PATH WIDTHxHEIGHT
DESCRIPTION¶
gtk-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, WIDTHxHEIGHT are the desired dimensions for the generated png file.
To distinguish them from ordinary pngs, the generated files have the extension .symbolic.png.
OPTIONS¶
-o DIRECTORY, --output DIRECTORYWrite png files to DIRECTORY instead of the
current working directory.
GTK+ |