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

Dynamically Generate PNGs and .icns from GNURadio SVGs #8

Open
cfriedt opened this issue Feb 21, 2017 · 0 comments
Open

Dynamically Generate PNGs and .icns from GNURadio SVGs #8

cfriedt opened this issue Feb 21, 2017 · 0 comments

Comments

@cfriedt
Copy link
Collaborator

cfriedt commented Feb 21, 2017

I evaluated 3 possibilities for converting gr-logo .svg files to .png files

  • librsvg (requires Rust framework)
  • CairoSVG (requires several other dependencies)
  • nanosvg (requires some other GL drawing libraries)

I'd really just like to use a command-line tool that links to libpng (possibly libxml2) and does all of the svg rendering "in house" as opposed to farming it out to some other framework.

@cfriedt cfriedt changed the title Dynamically Generate PNGs from GNURadio SVGs Dynamically Generate PNGs and .icns from GNURadio SVGs Feb 22, 2017
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

No branches or pull requests

1 participant