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 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
<head>
<title>GAMGI Interfaces: File Export</title>
<link rel="icon" type="image/png" href="../../icon/gamgi16.png"/>
<link rel="stylesheet" type="text/css" href="../../css/base.css"/>
<link rel="stylesheet" type="text/css" href="../../css/notebook.css"/>
</head>
<body>
<h1>File Export</h1>
<div id="notebook">
<ul>
<li><span>Location</span></li>
<li><a href="export_filters.html">Filters</a></li>
</ul>
</div>
<div class="contents">
Set here the complete address of the file to export.
<h3>Places</h3>
Choose here the directory (folder) to start searching. Initially
the default is the <b>Current</b> working directory. When the
dialog is reopen, <b>Places</b> always show the <b>Last</b> folder.
<h3>Folder</h3>
Single click on a folder name, to select that folder. Click
on <b>..</b> to go to the previous folder. The current folder
is indicated by the <b>Path</b> label below.
<h3>File</h3>
Single click on a file name to transport its name to the <b>File</b>
entry below. The complete filename is formed by the contents
of the <b>Path</b> label plus the <b>File</b> entry. Currently
the full file name must have less than 200 characters and
the actual file name must have less than 50 characters.
<p/>
After pressing <b>Ok</b>, a confirmation dialog is shown if
the selected file already exists, to make it more difficult
to overwrite a file by accident.
<p/>
Currently GAMGI can export in the following formats: 1) native XML
(extension .xml); 2) xyz (extension .xyz); 3) rasterized color postscript
(extension .ps); 4) png (extension .png); 5) jpeg (extension .jpg or .jpeg);
6) tiff (extension (.tif or .tiff). GAMGI always uses the file
extension to decide the file format, so for example a proper xyz
file with an extension .xml will be parsed as a XML file and
flagged down as an invalid file. When the filename has no
extension, GAMGI assumes it is written in its native XML format.
<p/>
To export to png, jpeg and tiff formats, the following programs
must be installed: <b>pnmtopng</b>, <b>pnmtojpeg</b> and <b>pnmtotiff</b>.
<p/>
GAMGI accepted formats are described in the documentation in
<b>Manuals->Formats</b> and online on <b>Help->Topic->Formats</b>.
<p/>
In XML format, the exported data is always the selected object.
For example, to export the current layer, the current window or
the current program (everything), just press twice the label <b>Layer</b>,
<b>Window</b> or <b>Gamgi</b> respectively, in the top menu, with the
mouse middle button.
<p/>
GAMGI XML format is a vectorial format, so all information is
preserved in the file, including non-default configuration data.
Configuration data is always written in the beginning of the file,
so it is already loaded when the object data is imported (a necessary
step to guarantee that after importing the file the initial state
is fully restored again).
</div>
<div id="bottom">
<a href="../../index.shtml">Home</a>
</div>
</body>
</html>
|