From: Farrel Lifson Date: 2006-11-15T23:54:49+09:00 Subject: Re: Converting SVG files to images On 15/11/06, Vincent Fourmond wrote: > Daniel Berger wrote: > > Hi all, > > > > I was just playing with the Ruby svg-graph library, and it seems to work > > well. > > > > I was wondering what tools people use to convert svg files into images? > > Or is there a way to convert the generated file into an image using > > svg-graph itself? Let's assume my users don't have a plugin to view svg > > files directly in a web browser. > > You can try convert, from ImageMagick. Basically convert anything to > nearly anything... > > Vince > -- > Vincent Fourmond, PhD student > http://vincent.fourmond.neuf.fr/ And then you can install RMagick and control it from Ruby. Farrel