We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When following the second example on the readme an error is thrown:
$ ./tm.py --dfd | dot -Tpng -o tm/dfd.png Format: "png" not recognized.
$ dot -V dot - graphviz version 2.50.0 (20211204.2007)
The text was updated successfully, but these errors were encountered:
Hi,
the version of dot you are using is quite old and you don't mention what OS your are using, so it is difficult to figured out what is causing this.
In Version 3.0 the Graphivz team fixed some issue with building png image. https://gitlab.com/graphviz/graphviz/-/blob/main/CHANGELOG.md?ref_type=heads#300--2022-02-26 So if you want to have a png you will need to fix the problem of GraphivZ on your system.
You can of course also try to build a JPEG, PostScript, or SVG, with -Tjpeg, -Tps or -Tsvg instead of -Tpng.
-Tjpeg
-Tps
-Tsvg
-Tpng
Sorry, something went wrong.
No branches or pull requests
When following the second example on the readme an error is thrown:
The text was updated successfully, but these errors were encountered: