home *** CD-ROM | disk | FTP | other *** search
- <?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.6.  Slur</title>
- <link rel="stylesheet" href="gimp-help-plain.css" type="text/css" />
- <link rel="stylesheet" href="gimp-help-screen.css" type="text/css" />
- <link rel="stylesheet" href="gimp-help-custom.css" type="text/css" />
- <link rel="alternate stylesheet" href="gimp22.css" type="text/css" title="gimp22" />
- <meta name="generator" content="DocBook XSL Stylesheets V1.73.2" />
- <link rel="start" href="index.html" title="GNU Image Manipulation Program" />
- <link rel="up" href="filters-noise.html" title="3.  Noise Filters" />
- <link rel="prev" href="plug-in-hsv-noise.html" title="3.5.  Scatter HSV" />
- <link rel="next" href="plug-in-spread.html" title="3.7.  Spread" />
- </head>
- <body>
- <div class="navheader">
- <table width="100%" summary="Navigation header">
- <tr>
- <th colspan="3" align="center">3.6. 
- <span lang="en" xml:lang="en">Slur</span>
- </th>
- </tr>
- <tr>
- <td width="20%" align="left"><a accesskey="p" href="plug-in-hsv-noise.html"><img src="../images/prev.png" alt="Prev" /></a> </td>
- <th width="60%" align="center">3. 
- <span lang="en" xml:lang="en">Noise Filters</span>
- </th>
- <td width="20%" align="right"> <a accesskey="n" href="plug-in-spread.html"><img src="../images/next.png" alt="Next" /></a></td>
- </tr>
- </table>
- <hr />
- </div>
- <div class="sect2" lang="en" xml:lang="en">
- <div class="titlepage">
- <div>
- <div>
- <h3 class="title"><a id="plug-in-randomize-slur"></a>3.6. 
- <span lang="en" xml:lang="en">Slur</span>
- </h3>
- </div>
- <div>
- <div class="revhistory">
- <table border="1" width="100%" summary="Revision history">
- <tr>
- <th align="left" valign="top" colspan="3">
- <b>Revision History</b>
- </th>
- </tr>
- <tr>
- <td align="left">Revision $Revision: 2350 $</td>
- <td align="left">2006-11-19</td>
- <td align="left">j.h</td>
- </tr>
- </table>
- </div>
- </div>
- </div>
- </div>
- <a id="id2734449" class="indexterm"></a>
- <a id="id2734467" class="indexterm"></a>
- <div class="sect3" lang="en" xml:lang="en">
- <div class="titlepage">
- <div>
- <div>
- <h4 class="title"><a id="id2734476"></a>3.6.1. 
- <span lang="en" xml:lang="en">Overview</span>
- </h4>
- </div>
- </div>
- </div>
- <div class="figure">
- <a id="id2734486"></a>
- <p class="title">
- <b>Figure 16.27. 
- <span lang="en" xml:lang="en">Example of applying the Slur filter</span>
- </b>
- </p>
- <div class="figure-contents">
- <div class="mediaobject">
- <img src="../images/filters/examples/taj_orig.jpg" alt="Example of applying the Slur filter" />
- <div class="caption">
- <p>Original image</p>
- </div>
- </div>
- <div class="mediaobject">
- <img src="../images/filters/examples/noise-taj-slur.jpg" alt="Example of applying the Slur filter" />
- <div class="caption">
- <p>Filter “<span class="quote">Slur</span>” applied</p>
- </div>
- </div>
- </div>
- </div>
- <br class="figure-break" />
- <p>
- You can find this filter through
- <span class="guimenu">Filters</span> ‚Üí <span class="guisubmenu">Noise</span> ‚Üí <span class="guimenuitem"><span class="accel">S</span>lur</span>.
- </p>
- <p>
- Slurring produces an effect resembling melting the image downwards; if a
- pixel is to be slurred, there is an 80% chance that it is replaced by
- the value of a pixel directly above it; otherwise, one of the two pixels
- to the left or right of the one above is used. All or only some pixels
- in an active layer or selection are affected, the percentage of affected
- pixels is determined by the <span class="guilabel">Randomization (%)</span>
- option.
- </p>
- </div>
- <div class="sect3" lang="en" xml:lang="en">
- <div class="titlepage">
- <div>
- <div>
- <h4 class="title"><a id="id2734605"></a>3.6.2. 
- <span lang="en" xml:lang="en">Options</span>
- </h4>
- </div>
- </div>
- </div>
- <div class="figure">
- <a id="id2734616"></a>
- <p class="title">
- <b>Figure 16.28. 
- <span lang="en" xml:lang="en">Slur filter options</span>
- </b>
- </p>
- <div class="figure-contents">
- <div class="mediaobject">
- <img src="../images/filters/options-noise-slur.png" alt="Slur filter options" />
- </div>
- </div>
- </div>
- <br class="figure-break" />
- <div class="variablelist">
- <dl>
- <dt>
- <span class="term">Random Seed</span>
- </dt>
- <dd>
- <p>
- <span class="guilabel">Random Seed</span> controls randomness of slurring.
- If the same random seed in the same situation is used, the filter
- produces exactly the same results. A different random seed
- produces different results. Random seed can be entered manually
- or generated randomly by pressing <span class="guibutton">New Seed</span>
- button.
- </p>
- <p>
- When the <span class="guilabel">Randomize</span> option is checked, random
- seed cannot be entered manually, but is randomly generated each
- time the filter is run. If it is not checked, the filter remembers
- the last random seed used.
- </p>
- </dd>
- <dt>
- <span class="term">Randomization (%)</span>
- </dt>
- <dd>
- <p>
- The <span class="guilabel">Randomization</span> slider represents the
- percentage of pixels of the active layer or selection which will
- be slurred. The higher value, the more pixels are slurred, but
- because of the way the filter works, its effect is most noticeable
- if this slider is set to a medium value, somewhere around 50.
- Experiment with it and try for yourself!
- </p>
- </dd>
- <dt>
- <span class="term">Repeat</span>
- </dt>
- <dd>
- <p>
- The <span class="guilabel">Repeat</span> slider represents the number
- of times the filter will be applied. Higher values result in
- more slurring, moving the color over a longer distance.
- </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="plug-in-hsv-noise.html"><img src="../images/prev.png" alt="Prev" /></a> </td>
- <td width="20%" align="center">
- <a accesskey="u" href="filters-noise.html">
- <img src="../images/up.png" alt="Up" />
- </a>
- </td>
- <td width="40%" align="right"> <a accesskey="n" href="plug-in-spread.html"><img src="../images/next.png" alt="Next" /></a></td>
- </tr>
- <tr>
- <td width="40%" align="left" valign="top"><a accesskey="p" href="plug-in-hsv-noise.html">3.5. 
- <span lang="en" xml:lang="en">Scatter HSV</span>
- </a> </td>
- <td width="20%" align="center">
- <a accesskey="h" href="index.html">
- <img src="../images/home.png" alt="Home" />
- </a>
- </td>
- <td width="40%" align="right" valign="top"> <a accesskey="n" href="plug-in-spread.html">3.7. 
- <span lang="en" xml:lang="en">Spread</span>
- </a></td>
- </tr>
- </table>
- </div>
- </body>
- </html>
-