leeper / rwebvis

Automatically exported from code.google.com/p/rwebvis
0 stars 0 forks source link

Export SVG as images #1

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
I want to be able to use webvis from within Sweave.  In order to do this, I 
need to be able to export the SVG files as images.

I can wrap http://xmlgraphics.apache.org/batik/index.html in order to achieve 
this.

Original issue reported on code.google.com by shane.co...@gmail.com on 22 Mar 2010 at 2:32

GoogleCodeExporter commented 8 years ago
Alternatively, we might create a separate package to capture screenshots (e.g. 
http://www.javalobby.org/java/forums/t16400.html). 

Original comment by shane.co...@gmail.com on 25 Mar 2010 at 12:15

GoogleCodeExporter commented 8 years ago

Original comment by shane.co...@gmail.com on 25 Mar 2010 at 2:16

GoogleCodeExporter commented 8 years ago

Original comment by shane.co...@gmail.com on 25 Mar 2010 at 2:16

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
Beyond Batik, rsvg can do this (see this blog post for an example: 
http://guillaume.segu.in/blog/code/43/svg-to-png/). Also review the R Cairo 
package 
(http://www.rforge.net/Cairo/) to see how it makes use of the R GUI for SVG 
graphics.

Original comment by shane.co...@gmail.com on 25 Mar 2010 at 4:46