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 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216
|
<?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>15. 缓冲区对话框</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="ch04.html" title="第 4 章 对话框" />
<link rel="prev" href="ch04s14.html" title="14. 字体对话框" />
<link rel="next" href="ch04s16.html" title="16. 文档历史对话框" />
</head>
<body>
<div xmlns="" class="navheader">
<table width="100%" summary="Navigation header">
<tr>
<th colspan="3" align="center" id="chaptername">15. 缓冲区对话框</th>
</tr>
<tr>
<td width="20%" align="left"><a accesskey="p" href="ch04s14.html">上一页</a> </td>
<th width="60%" align="center" id="sectionname">15. 缓冲区对话框</th>
<td width="20%" align="right"> <a accesskey="n" href="ch04s16.html">下一页</a></td>
</tr>
</table>
<hr />
</div>
<div class="sect1" lang="zh_CN" xml:lang="zh_CN">
<div class="titlepage">
<div>
<div>
<h2 class="title" style="clear: both"><a id="gimp-buffer-dialog"></a>15. 缓冲区对话框</h2>
</div>
</div>
</div>
<a id="id3307112" class="indexterm"></a>
<div class="informalfigure">
<div class="mediaobject">
<img src="../images/dialogs/dialogs-buffers.png" />
<div class="caption">
<p>
缓冲区对话框
</p>
</div>
</div>
</div>
<p>
缓冲区是临时存放图像数据的地方,它们在剪切或拷贝可画部分时被创建(图层和图像蒙板等)。当您使用
<span class="guimenu">编辑</span>-><span class="guimenuitem">拷贝</span>
或
<span class="guimenu">编辑</span>-><span class="guimenuitem">剪切</span>时,数据就存放在全局缓冲区中。而当使用
<span class="guimenu">编辑</span>-><span class="guisubmenu">缓冲区</span>-><span class="guimenuitem">命名复制</span>
或
<span class="guimenu">编辑</span>-><span class="guisubmenu">缓冲区</span>-><span class="guimenuitem">命名剪切</span>时,会弹出一个需要您命名保存数据的缓存区的对话框。创建缓冲区的数量没有硬性限制,不过它们都要耗费一定内存。
</p>
<p>
缓冲区对话框中显示现有所有命名缓冲的内容,并可以用多种方式对它们进行操作。在最上方也显示全局缓冲区的内容,不过它仅仅是个显示而已,您不能对它做任何事。
</p>
<p>
缓冲区对话框是可停靠对话框;更多信息请看<a href="ch02s03s04.html" title="3.4. 对话框和停靠栏">对话框和停靠栏</a>。有多种方式开启该对话框:
</p>
<div class="itemizedlist">
<ul type="disc">
<li>
<p>
从工具箱菜单中:
<span class="guimenu">文件</span>-><span class="guisubmenu">对话框</span>-><span class="guimenuitem">缓冲区</span>。
</p>
</li>
<li>
<p>
从图像菜单中:
<span class="guimenu">对话框</span>-><span class="guimenuitem">缓冲区</span>。
</p>
</li>
<li>
<p>
从任何可停靠对话框的页签菜单中:
<span class="guimenu">添加页签</span>-><span class="guimenuitem">缓冲区</span>。
</p>
</li>
</ul>
</div>
<div class="caution" style="margin-left: 0.5in; margin-right: 0.5in;">
<table border="0" summary="Caution">
<tr>
<td rowspan="2" align="center" valign="top" width="25">
<img alt="[小心]" src="../images/caution.png" />
</td>
<th align="left">小心</th>
</tr>
<tr>
<td colspan="2" align="left" valign="top">
<p>
命名缓冲区只在该进程中存在,保存其内存的唯一方式就是把它们粘贴在图像中。
</p>
</td>
</tr>
</table>
</div>
<div class="simplesect" lang="zh_CN" xml:lang="zh_CN">
<div class="titlepage">
<div>
<div>
<h3 class="title"><a id="id3308115"></a>阵列/列表模式</h3>
</div>
</div>
</div>
<div class="informalfigure">
<div class="mediaobject">
<img src="../images/dialogs/dialogs-buffers-grid.png" />
<div class="caption">
<p>
缓冲区对话框(阵列模式)
</p>
</div>
</div>
</div>
<p>
在缓冲区对话框的页签菜单中可以选择<span class="guimenuitem">以阵列方式查看</span>或<span class="guimenuitem">以列表方式查看</span>。阵列模式中,缓冲区按矩形阵列排列,列表模式中,它们竖直排列,缓冲区内容预览,名字和它的像素尺寸对应地排成一行。
</p>
</div>
<div class="simplesect" lang="zh_CN" xml:lang="zh_CN">
<div class="titlepage">
<div>
<div>
<h3 class="title"><a id="id3308203"></a>使用缓冲区对话框</h3>
</div>
</div>
</div>
<div class="informalfigure">
<div class="mediaobject">
<img src="../images/dialogs/dialogs-buffers-menu.png" />
<div class="caption">
<p>
缓冲区菜单
</p>
</div>
</div>
</div>
<p>
通过点击显示区域的一个缓冲区,使其成为活动缓冲区,它会被缓冲区菜单或对话框底部按钮的粘贴命令所使用。双击一个缓冲区则使其内容粘贴到活动图像中;这是运行“粘贴缓冲区”命令的快捷方式。
</p>
<p>
对话框底部有四个按钮。它们所做的操作也可以通过缓冲区菜单和图像菜单中的
<span class="guimenu">编辑</span>-><span class="guisubmenu">缓冲区</span>子菜单完成。
</p>
<div class="itemizedlist">
<ul type="disc">
<li>
<a id="gimp-buffer-paste"></a>
<p><b>粘贴缓冲区. </b>
该命令将选中的缓冲区的内容以浮动选区的形式粘贴到活动图像中。它与普通<a href="ch05s03s07.html" title="3.7. 粘贴">粘贴</a>命令间的唯一区别就是,它使用选中的缓冲区而不是全局剪贴板缓冲区。
</p>
</li>
<li>
<a id="gimp-buffer-paste-into"></a>
<p><b>粘贴缓冲区进入. </b>
该命令将选中的缓冲区的内容以浮动选区的形式粘贴到活动图像的选区中。它与普通<a href="ch05s03s08.html" title="3.8. 粘贴进入">粘贴入</a>命令间的唯一区别就是,它使用选中的缓冲区而不是全局剪贴板缓冲区。
</p>
</li>
<li>
<a id="gimp-buffer-paste-as-new"></a>
<p><b>粘贴缓冲区为新图像. </b>
该命令用选中的缓冲区的内容新建一个单个图层的图像。它和普通<a href="ch05s03s09.html" title="3.9. 粘贴为新图像">粘贴为新图像</a>命令的唯一区别就是,它使用选中的缓冲区而不是全局剪贴板缓冲区。
</p>
</li>
<li>
<a id="gimp-buffer-delete"></a>
<p><b>删除缓冲区. </b>
该命令删除选中的命名缓冲区,它不会询问。您不能删除全局缓冲区。
</p>
</li>
</ul>
</div>
<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>
<div class="navfooter">
<hr />
<table width="100%" summary="Navigation footer">
<tr>
<td width="40%" align="left"><a accesskey="p" href="ch04s14.html">上一页</a> </td>
<td width="20%" align="center">
<a accesskey="u" href="ch04.html">上一级</a>
</td>
<td width="40%" align="right"> <a accesskey="n" href="ch04s16.html">下一页</a></td>
</tr>
<tr>
<td width="40%" align="left" valign="top">14. 字体对话框 </td>
<td width="20%" align="center">
<a accesskey="h" href="index.html">起始页</a>
</td>
<td width="40%" align="right" valign="top"> 16. 文档历史对话框</td>
</tr>
</table>
</div>
</body>
</html>
|