File: manual_19.html

package info (click to toggle)
ipe 6.0pre30-5
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 5,100 kB
  • ctags: 5,419
  • sloc: cpp: 30,430; ansic: 1,045; xml: 845; makefile: 78; sh: 5
file content (50 lines) | stat: -rw-r--r-- 2,976 bytes parent folder | download
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
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
   "DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<!-- XML file produced from file: manual.tex
     using Hyperlatex v 2.6 (c) Otfried Cheong
     on Emacs 21.4.1, Sun Dec 24 00:03:23 2006 -->
<head>
<title>Ipe Manual -- 5.4 Image objects</title>

<style type="text/css">
.maketitle { align : center }
div.abstract { margin-left: 20%; margin-right: 10%; }
h3.abstract  { align : center }
div.verse, div.quote, div.quotation {
  margin-left : 10%; 
  margin-right : 10%;
}
</style>

<meta http-equiv="Content-Type" 
        content="text/html; charset=UTF-8">
</head>
<body bgcolor="#ffffe6">
<table width="100%" cellpadding=0 cellspacing=2><tr><td bgcolor="#99ccff"><a href="manual_20.html"><img border="0" alt="5.5 Group objects" src="next.png"></a></td><td bgcolor="#99ccff"><a href="manual_15.html"><img border="0" alt="5 Object types" src="up.png"></a></td><td bgcolor="#99ccff"><a href="manual_18.html"><img border="0" alt="5.3 Mark objects" src="previous.png"></a></td><td align="center" bgcolor="#99ccff" width="100%"><b>5.4 Image objects</b></td></tr></table>
<h2>5.4 Image objects</h2>


Images are inserted using the <em>Insert image</em> function in the
<em>File</em> menu.  Once in a drawing, you can scale, stretch, and
rotate an image.  You can read in some scanned drawing and draw on top
of it within Ipe. This is useful if you have a drawing on paper and
want to make an Ipe version of it.
<p>Note that there are two separate functions for inserting JPEG images
and inserting "other" images.  JPEG images are literally included in
the PDF output (using PDF's <code>DCTDecode</code> filter).  "Other"
images are stored as a pixel array, using Flate compression.  Note
that on some systems the function for "other" images will also
accept JPEG files--obviously, the resulting PDF files will be (much)
larger than if they had been included as JPEG images.
<p>Images are stored most efficiently in PDF format.  It is reasonable to
create PDF presentations with lots of JPEG photographs in Ipe.  Saving
in Postscript is somewhat less efficient, as Ipe generates clean 7-bit
Postscript files.
<p>Note that images often appear on the screen with reduced resolution to
ensure fast display updates--they are saved with full quality in the
PDF/Postscript output.  You can adjust the quality of the screen
preview in the <em>Preferences</em>.
<hr />
<table width="100%" cellpadding=0 cellspacing=2><tr><td bgcolor="#99ccff"><a href="manual_20.html"><img border="0" alt="5.5 Group objects" src="next.png"></a></td><td bgcolor="#99ccff"><a href="manual_15.html"><img border="0" alt="5 Object types" src="up.png"></a></td><td bgcolor="#99ccff"><a href="manual_18.html"><img border="0" alt="5.3 Mark objects" src="previous.png"></a></td><td align="center" bgcolor="#99ccff" width="100%"><b>5.4 Image objects</b></td></tr></table></body></html>