Read more

Getting different results working with SVG files and ImageMagick

Kim Klotz
March 22, 2022Software engineer at makandra GmbH

When you are working with SVG files and ImageMagick you can get different results on different machines depending on which additional packages you have installed.

Illustration book lover

Growing Rails Applications in Practice

Check out our e-book. Learn to structure large Ruby on Rails codebases with the tools you already know and love.

  • Introduce design conventions for controllers and user-facing models
  • Create a system for growth
  • Build applications to last
Read more Show archive.org snapshot

From: http://www.imagemagick.org/script/formats.php Show archive.org snapshot

ImageMagick utilizes inkscape if its in your execution path otherwise RSVG. If neither are available, ImageMagick reverts to its internal SVG renderer.

Posted by Kim Klotz to makandra dev (2022-03-22 23:42)