logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

gtk4-encode-symbolic-svg - Symbolic icon conversion utility

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.

Name

       gtk4-encode-symbolic-svg - Symbolic icon conversion utility

Options

-o,--outputDIRECTORY
          Write png files to DIRECTORY instead of the current working directory.

       --debug
          Generate  PNG  files  of the various channels during the conversion. If these files are not monochrome
          green, they are often helpful in pinpointing the problematic parts of the source SVG.

GTK                                                                                  GTK4-ENCODE-SYMBOLIC-SVG(1)

Synopsis

gtk4-encode-symbolic-svg [OPTIONS...] <PATH> <WIDTH>x<HEIGHT>

See Also