1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
|
<!--
//-----------------------------------------------------------------------------
// Copyright (C) 2002-2017 Thomas S. Ullrich
//
// This file is part of "xyscan".
//
// This file may be used under the terms of the GNU General Public License.
// This project is free software; you can redistribute it and/or modify it
// under the terms of the GNU General Public License.
//
// Author: Thomas S. Ullrich
// Last update: Nov 15, 2017
//-----------------------------------------------------------------------------
-->
<html>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<title>Screen Scan</title>
<body style="font-family: Arial, Helvetica, sans-serif, Geneva">
<h2>Screen Scan</h2>
<p><em>xyscan</em> can scan any image or object displayed on you computer screen without explicitly loading a plot.
To do so use the <em>Scan Screen</em> command in the <em>File</em> menu. When launched
the main (scan) window will turn semi-transparent revealing the windows and objects
displayed on the screen below. You might want to resize and move the window such that
the scan area encloses the object on the screen you intend to scan. Then continue in
the <a href="workflow.html">usual fashion</a>. Note that this mode is automatically
switched off when you load a new image from file. The <a href="cursorzoom.html">cursor
zoom</a> is deactivated during a screen scan.</p>
<div align="center"><img src="screenscan.png" width="536" alt="screen shot"></div>
</body>
</html>
|