From: Marcin Raczkowski Date: 2007-03-16T20:27:56+09:00 Subject: Re: How to take thumbnail of a website using Ruby? On Friday 16 March 2007 06:51, Human Dunnil wrote: > Hello folks, > > How could I take a screenshot of a web site using Ruby on a shared > hosting? There's no X server on the server, is there a way to take a > screenshot using imagemagick or something else? > > Thanks, > - Dunnil well i'm working on scrpt that an do that, but you probably won't be able to do this without x server. check this: http://khtml2png.sourceforge.net/index.php?page=about (uses khtml rendering engine, not sure if it requires X) http://pearlcrescent.com/products/pagesaver/ (uses firefox with plugin, I'm SURE it requires X+Firefox, poblably no way to install plugin on shared hosting too) if you wrtite the script, please share your expirience, you can e-mail me directly ^^ Greets