Re: [Matplotlib-users] image conversion

2010-12-17 Thread Tim Gray
On Dec 16, 2010 at 09:24 PM -0800, Robert Field wrote: > That's what I thought at first too, but imagemagick/graphicsmagick aren't > able to do the work. I've found something else to use in the meantime. > Thanks, You could save an additional pdf version with your matplotlib code and convert th

Re: [Matplotlib-users] image conversion

2010-12-17 Thread Robert Field
Ah, imagemagick/graphicsmagick couldn't successfully parse svg, so no conversion was possible. I wound up looking at batik, a java-based solution, which is not fast, but has the benefit of actually working. --Rob On Dec 17, 2010, at 3:11 PM, Alan G Isaac wrote: > On 12/17/2010 12:24 AM, Robe

Re: [Matplotlib-users] image conversion

2010-12-17 Thread Alan G Isaac
On 12/17/2010 12:24 AM, Robert Field wrote: > imagemagick/graphicsmagick aren't able to do the work. I've found something > else to use in the meantime. It would not be off topic to share your solution with the list. Alan Isaac --

Re: [Matplotlib-users] image conversion

2010-12-16 Thread Robert Field
That's what I thought at first too, but imagemagick/graphicsmagick aren't able to do the work. I've found something else to use in the meantime. Thanks, Rob On Dec 16, 2010, at 8:59 PM, Benjamin Root wrote: > On Friday, December 10, 2010, Robert Field wrote: >> Newbie here, and trying to wade

Re: [Matplotlib-users] image conversion

2010-12-16 Thread Benjamin Root
On Friday, December 10, 2010, Robert Field wrote: > Newbie here, and trying to wade through this stuff, and it's not coming too > quickly.  I'm just trying to take svg data I already have and turn it around > into png/pdf/jpg files.  Surely this is not terribly difficult. Any help > appreciated

[Matplotlib-users] image conversion

2010-12-16 Thread Robert Field
Newbie here, and trying to wade through this stuff, and it's not coming too quickly. I'm just trying to take svg data I already have and turn it around into png/pdf/jpg files. Surely this is not terribly difficult. Any help appreciated! -