Re: [Boston.pm] HTML Renderer

2005-03-08 Thread Alex Brelsfoard
You might also want to lookin into Image::Magick. It does some pretty impressive things and I could have sworn I read somehwere that it could do just that. I have used Image:Magick before and it's very fun and easy. I would definitely suggest looking into it. I will too if I get some time

Re: [Boston.pm] HTML Renderer

2005-03-08 Thread Gyepi SAM
On Tue, Mar 08, 2005 at 12:06:26PM -0600, Alex Brelsfoard wrote: You might also want to lookin into Image::Magick. It does some pretty impressive things and I could have sworn I read somehwere that it could do just that. I have used Image:Magick before and it's very fun and easy. I would

Re: [Boston.pm] HTML Renderer

2005-03-08 Thread developer
I saw a reference to khtml2png on a board somewhere. I know nothing about it though. Is html to pdf, then pdf to image too much? I'm sure that would be easier (though subject to more interpretations of the original page). -John ___

Re: [Boston.pm] HTML Renderer

2005-03-08 Thread Gyepi SAM
On Tue, Mar 08, 2005 at 02:02:47PM -0500, Chris Devers wrote: On Tue, 8 Mar 2005, Gyepi SAM wrote: On Tue, Mar 08, 2005 at 12:06:26PM -0600, Alex Brelsfoard wrote: You might also want to lookin into Image::Magick. Ah yes, a clue! It turns out that there is an html to postscript

Re: [Boston.pm] HTML Renderer

2005-03-08 Thread Ben Tilly
On Tue, 8 Mar 2005 14:02:47 -0500 (EST), Chris Devers [EMAIL PROTECTED] wrote: [...] Similarly -- and this way lies madness, I admit up front -- just run the script on a system that can use AppleScript or COM (or WSH or whatever it is, I'm not a Windows programmer) to just automate interacting

[Boston.pm] HTML Renderer

2005-03-06 Thread Joel Gwynn
I'm looking for a server-based object that will do a virtual screen capture of a web page and save the result as a jpg. Sort of like http://bettersearch.g-blog.net/ ideally, it would take a url as an argument, and return a jpg. Is there such a beast?