Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # 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
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant