GeneralScreen capture: best practices

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
gregatustra
Posts: 9
Joined: Fri Apr 25, 2008 11:56 am

Screen capture: best practices

Post by gregatustra »

Hello,

i need various screen captures (pictures of different windows directly from my screen) to be inserted inside my latex document.

For now i found this to be optimal:

- i take a screen capture
- i crop it to the desired window
- and save it as png (i use gimp and set compression level to 0)

Then i insert a figure with:

\includegraphics[width=0.7\textwidth]{IMAGES/image.png}

and adjust the desired width with experimentation, just so that the image nicely fits on the page and is not too big.

Is there something i am doing wrong? I would like the best printout possible. Is there some more optimal way to do this?

tnx,
Greg

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org
LaTeX Beginner's Guide LaTeX Cookbook LaTeX TikZ graphics TikZによるLaTeXグラフィックス
User avatar
Stefan Kottwitz
Site Admin
Posts: 10290
Joined: Mon Mar 10, 2008 9:44 pm

Re: Screen capture: best practices

Post by Stefan Kottwitz »

Hi Greg,

you can take the screen captures directly with gimp, you will find that feature in gimp's file menu. You can even choose to capture only one single window.
Without gimp: try Alt+PrtScr to capture a single window instead of the whole screen.

I would use png too. The resolution of the printer should be much more then that of the screen, so no scaling is needed. I would go the same way.

Stefan
LaTeX.org admin
gregatustra
Posts: 9
Joined: Fri Apr 25, 2008 11:56 am

Re: Screen capture: best practices

Post by gregatustra »

Cool, what about scaling, like the factor:

[width=0.7\textwidth] or [scale=0.5]

will this affect the printout? If i understand, the printer has a dpi resolution, dots per inch. So the only problem would be if i rescale the picture too small, so there are too many pixels (dots) per inch to be printed and the resolution of the printer would be too small, so the picture would print out malfigured.

Greg
Post Reply