Skip to main content

Take Screenshots of Webpages Bigger Than Your Screen with wpic

Capturing screenshots is easy – there is already a dedicated key on your keyboard for this purpose. Then, there are plenty of screen capture programs that automatically saves captured images, or loads them on an image editor for editing. But screen capturing programs only grabs the visible region of the screen. If the page is too large to be displayed in full on your monitor than the task becomes a bit more challenging.

Previously, Firefox users could take screenshots of the entire page using the addon Screengrab. But this is no longer compatible with newer versions of Firefox. There is another standalone tool called Webshots that uses Internet Explorer to render the pages. Anybody who is aware of IE’s history knows that it isn’t the most desirable and reliable rendering engine in the world.

wpic is a command based screen capturing program that is based on the Chromium project. The program's command-line nature means it can easily be automated using scripts. And it's based on the Chromium project, so you can be sure it'll render your target page accurately.

To use the program, open command prompt and provide the URL of the page and the name of the output file, like this:

wpic.exe -u “http://www.instantfundas.com” -o image.png

Mind the quotes, mind the “http://” before the URL. Miss any of these and the program will throw an error.

wpic

The image captured is saved inside wpic’s directory. There is no GUI and no configuration options, so it isn't exactly very friendly to use. If you need to capture full pages frequently the typing will get on your nerves and you’ll have to look elsewhere. But otherwise, wpic works perfectly.

Comments

  1. Doesn't work on WIN7 64bit, throws this error:

    C:\Temp\wpic.exe -u "http://www.instantfundas.com" -o image.png

    wpic v1.0.0

    System.InvalidOperationException: This WebView instance is invalid. It has either been destroyed or it was never properly instantiated.
    at Awesomium.Core.WebView.liCdvkcyVp()
    at Awesomium.Core.WebView.RequestScrollData(String frameName)
    at Awesomium.Core.WebView.RequestScrollData()
    at ☻.☻(String[] ☻)

    ReplyDelete

Post a Comment

Popular posts from this blog

69 alternatives to the default Facebook profile picture

If you have changed the default Facebook profile picture and uploaded your own, it’s fine. But if not, then why not replace that boring picture of the guy with a wisp of hair sticking out of his head with something different and funny?

How to Schedule Changes to Your Facebook Page Cover Photo

Facebook’s current layout, the so called Timeline, features a prominent, large cover photo that some people are using in a lot of different creative ways. Timeline is also available for Facebook Pages that people can use to promote their website or business or event. Although you can change the cover photo as often as you like, it’s meant to be static – something which you design and leave it for at least a few weeks or months like a redesigned website. However, there are times when you may want to change the cover photo frequently and periodically to match event dates or some special promotion that you are running or plan to run. So, here is how you can do that.

How to Record CPU and Memory Usage Over Time in Windows?

Whenever the computer is lagging or some application is taking too long to respond, we usually fire up task manager and look under the Performance tab or under Processes to check on processor utilization or the amount of free memory available. The task manager is ideal for real-time analysis of CPU and memory utilization. It even displays a short history of CPU utilization in the form of a graph. You get a small time-window, about 30 seconds or so, depending on how large the viewing area is.