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
|
<?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="ch06s03.html" title="3. 颜色滤镜" />
<link rel="prev" href="ch06s03s06.html" title="3.6. 坏点" />
<link rel="next" href="ch06s03s08.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="ch06s03s06.html">上一页</a> </td>
<th width="60%" align="center" id="sectionname">3.7. 半平整</th>
<td width="20%" align="right"> <a accesskey="n" href="ch06s03s08.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="plug-in-semiflatten"></a>3.7. 半平整</h3>
</div>
</div>
</div>
<a id="id3320156" class="indexterm"></a>
<div class="simplesect" lang="zh_CN" xml:lang="zh_CN">
<div class="titlepage">
<div>
<div>
<h4 class="title"><a id="id3320646"></a>概述</h4>
</div>
</div>
</div>
<p>
该滤镜在<span class="guimenuitem">图像>滤镜/颜色/半平整</span>,只有当图像有 Alpha 通道时才可用。
</p>
<p>
半平整滤镜可以用作使带透明度的索引图像其边缘平滑。GIF 索引图像支持完全透明 (Alpha 值为 0 或 255),但不支持半透明 (1-254): 半透明的像素会被转换为不透明或完全透明,这就会使您准备放到网上的徽标中的边缘平滑信息丢失。
</p>
<p>
在应用该滤镜前一件重要的事就是先要知道您的网页的背景色。用颜色拾取得到准确的颜色,点击并拖动该颜色到工具栏的前景色中,然后将前景和背景色反转,这样背景色就和网页中的背景色相同。 background color.
</p>
<p>
半平整操作会将前景色和图层(徽标)颜色组合,其比例和相应的 Alpha 值成比例,并重新产生正确的边缘平滑效果。完全透明就不再添加颜色,比较透明组合少许颜色,而很弱的透明则组合多的颜色。
</p>
</div>
<div class="simplesect" lang="zh_CN" xml:lang="zh_CN">
<div class="titlepage">
<div>
<div>
<h4 class="title"><a id="id3320091"></a>选项</h4>
</div>
</div>
</div>
<p>
该滤镜没有选项。
</p>
</div>
</div>
<div class="navfooter">
<hr />
<table width="100%" summary="Navigation footer">
<tr>
<td width="40%" align="left"><a accesskey="p" href="ch06s03s06.html">上一页</a> </td>
<td width="20%" align="center">
<a accesskey="u" href="ch06s03.html">上一级</a>
</td>
<td width="40%" align="right"> <a accesskey="n" href="ch06s03s08.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>
|