Is there a Website Screenshot tool with command line utility in Linux?

0

1

I've looked through various such tools, but none of them are to be used in Linux:

http://mashable.com/2007/08/24/web-screenshots/

user11671

Posted 2010-02-06T09:16:02.080

Reputation: 517

1in the question you only mention Linux but in your comments below you ask for something that works on Windows. please clarify what platform you need this tool to run on. – quack quixote – 2010-04-24T10:41:16.083

Answers

1

KHTML2PNG does that for Linux, using the KHTML rendering engine. We're using it in headless mode on servers.

ℝaphink

Posted 2010-02-06T09:16:02.080

Reputation: 3 531

Can it work in windows?Because I develop in windows. – user11671 – 2010-02-06T11:50:22.583

3The title said you were searching for a Linux tool though... – ℝaphink – 2010-02-06T12:45:51.710

Yes,the build is on linux.But dev is on windows. – user11671 – 2010-02-06T17:47:48.093

Link shows abandoned project. Pls fix the link, probably project hosted somewhere else. – mrtipale – 2019-10-04T11:20:51.047

@user11671: What? Rewrite your question to explain exactly what you are looking for. – CarlF – 2011-04-28T16:22:26.727

1

There is an Add-on for Firefox called Screengrab that places an icon in the browser status bar. Not command line, but either Linux or Windows, and handy.

Beaner

Posted 2010-02-06T09:16:02.080

Reputation: 3 193

Screengrab also places an entry in your context menu so you can right-click in the browser and select screengrab. – John T – 2010-11-24T02:01:27.270

1

We use wkhtml2pdf which is a static build of the Webkit rendering engine (as used by Safari, Chrome et al.) and generates a PDF. Not quite a JPEG/PNG screenshot, but it serves a different purpose for us. (As an added bonus, you can still copy the original text as-is.)

It works on Linux, OS X and Windows.

janmoesen

Posted 2010-02-06T09:16:02.080

Reputation: 498

1

ImageMagick which also works on Windows, Linux and Mac OSX can to this with the following command (code stolen from my Fluxbox menu)

import screenshot.jpg && display -resize 50% screenshot.jpg

frogstarr78

Posted 2010-02-06T09:16:02.080

Reputation: 141

I get the following error: import.im6: unable to open X server ' @ error/import.c/ImportImageCommand/368.. Plus, where do you specify the URL? – starbeamrainbowlabs – 2014-11-16T20:26:41.313

1

Try wkhtmltoimage from wkhtmltopdf (check the downloads) Its great tool and ASAIK works on windows.

SimSimY

Posted 2010-02-06T09:16:02.080

Reputation: 111

0

There is an addon for firefox called Pearl Crescent that has command line access:https://addons.mozilla.org/en-us/firefox/addon/pagesaver/?src=collection&collection_id=23ccef22-af27-4a82-806a-568db8935e21

John

Posted 2010-02-06T09:16:02.080

Reputation: 1