GTK4-RENDERNODE-TOOL() | GTK4-RENDERNODE-TOOL() |
gtk4-rendernode-tool - GskRenderNode Utility
gtk4-rendernode-tool <COMMAND> [OPTIONS...] <FILE> gtk4-rendernode-tool benchmark [OPTIONS...] <FILE> gtk4-rendernode-tool compare [OPTIONS...] <FILE1> <FILE2> gtk4-rendernode-tool info [OPTIONS...] <FILE> gtk4-rendernode-tool render [OPTIONS...] <FILE> [<FILE>] gtk4-rendernode-tool show [OPTIONS...] <FILE>
gtk4-rendernode-tool can perform various operations on serialized rendernodes.
The info command shows general information about the rendernode, such as the number of nodes, and the depth of the tree.
The show command displays the rendernode.
--undecorated
Removes window decorations. This is meant for rendering of exactly the rendernode without any titlebar.
The render command saves a rendering of the rendernode as a png or tiff image. The name of the file to write can be specified as a second FILE argument.
--renderer=RENDERER
The benchmark command benchmarks rendering of a node with the existing renderers and prints the runtimes.
--renderer=RENDERER
--runs=RUNS
--no-download
The compare command compares the rendering of a node with a reference image, or the renderings of two nodes, or two images. If any differences are found, the exit code is 1. If the images are identical, it is 0.
--renderer=RENDERER
--output=FILE
--quiet