10

I want to put a (non-image) portion of my website on a t-shirt, and to do so I need a high-resolution image of the relevant part. My thought is to tell some utility "take a screenshot of this webpage at such and such resolution" and then cut out the part that I want.

Is this the right approach? Does anyone know of such a utility?

Franck Dernoncourt
  • 24,246
  • 64
  • 231
  • 400

10 Answers10

17

You could print the page to a PDF document. This way, the text is rendered using vectors and will hold up much better in high resolution print.

Most print is done in 300dpi. Text will go as high as 1200 or even 2400dpi sometimes. Your screen on the other hand is typically 72 - 96dpi. So, if your page is text-heavy, it'll end up looking a lot sharper and crisper printed compared to its on-screen version.

More information about DPI here: http://www.nikon-euro.com/nikoneuro_en/hit/general/en/HIT_gen_en_17.htm

10

The best way to take a high resolution screenshot without any external tool is using the developer tools in browser:

  1. Open Developer Tools (Ctrl+Shift+I or Command+Option+I or Right click + Inspect)
  2. Toggle Device Emulation/Responsive Mode (Click the icon, or press Ctrl+Shift+M or Command+Option+M)
  3. Click on the Responsive drop-down and click "Edit..." ("Edit list..." on Firefox) to create a custom screen resolution.
  4. This will open a new window. Click "Add Custom Device".
  5. Type in any Device name like "High-Res Screenshot" and choose Width = 1920 & Height = 1080 and Device Pixel ratio (DPR) = 4 and click "Add".
  6. Choose the newly created device "High-Res Screenshot" in the Responsive drop-down
  7. On Chromium-based browsers, click on the 3 dots in top-right corner to open the options and choose Capture Screenshot. On Firefox, click the screenshot button.
  8. This will download the screenshot in a PNG format

Checkout the instruction with images in the following link.

Note: This works in Chrome, Microsoft Edge, and Firefox.
zx485
  • 2,337
Gangula
  • 601
5

You don't need external programs.

Magnify the webpage by zooming in (big enough till you want it), then make firefox into full screen mode. Press Print Screen button to take a screenshot, open mspaint and paste the screenshot in.

Probably the screenshot you like is not big enough, if so, you can zoom in even more, take more screenshots and meld multiple screenshots together to form a big one.

deddebme
  • 3,814
3

I love MWSnap. It will keep the current screen resolution and allows you to select the sections you want, or crop later.

AFAIK, you cannot take a screenshot outside the resolution you are already using. For a website, increasing the resolution should not have any effect.

(And it is free) http://www.mirekw.com/winfreeware/mwsnap.html

EDIT: If you designed it in photoshop and have not rasteurized the image yet, you can increase the resolution there, but not from the browser.

3

If using Vista, Start->Run SnippingTool

Inisheer
  • 307
3

We had a Norwegian student that only wanted to print some of a very long webpage (http://www.wilsonminer.com/posts/2006/may/10/are-you-generic/ this was the actual page). PrintWhatYouLike.com helped very much, is free and is very easy to use.

PrintWhatYouLike.com

It's a free website that lets you format any web page for printing.

You start by entering the URL of the page you want to print. The PrintWhatYouLike online editor lets you remove, resize, and rearrange the page elements quickly so you can print only what you want.

It works pretty well for me, I tested it in IE8, Firefox 3.5 and Chrome

Just use it to print to a PDF file and it's perfect!

2

You can only take a screen shot at screen resolution. Every operating system you might be using has screens-shot functionality built-in.

PRINT-SCREEN on Windows (then paste into MSPaint or whatever) or Command Shift 3 or F3 or something on Mac, and it poops the image onto your desktop.

1

Paparazzi (for Mac) works really well for capturing webpages. Export as pdf, tiff, png, or jpg files.

Tom
  • 33
  • 5
1

Screengrab! It can copy/save the page/frame/visible portion/selection/window of Firefox.

voyager
  • 2,790
1

If you zoom in and then use Abduction or CaptureIt!, it should work, they both auto-scroll. I do like the print to PDF idea though, assuming all you backgrounds are preserved.

dlamblin
  • 10,966