Skip to content
New issue

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

Add jpg, svg, pdf.... extensions for 'w' graph output format #10109

Merged
merged 3 commits into from May 17, 2018

Conversation

cyanpencil
Copy link
Contributor

Added graph.extension which sets with which extension graph commands with the w format like agfw or aggw.

It supports all formats supported by the "dot" (or "xdot") program, that is png, jpg, svg, pdf, ps...

This should fix #9199

Also added agw which is just an alias for agfw.

@cyanpencil
Copy link
Contributor Author

Ok let me fix travis error

@cyanpencil
Copy link
Contributor Author

I think i fixed it... I was using a config variable inside cconfig.c, just before it was set for the first time. One hour and a half to find it :(

@radare radare merged commit ddb7bfc into radareorg:master May 17, 2018
@cyanpencil cyanpencil deleted the graphviz-extensions branch May 17, 2018 10:16
SakiiR pushed a commit to SakiiR/radare2 that referenced this pull request Jul 1, 2019
…rg#10109)

* Add svg, jpg, pdf... output formats for graphs

* Added agw alias for agfw

* Fix travis error in cconfig.c
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add svg support
2 participants