Skip to content

Instantly share code, notes, and snippets.

@joelanman
Last active March 14, 2018 18:35
Show Gist options
  • Save joelanman/a323f9d05ad0cad88f7ce1e992781c22 to your computer and use it in GitHub Desktop.
Save joelanman/a323f9d05ad0cad88f7ce1e992781c22 to your computer and use it in GitHub Desktop.
How to build a static version of ImageMagick with the libsrvg delegate

How to build a static version of ImageMagick with the librsvg delegate

You can't. From looking at ImageMagick's configure script it does not appear to look for any svg/rsvg delegate folder in order to make a static version.

I'm publishing this to try and make a Google result so other people don't wase their time trying :)

An alternative is to use rsvg-convert directly to convert from SVG to PNG.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment