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 31 32
|
<!--
//-----------------------------------------------------------------------------
// 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: Oct 4, 2017
//-----------------------------------------------------------------------------
-->
<html>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<title>Reading from File</title>
<body style="font-family: Arial, Helvetica, sans-serif, Geneva">
<h2>Reading Images From File</h2>
<p>You can load any
<a href="supported.html">supported file format</a> by
using the <tt>File->Open</tt> menu item. You can also drag an file (icon) from the
desktop or from a file browser into the white scan area. Starting with version 4.1.0
on the Mac you can also right-click on any supported file, select <code>Open With</code> and then pick <em>xyscan</em> from the list.</p>
<p> <em>xyscan</em> remembers the
5 last scanned images. If you decide to re-scan a plot again use the
<tt>File->Open Recent</tt> submenu. To remove all files form the history
list use <tt>File->Open Recent->Clear History</tt>.
</p>
<h2></h2>
</body>
</html>
|