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
|
<?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>5.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="ch05s05.html" title="5. 图像" />
<link rel="prev" href="ch05s05s06.html" title="5.6. 自动剪裁图像" />
<link rel="next" href="ch05s05s08.html" title="5.8. 平整图像" />
</head>
<body>
<div xmlns="" class="navheader">
<table width="100%" summary="Navigation header">
<tr>
<th colspan="3" align="center" id="chaptername">5.7. 合并可见图层</th>
</tr>
<tr>
<td width="20%" align="left"><a accesskey="p" href="ch05s05s06.html">上一页</a> </td>
<th width="60%" align="center" id="sectionname">5.7. 合并可见图层</th>
<td width="20%" align="right"> <a accesskey="n" href="ch05s05s08.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-image-merge-layers"></a>5.7. 合并可见图层</h3>
</div>
</div>
</div>
<a id="id3316193" class="indexterm"></a>
<div class="mediaobject">
<img src="../images/dialogs/dialogs-image-merge-visible.png" />
</div>
<p>
该命令在图像菜单的
<span class="guimenu">图像</span>-><span class="guimenuitem">合并可见图层</span>。
</p>
<p>
“合并可见图层”将图像所有在图层对话框中显示有“眼睛”标志的图像合并成为一个单个图层,而使不可见图层保持原状。这可以用作合并一组散布在图层列表中的图层。选择该命令将唤出一个有三个选择最终合并后图层大小的选项的对话框:“必要时扩展”会使合并后图层在不丢失其内容的前提下尽可能小;“剪切板到图像”会使它和图像大小相同,而图像边缘外的任何图层内容都会丢失;“剪切板到底部图层”其含义和它的名字相同。
</p>
<p>
<span class="emphasis"><em>必要时扩展</em></span>:最终图层的大小就是最大的可见图层的大小。(记住,在 GIMP 中图层可能比图像更大。)
</p>
<p>
<span class="emphasis"><em>剪贴板到图像</em></span>:将最终图层大小设置成和图像一样大。(记住 GIMP 里的图层可能比本身的图像更大。如果您有一个这样的可见图层,它可能被省略成图像大小。)
</p>
<p>
<span class="emphasis"><em>剪贴板到底部图层</em></span>:将最终图层大小设置为底部图层的大小。如果底部图层比某些可见图层小,那么最终图层可能按照底部图层的大小和位置省略或修整掉一部分。
</p>
<div class="simplesect" lang="zh_CN" xml:lang="zh_CN">
<div class="titlepage">
<div>
<div>
<h4 class="title"><a id="id3316566"></a>快捷键</h4>
</div>
</div>
</div>
<p>
这个命令的快捷键是<span><b class="keycap">Ctrl+M</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="ch05s05s06.html">上一页</a> </td>
<td width="20%" align="center">
<a accesskey="u" href="ch05s05.html">上一级</a>
</td>
<td width="40%" align="right"> <a accesskey="n" href="ch05s05s08.html">下一页</a></td>
</tr>
<tr>
<td width="40%" align="left" valign="top">5.6. 自动剪裁图像 </td>
<td width="20%" align="center">
<a accesskey="h" href="index.html">起始页</a>
</td>
<td width="40%" align="right" valign="top"> 5.8. 平整图像</td>
</tr>
</table>
</div>
</body>
</html>
|