~ubuntu-branches/ubuntu/vivid/gimp-help/vivid

« back to all changes in this revision

Viewing changes to html/zh_CN/ch06s02.html

  • Committer: Bazaar Package Importer
  • Author(s): Ari Pollak
  • Date: 2005-05-08 18:04:08 UTC
  • mfrom: (1.2.1 upstream) (2.1.1 hoary)
  • Revision ID: james.westby@ubuntu.com-20050508180408-mjwl3kmjczfnmu5v
Tags: 2+0.7-5
Fix doc-base entry for gimp-help-zh-cn to point to correct directory
name (Closes: #308228)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
 
2
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 
3
<html xmlns="http://www.w3.org/1999/xhtml">
 
4
  <head>
 
5
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
 
6
    <title>2. 模糊滤镜</title>
 
7
    <link rel="stylesheet" href="gimp-help-plain.css" type="text/css" />
 
8
    <link rel="stylesheet" href="gimp-help-screen.css" type="text/css" />
 
9
    <meta name="generator" content="DocBook XSL Stylesheets V1.66.1" />
 
10
    <link rel="start" href="index.html" title="&#10;      &#10;    " />
 
11
    <link rel="up" href="ch06.html" title="第 6 章 滤镜" />
 
12
    <link rel="prev" href="ch06.html" title="第 6 章 滤镜" />
 
13
    <link rel="next" href="ch06s02s02.html" title="2.2. 高斯模糊" />
 
14
  </head>
 
15
  <body>
 
16
    <div xmlns="" class="navheader">
 
17
      <table width="100%" summary="Navigation header">
 
18
        <tr>
 
19
          <th colspan="3" align="center" id="chaptername">2. 模糊滤镜</th>
 
20
        </tr>
 
21
        <tr>
 
22
          <td width="20%" align="left"><a accesskey="p" href="ch06.html">上一页</a> </td>
 
23
          <th width="60%" align="center" id="sectionname">2. 模糊滤镜</th>
 
24
          <td width="20%" align="right"> <a accesskey="n" href="ch06s02s02.html">下一页</a></td>
 
25
        </tr>
 
26
      </table>
 
27
      <hr />
 
28
    </div>
 
29
    <div class="sect1" lang="zh_CN" xml:lang="zh_CN">
 
30
      <div class="titlepage">
 
31
        <div>
 
32
          <div>
 
33
            <h2 class="title" style="clear: both"><a id="filters-blur"></a>2. 模糊滤镜</h2>
 
34
          </div>
 
35
        </div>
 
36
      </div>
 
37
      <a id="id3311015" class="indexterm"></a>
 
38
      <div class="sect2" lang="zh_CN" xml:lang="zh_CN">
 
39
        <div class="titlepage">
 
40
          <div>
 
41
            <div>
 
42
              <h3 class="title"><a id="filters-blur-introduction"></a>2.1. 模糊滤镜简介</h3>
 
43
            </div>
 
44
          </div>
 
45
        </div>
 
46
        <a id="id3319361" class="indexterm"></a>
 
47
        <div class="informalfigure">
 
48
          <div class="mediaobject">
 
49
            <img src="../images/filters/examples/blur-demo-orig.png" />
 
50
            <div class="caption">
 
51
              <p>
 
52
            范例的原始图像
 
53
          </p>
 
54
            </div>
 
55
          </div>
 
56
        </div>
 
57
        <p>
 
58
    这些滤镜用多种方式模糊图像或其部分。当选区存在时,只有图像中选中的部分会被模糊。不过可能有些未模糊区域中的颜色会泄漏到模糊区域中。为了帮助您选取正确的模糊滤镜,下面有它们应用到同一个图像中的效果。当然它们只是范例:大部分滤镜都有改变模糊放大率或类型的参数设置。
 
59
  </p>
 
60
        <div class="informalfigure">
 
61
          <div class="mediaobject">
 
62
            <img src="../images/filters/examples/blur-demo-gauss10.png" />
 
63
            <div class="caption">
 
64
              <p>
 
65
            高斯模糊(半径 10)
 
66
          </p>
 
67
            </div>
 
68
          </div>
 
69
        </div>
 
70
        <p>
 
71
    用处最广泛的是高斯模糊。(不要被“高斯”吓着了:该滤镜对图像只是进行最基本的模糊。)它的实现非常有效率,可以是图像非常模糊却只需要相对少的时间。
 
72
  </p>
 
73
        <div class="informalfigure">
 
74
          <div class="mediaobject">
 
75
            <img src="../images/filters/examples/blur-demo-blur.png" />
 
76
            <div class="caption">
 
77
              <p>
 
78
            简单模糊
 
79
          </p>
 
80
            </div>
 
81
          </div>
 
82
        </div>
 
83
        <p>
 
84
    如果只要图像模糊一点--柔化图像--您可以用简单的“模糊”滤镜。在 GIMP 2.2 中它没有对话框而是自动运行。其效果不明显,您甚至可以注意不到,反复进行就能产生强烈的效果。当然要产生强烈效果,该滤镜并不是最好选择:请使用高斯模糊。
 
85
   </p>
 
86
        <div class="informalfigure">
 
87
          <div class="mediaobject">
 
88
            <img src="../images/filters/examples/blur-demo-selective.png" />
 
89
            <div class="caption">
 
90
              <p>
 
91
            选择性模糊
 
92
          </p>
 
93
            </div>
 
94
          </div>
 
95
        </div>
 
96
        <div class="informalfigure">
 
97
          <div class="mediaobject">
 
98
            <img src="../images/filters/examples/blur-demo-pixelize.png" />
 
99
            <div class="caption">
 
100
              <p>
 
101
            像素化
 
102
          </p>
 
103
            </div>
 
104
          </div>
 
105
        </div>
 
106
        <div class="informalfigure">
 
107
          <div class="mediaobject">
 
108
            <img src="../images/filters/examples/blur-demo-mblur.png" />
 
109
            <div class="caption">
 
110
              <p>
 
111
            动态模糊
 
112
          </p>
 
113
            </div>
 
114
          </div>
 
115
        </div>
 
116
      </div>
 
117
    </div>
 
118
    <div class="navfooter">
 
119
      <hr />
 
120
      <table width="100%" summary="Navigation footer">
 
121
        <tr>
 
122
          <td width="40%" align="left"><a accesskey="p" href="ch06.html">上一页</a> </td>
 
123
          <td width="20%" align="center">
 
124
            <a accesskey="u" href="ch06.html">上一级</a>
 
125
          </td>
 
126
          <td width="40%" align="right"> <a accesskey="n" href="ch06s02s02.html">下一页</a></td>
 
127
        </tr>
 
128
        <tr>
 
129
          <td width="40%" align="left" valign="top">第 6 章 滤镜 </td>
 
130
          <td width="20%" align="center">
 
131
            <a accesskey="h" href="index.html">起始页</a>
 
132
          </td>
 
133
          <td width="40%" align="right" valign="top"> 2.2. 高斯模糊</td>
 
134
        </tr>
 
135
      </table>
 
136
    </div>
 
137
  </body>
 
138
</html>