Re: PythonMagick on Windows DLL load failed

2015-02-18 Thread Terry Reedy
ncorrect" (Google, etc). Any clues on where do look? Question on stackoverflow http://stackoverflow.com/questions/28538973/pythonmagick-on-windows-dll-load-failed I see 'cgohlke', who I presume is the C. Gohlke who made the PythonMagick binary, has already given you h

PythonMagick on Windows DLL load failed

2015-02-18 Thread julien levasseur
low.com/questions/28538973/pythonmagick-on-windows-dll-load-failed -- Julien Levasseur -- https://mail.python.org/mailman/listinfo/python-list

Re: PythonMagick on Windows

2005-12-06 Thread Terry Hancock
On 5 Dec 2005 16:38:32 -0800 "Adam Endicott" <[EMAIL PROTECTED]> wrote: > I actually did some more fiddling around with it, and I > think I can do what I need with ghostscript, bypassing > ImageMagick altogether. It also appears to be *much* > faster. If you look closer, you will see that this is

Re: PythonMagick on Windows

2005-12-05 Thread Do Re Mi chel La Si Do
+1 Michel Claveau -- http://mail.python.org/mailman/listinfo/python-list

Re: PythonMagick on Windows

2005-12-05 Thread Adam Endicott
I actually did some more fiddling around with it, and I think I can do what I need with ghostscript, bypassing ImageMagick altogether. It also appears to be *much* faster. -- http://mail.python.org/mailman/listinfo/python-list

Re: PythonMagick on Windows

2005-12-05 Thread Shane Hathaway
Adam Endicott wrote: > Claudio Grondi wrote: > >>Why is PIL *(Python Image Library) not suitable to do the graphics? >> >>http://www.pythonware.com/products/pil/ >> >>Claudio > > > I am using PIL for some other things, but what I need ImageMagick for > is to convert a PDF into a series of jpegs

Re: PythonMagick on Windows

2005-12-05 Thread Adam Endicott
I'm not sure I understand. What would be the benefit of GraphicsMagick over ImageMagick? I looked around the site, and it talks about using the same PythonMagick, with the same link to procoders.net. I'm actually using Python 2.3, so any issues with 2.4.2 won't be a problem. -- http://mail.pytho

Re: PythonMagick on Windows

2005-12-05 Thread Claudio Grondi
Adam Endicott wrote: > Claudio Grondi wrote: > >>Why is PIL *(Python Image Library) not suitable to do the graphics? >> >>http://www.pythonware.com/products/pil/ >> >>Claudio > > > I am using PIL for some other things, but what I need ImageMagick for > is to convert a PDF into a series of jpegs

Re: PythonMagick on Windows

2005-12-05 Thread Travis E. Oliphant
Adam Endicott wrote: > Does anyone know anything about PythonMagick? I've got a project that > could use ImageMagick, so I went looking around for PythonMagick, and > I'm a bit lost. > > I was able to download the PythonMagick source from the ImageMagick > site, but I'm on Windows and don't have t

Re: PythonMagick on Windows

2005-12-05 Thread Adam Endicott
Claudio Grondi wrote: > Why is PIL *(Python Image Library) not suitable to do the graphics? > > http://www.pythonware.com/products/pil/ > > Claudio I am using PIL for some other things, but what I need ImageMagick for is to convert a PDF into a series of jpegs (one per page). Its the only tool I'v

Re: PythonMagick on Windows

2005-12-05 Thread Claudio Grondi
Adam Endicott wrote: > Does anyone know anything about PythonMagick? I've got a project that > could use ImageMagick, so I went looking around for PythonMagick, and > I'm a bit lost. > > I was able to download the PythonMagick source from the ImageMagick > site, but I'm on Windows and don't have t

PythonMagick on Windows

2005-12-05 Thread Adam Endicott
Does anyone know anything about PythonMagick? I've got a project that could use ImageMagick, so I went looking around for PythonMagick, and I'm a bit lost. I was able to download the PythonMagick source from the ImageMagick site, but I'm on Windows and don't have the ability to compile it. I found