1GTK4-ENCODE-SYMBOLIC-SVG() GTK4-ENCODE-SYMBOLIC-SVG()
2
3
4
6 gtk4-encode-symbolic-svg - Symbolic icon conversion utility
7
9 gtk4-encode-symbolic-svg [OPTIONS...] <PATH> <WIDTH>x<HEIGHT>
10
11
13 gtk4-encode-symbolic-svg converts symbolic SVG icons into specially
14 prepared PNG files. GTK can load and recolor these PNGs, just like
15 original SVGs, but loading them is much faster.
16
17 PATH is the name of a symbolic SVG file, WIDTH x HEIGHT are the desired
18 dimensions for the generated PNG file.
19
20 To distinguish them from ordinary PNGs, the generated files have the
21 extension .symbolic.png.
22
24 -o, --output DIRECTORY
25 Write png files to DIRECTORY instead of the current working direc‐
26 tory.
27
28 --debug
29 Generate PNG files of the various channels during the conversion. If
30 these files are not monochrome green, they are often helpful in pin‐
31 pointing the problematic parts of the source SVG.
32
33
34
35
36 GTK4-ENCODE-SYMBOLIC-SVG()