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 100 101 102 103 104 105 106
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>3.7. 粘贴</title>
<link rel="stylesheet" href="gimp-help-plain.css" type="text/css" />
<link rel="stylesheet" href="gimp-help-screen.css" type="text/css" />
<meta name="generator" content="DocBook XSL Stylesheets V1.66.1" />
<link rel="start" href="index.html" title=" " />
<link rel="up" href="ch05s03.html" title="3. 编辑" />
<link rel="prev" href="ch05s03s06.html" title="3.6. 可见复制" />
<link rel="next" href="ch05s03s08.html" title="3.8. 粘贴进入" />
</head>
<body>
<div xmlns="" class="navheader">
<table width="100%" summary="Navigation header">
<tr>
<th colspan="3" align="center" id="chaptername">3.7. 粘贴</th>
</tr>
<tr>
<td width="20%" align="left"><a accesskey="p" href="ch05s03s06.html">上一页</a> </td>
<th width="60%" align="center" id="sectionname">3.7. 粘贴</th>
<td width="20%" align="right"> <a accesskey="n" href="ch05s03s08.html">下一页</a></td>
</tr>
</table>
<hr />
</div>
<div class="sect2" lang="zh_CN" xml:lang="zh_CN">
<div class="titlepage">
<div>
<div>
<h3 class="title"><a id="gimp-edit-paste"></a>3.7. 粘贴</h3>
</div>
</div>
</div>
<a id="id3313074" class="indexterm"></a>
<div class="simplesect" lang="zh_CN" xml:lang="zh_CN">
<div class="titlepage">
<div>
<div>
<h4 class="title"><a id="id3313093"></a>概述</h4>
</div>
</div>
</div>
<p>
这个命令可以在<span class="guimenuitem">图像>编辑/粘贴</span>找到。
</p>
<p>
凡是 GIMP 剪切板上由最近一次复制或剪切命令得到的内容,都将被粘贴命令放入当前图像中去。粘贴部分将变为浮动选区而且作为单独的图层显示在图层对话框里。
</p>
<p>
如果画布上有一个选区,它将被用来校准粘贴内容。当选择区已存在,任何粘贴部分将以选择区作为中心来粘贴。如果要在选择区粘贴数据,那么就得用粘贴入命令来完成这个工作。
</p>
<div class="note" style="margin-left: 0.5in; margin-right: 0.5in;">
<table border="0" summary="Note">
<tr>
<td rowspan="2" align="center" valign="top" width="25">
<img alt="[注意]" src="../images/note.png" />
</td>
<th align="left">注意</th>
</tr>
<tr>
<td colspan="2" align="left" valign="top">
<p>
您只能一次有一个浮动选区。当有浮动选区时,就不能在图层上工作。
</p>
</td>
</tr>
</table>
</div>
</div>
<div class="simplesect" lang="zh_CN" xml:lang="zh_CN">
<div class="titlepage">
<div>
<div>
<h4 class="title"><a id="id3312948"></a>快捷键</h4>
</div>
</div>
</div>
<p>
<span><b class="keycap">Ctrl+V</b></span>是粘贴的快捷键。
</p>
</div>
</div>
<div class="navfooter">
<hr />
<table width="100%" summary="Navigation footer">
<tr>
<td width="40%" align="left"><a accesskey="p" href="ch05s03s06.html">上一页</a> </td>
<td width="20%" align="center">
<a accesskey="u" href="ch05s03.html">上一级</a>
</td>
<td width="40%" align="right"> <a accesskey="n" href="ch05s03s08.html">下一页</a></td>
</tr>
<tr>
<td width="40%" align="left" valign="top">3.6. 可见复制 </td>
<td width="20%" align="center">
<a accesskey="h" href="index.html">起始页</a>
</td>
<td width="40%" align="right" valign="top"> 3.8. 粘贴进入</td>
</tr>
</table>
</div>
</body>
</html>
|