~ubuntu-branches/ubuntu/maverick/ploticus/maverick

« back to all changes in this revision

Viewing changes to doc/import.html

  • Committer: Bazaar Package Importer
  • Author(s): James W. Penny
  • Date: 2002-04-10 23:02:04 UTC
  • Revision ID: james.westby@ubuntu.com-20020410230204-64em4ns2f57c5u3l
Tags: 2.0.3-1
* The "That Tears it, Now You Have to Update Docs Package" Release.
* New upstream release (well, not so new :-( )   closes: Bug#137578
* Correct missing libpng2-dev in build-depends.  closes: Bug#142205
* Use correct syntax to:
* close URL type.                                closes: Bug#137577
* fix Architecture                               closes: Bug#141657
* close ITP                                      closes: Bug#132878

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<html>
 
2
<head>
 
3
<!-- This file has been generated by unroff 1.0, 06/18/01 08:48:16. -->
 
4
<!-- Do not edit! -->
 
5
<STYLE TYPE="text/css">
 
6
<!--
 
7
        A:link{text-decoration:none}
 
8
        A:visited{text-decoration:none}
 
9
        A:active{text-decoration:none}
 
10
-->
 
11
</STYLE>
 
12
<title>ploticus: proc import</title>
 
13
<body bgcolor=D0D0EE vlink=0000FF>
 
14
<br>
 
15
<br>
 
16
<center>
 
17
<table cellpadding=2 bgcolor=FFFFFF width=550 ><tr>
 
18
<td>
 
19
  <table cellpadding=2 width=550><tr>
 
20
  <td><br><h2>proc import</h2></td>
 
21
  <td align=right>
 
22
  <small>
 
23
  <a href="Welcome.html"><img src="ploticus.gif" border=0></a><br>
 
24
  <a href="Welcome.html">Welcome</a> &nbsp; &nbsp;
 
25
  <a href="../gallery/index.html">Gallery</a> &nbsp; &nbsp;
 
26
  <a href="Contents.html">Handbook</a> 
 
27
  <td></tr></table>
 
28
</td></tr>
 
29
<td>
 
30
<br>
 
31
<br>
 
32
 
 
33
<title>Manual page for proc_import(PL)</title>
 
34
</head>
 
35
<body>
 
36
 
 
37
 
 
38
<h2>DESCRIPTION</h2>
 
39
<b>proc import</b> reads a graphics file and integrates
 
40
it with the ploticus result.  
 
41
PNG files may be imported when running in -png mode.<tt> </tt>
 
42
 
 
43
<h2>EXAMPLE</h2>
 
44
A Gallery example that imports a PNG file, and changes its size, is
 
45
<a href="../gallery/pngresize.htm">
 
46
pngresize 
 
47
</a>
 
48
 
 
49
<h2>ATTRIBUTES</h2>
 
50
 
 
51
<p>
 
52
<b>file</b> <i>name</i>
 
53
<dl>
 
54
<dt><dd><p>
 
55
The name of the file to import.<tt> </tt>
 
56
 
 
57
</dl>
 
58
<p>
 
59
<b>location</b>  
 
60
<a href="attributetypes.html#xy">
 
61
<i> x y </i>
 
62
</a>
 
63
<dl>
 
64
<dt><dd><p>
 
65
Where the imported image should be placed.<tt> </tt>
 
66
May be in absolute or scaled units.<tt> </tt>
 
67
 
 
68
 
 
69
 
 
70
</dl>
 
71
<p>
 
72
<b>scale</b>  <i>s</i>
 
73
<dl>
 
74
<dt><dd><p>
 
75
Scale factor to apply when rendering the image.  <tt>1.0</tt>
 
76
results in the original size; smaller values reduce the size;
 
77
larger values increase the size.<tt> </tt>
 
78
 
 
79
</dl>
 
80
<p>
 
81
<b>align</b>  <tt>center</tt> | <tt>topleft</tt> | <tt>bottomleft</tt>
 
82
<dl>
 
83
<dt><dd><p>
 
84
Alignment of image relative to the specified <tt>location</tt>.<tt> </tt>
 
85
<tt>center</tt> causes the image to be centered about the <i>x, y</i>
 
86
location; 
 
87
<tt>topleft</tt> causes the image to be placed so that its top left is at <i>x, y</i>;
 
88
<tt>bottomleft</tt> causes the image to be placed so that its bottom left is at <i>x, y</i>.<tt> </tt>
 
89
 
 
90
<br>
 
91
<br>
 
92
</td></tr>
 
93
<td align=right>
 
94
<a href="Welcome.html">
 
95
<img src="ploticus.gif" border=0></a><br><small>data display engine &nbsp; <br>
 
96
<a href="Copyright.html">Copyright Steve Grubb</a>
 
97
<br>
 
98
<br>
 
99
<center>
 
100
<img src="../gallery/all.gif">
 
101
</center>
 
102
</td></tr>
 
103
</table>
 
104
</dl>
 
105
<p><hr>
 
106
Markup created by <em>unroff</em> 1.0,&#160;<tt> </tt>&#160;<tt> </tt>June 18, 2001.
 
107
</body>
 
108
</html>