Command Line Rendering
Last modified by Alexander Schulz-Rosengarten on 2023/09/11 16:17
Command Line Compiler Quick Start Guide (pre 0.13)
For rendering graphical SCCharts you might want to use theĀ here.
If you like to use the KLighD HTTP server provided, then use
render.sccharts.com:80
or as backup
sccharts.com:4445
as the host and port in your KLighD.jar call.
Example call:
java -jar KLighD.jar render.sccharts.com -f somescchart.sct -o somescchart.png -s 3 -r png
NEW: You can use -r kgx to output in the KIELER Graph (KGraph) format.