File: ch03s03s09.html

package info (click to toggle)
gimp-help 2%2B0.7-5
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 30,852 kB
  • ctags: 4
  • sloc: xml: 104,248; sh: 544; makefile: 262; perl: 42
file content (185 lines) | stat: -rw-r--r-- 8,097 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
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
<?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.9. 卷积工具(模糊/锐化)</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="&#10;      &#10;    " />
    <link rel="up" href="ch03s03.html" title="3. 笔刷工具" />
    <link rel="prev" href="ch03s03s08.html" title="3.8. 克隆工具" />
    <link rel="next" href="ch03s03s10.html" title="3.10. 减淡或加深" />
  </head>
  <body>
    <div xmlns="" class="navheader">
      <table width="100%" summary="Navigation header">
        <tr>
          <th colspan="3" align="center" id="chaptername">3.9. 卷积工具(模糊/锐化)</th>
        </tr>
        <tr>
          <td width="20%" align="left"><a accesskey="p" href="ch03s03s08.html">上一页</a> </td>
          <th width="60%" align="center" id="sectionname">3.9. 卷积工具(模糊/锐化)</th>
          <td width="20%" align="right"> <a accesskey="n" href="ch03s03s10.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-tool-convolve"></a>3.9. 卷积工具(模糊/锐化)</h3>
          </div>
        </div>
      </div>
      <a id="id3292874" class="indexterm"></a>
      <div class="informalfigure">
        <div class="mediaobject">
          <img src="../images/toolbox/zh_CN/toolbox-blur.png" />
          <div class="caption">
            <p>
          工具箱中卷积工具图标
        </p>
          </div>
        </div>
      </div>
      <p>
    卷积工具用当前画笔模糊或锐化您的图像。模糊在当您的图像中某些元素过于明显,需要柔化它们时非常有用。假如要模糊整个图层或其大部分,此时最好使用<a href="ch06s02.html" title="2. 模糊滤镜">模糊滤镜</a>。笔划的方向对模糊没有影响:要想得到有方向的模糊,使用涂抹工具。
  </p>
      <p>
    “锐化”模式中,笔刷工具增加其笔划经过像素的对比度。少量的锐化比较有用,而过多则会产生噪音。许多<a href="ch06s06.html" title="6. 增强滤镜">增强滤镜</a>,特别是<a href="">虚光蒙板</a>都是更标准地锐化图层中的区域。
  </p>
      <div class="tip" style="margin-left: 0.5in; margin-right: 0.5in;">
        <table border="0" summary="Tip">
          <tr>
            <td rowspan="2" align="center" valign="top" width="25">
              <img alt="[提示]" src="../images/tip.png" />
            </td>
            <th align="left">提示</th>
          </tr>
          <tr>
            <td colspan="2" align="left" valign="top">
              <p>
      用克隆工具能产生更加复杂的锐化。首先复制准备对其进行处理的图层,然后对副本使用一个锐化滤镜,如虚光蒙板。接着开启克隆工具,在其工具选项中设置“源”为“图像源”而“对齐”为“记录”,再给克隆工具的不透明度一个适当值,比如 10。最后 Ctrl-点击副本使其为源图像。现在对原始图层进行涂画,锐化部分和未锐化部分就会混合在一起。
    </p>
            </td>
          </tr>
        </table>
      </div>
      <p>
    模糊和锐化会累加:在某个区域反复移动画笔时,每一次移动都增加其效果。“比率”控制这些修改的累积有多快。而不透明度可以用作限制每一笔模糊的程度,不管这一笔反复移动了多少次。
  </p>
      <div class="simplesect" lang="zh_CN" xml:lang="zh_CN">
        <div class="titlepage">
          <div>
            <div>
              <h4 class="title"><a id="id3293016"></a>启动工具</h4>
            </div>
          </div>
        </div>
        <p>
      卷积工具在图像菜单的:
      <span class="guimenu">工具</span>-&gt;<span class="guisubmenu">涂画工具</span>-&gt;<span class="guimenuitem">卷积</span>;也可以点工具图标:
      <span class="guiicon">
        <span class="inlinemediaobject"><img src="../images/toolbox/blur.png" /></span>
      </span>;或使用快捷键 <span><b class="keycap">V</b></span>。
    </p>
      </div>
      <div class="simplesect" lang="zh_CN" xml:lang="zh_CN">
        <div class="titlepage">
          <div>
            <div>
              <h4 class="title"><a id="id3292506"></a>相关按键</h4>
            </div>
          </div>
        </div>
        <div class="itemizedlist">
          <ul type="disc">
            <li>
              <p>
          <span><b class="keycap">Ctrl</b></span> 在模糊和锐化模式间切换。
        </p>
            </li>
          </ul>
        </div>
      </div>
      <div class="simplesect" lang="zh_CN" xml:lang="zh_CN">
        <div class="titlepage">
          <div>
            <div>
              <h4 class="title"><a id="id3293158"></a>选项</h4>
            </div>
          </div>
        </div>
        <div class="informalfigure">
          <div class="mediaobject">
            <img src="../images/toolbox/zh_CN/tool-options-convolve.png" />
            <div class="caption">
              <p>
            卷积工具的工具选项
          </p>
            </div>
          </div>
        </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>
        关于许多或所有笔刷工具共用工具选项的描述请看<a href="ch03s03.html#gimp-tool-brush" title="3.1. 基本特性">笔刷工具简介</a>。
      </p>
              </td>
            </tr>
          </table>
        </div>
        <div class="variablelist">
          <dl>
            <dt>
              <span class="term">卷积类型</span>
            </dt>
            <dd>
              <p>
          <span class="emphasis"><em>模糊</em></span>模式使被笔刷经过的像素与其周围像素相混合,因此增加了笔划中像素的相似性。而<span class="emphasis"><em>锐化</em></span>模式使像素与其周围像素更加不同:即增加了笔划中像素的对比度。无论设定如何,都可以通过按下 Ctrl 键快速交换它们。
        </p>
            </dd>
            <dt>
              <span class="term">比率</span>
            </dt>
            <dd>
              <p>
          <span class="guilabel">比率</span>设置卷积效果的强烈程度。
        </p>
            </dd>
          </dl>
        </div>
      </div>
    </div>
    <div class="navfooter">
      <hr />
      <table width="100%" summary="Navigation footer">
        <tr>
          <td width="40%" align="left"><a accesskey="p" href="ch03s03s08.html">上一页</a> </td>
          <td width="20%" align="center">
            <a accesskey="u" href="ch03s03.html">上一级</a>
          </td>
          <td width="40%" align="right"> <a accesskey="n" href="ch03s03s10.html">下一页</a></td>
        </tr>
        <tr>
          <td width="40%" align="left" valign="top">3.8. 克隆工具 </td>
          <td width="20%" align="center">
            <a accesskey="h" href="index.html">起始页</a>
          </td>
          <td width="40%" align="right" valign="top"> 3.10. 减淡或加深</td>
        </tr>
      </table>
    </div>
  </body>
</html>