====== Another svgIMG plugin ====== ---- plugin ---- description: Creates jpg / png from svg using the new MEDIA_SENDFILE event author : i-net software / Gerry Weißbach email : tools@inetsoftware.de type : action, helper, syntax lastupdate : 2009-04-08 compatible : 2009-02-14, !Greebo depends : conflicts : similar : svgimg tags : media, images, diagram, svg downloadurl: https://trello.com/1/cards/5b0313506fb7009f676cb462/attachments/5b0313631387dc98eaff080e/download/svgimg.zip bugtracker : http://www.inetsoftware.de/support/e-mail-support-accounts sourcerepo : donationurl: screenshot_img: ---- ===== Download and Installation ===== Search and install the plugin using the [[plugin:extension|Extension Manager]]. Refer to [[:Plugins]] on how to install plugins manually. ===== Documentation ===== > //SVGImage -- Rasterized Vector Graphics// There are already some plugins that read .svg input and put an object into the xhtml output for modern browsers. But there are still some Browsers that don't understand SVG. This plugin reads an .svg and converts it into a rasterized graphic using [[http://www.imagemagick.org/|imagemagic]]. The syntax is the same as if you were using any other type of image or media. SVGImage will find out if you are calling for a .svg via the [[devel:event:media_sendfile|MEDIA_SENDFILE]] trigger. Then it will create a cache file (if needed) so that nothing in your media folder will have to be changed. **Attention:** Make sure, that you have the path to ImageMagic configured in your DokuWiki settings.