File: file.html

package info (click to toggle)
xyscan 4.68-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 8,660 kB
  • sloc: cpp: 4,079; xml: 65; makefile: 11
file content (32 lines) | stat: -rw-r--r-- 1,501 bytes parent folder | download | duplicates (3)
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-&gt;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-&gt;Open Recent</tt> submenu. To remove all files form the history
        list use  <tt>File-&gt;Open Recent-&gt;Clear History</tt>. 
        </p>
        <h2></h2>
    </body>
</html>