home *** CD-ROM | disk | FTP | other *** search
Wrap
<?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>7.7.  Drop Shadow</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-light-and-shadow.html" title="7.  Light and Shadow Filters" /> <link rel="prev" href="plug-in-nova.html" title="7.6.  Supernova" /> <link rel="next" href="script-fu-perspective-shadow.html" title="7.8.  Perspective" /> </head> <body> <div class="navheader"> <table width="100%" summary="Navigation header"> <tr> <th colspan="3" align="center">7.7.  <span lang="en" xml:lang="en">Drop Shadow</span> </th> </tr> <tr> <td width="20%" align="left"><a accesskey="p" href="plug-in-nova.html"><img src="../images/prev.png" alt="Prev" /></a> </td> <th width="60%" align="center">7.  <span lang="en" xml:lang="en">Light and Shadow Filters</span> </th> <td width="20%" align="right"> <a accesskey="n" href="script-fu-perspective-shadow.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="script-fu-drop-shadow"></a>7.7.  <span lang="en" xml:lang="en">Drop Shadow</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: 2342 $</td> <td align="left">2007-09-27</td> <td align="left">ude</td> </tr> </table> </div> </div> </div> </div> <a id="id2745442" class="indexterm"></a> <a id="id2745460" class="indexterm"></a> <div class="sect3" lang="en" xml:lang="en"> <div class="titlepage"> <div> <div> <h4 class="title"><a id="id2745469"></a>7.7.1.  <span lang="en" xml:lang="en">Overview</span> </h4> </div> </div> </div> <div class="figure"> <a id="id2745480"></a> <p class="title"> <b>Figure 16.85.  <span lang="en" xml:lang="en"> Example for the “<span class="quote">Drop Shadow</span>” filter </span> </b> </p> <div class="figure-contents"> <div class="mediaobject"> <img src="../images/filters/examples/taj_orig.jpg" alt="Example for the Drop Shadow filter" /> <div class="caption"> <p>Original image</p> </div> </div> <div class="mediaobject"> <img src="../images/filters/examples/light-taj-drop-shadow.jpg" alt="Example for the Drop Shadow filter" /> <div class="caption"> <p> “<span class="quote">Drop Shadow</span>” applied (white background layer added manually) </p> </div> </div> </div> </div> <br class="figure-break" /> <p> This filter adds a drop-shadow to the current selection or to the image if there's no active selection. Optional the filter resizes the image if that's necessary for displaying the shadow. </p> <p> You may choose the color, position, and size of the shadow. </p> <p> Please note that the filter does not add a background layer to make the shadow visible. The shadow's background is transparent. The white background in the above example has not been created by the filter, instead it has been added later to let you see the shadow. </p> </div> <div class="sect3" lang="en" xml:lang="en"> <div class="titlepage"> <div> <div> <h4 class="title"><a id="id2745573"></a>7.7.2.  <span lang="en" xml:lang="en">Activate the filter</span> </h4> </div> </div> </div> <p> You can find this filter in the image menu menu through <span class="guimenu"><span class="accel">F</span>ilters</span> → <span class="guisubmenu"><span class="accel">L</span>ight and Shadow</span> → <span class="guimenuitem"><span class="accel">D</span>rop Shadow</span>. </p> </div> <div class="sect3" lang="en" xml:lang="en"> <div class="titlepage"> <div> <div> <h4 class="title"><a id="id2745623"></a>7.7.3.  <span lang="en" xml:lang="en">Options</span> </h4> </div> </div> </div> <div class="figure"> <a id="id2745634"></a> <p class="title"> <b>Figure 16.86.  <span lang="en" xml:lang="en">“<span class="quote">Drop Shadow</span>” filter options</span> </b> </p> <div class="figure-contents"> <div class="mediaobject"> <img src="../images/filters/options-light-drop-shadow.png" alt="Drop Shadow filter options" /> </div> </div> </div> <br class="figure-break" /> <div class="variablelist"> <dl> <dt> <span class="term">Offset X; Offset Y</span> </dt> <dd> <p> The layer containing the drop shadow will be moved horizontally by X pixels, vertically by Y pixels. So, X and Y offset determine where the shadow will be placed in relation to the image. High values make the imaginary source of light look like it's far away in horizontal or vertical direction, and low values will make it look closer to the image. </p> <p> The offsets may be negative, leading to a shadow on the left of the selection if offset X < 0, or above the selection if offset Y < 0. </p> <p> If there's no active selection, you must have <span class="guilabel">Allow resizing</span> enabled to see any effect. </p> </dd> <dt> <span class="term">Blur radius</span> </dt> <dd> <p> After creating the shadow, a <a class="link" href="plug-in-gauss.html" title="2.3.  Gaussian Blur">Gaussian blur</a> with the specified radius is applied to the shadow layer, resulting in the realistic appearance of the drop shadow. It may be necessary to enable <span class="guilabel">Allow resizing</span>, since blurring extends the shadow. </p> </dd> <dt> <span class="term">Color</span> </dt> <dd> <p> The shadow may have any color. Just click on the button, and select a color when the color selector pops up. </p> <div class="figure"> <a id="id2745768"></a> <p class="title"> <b>Figure 16.87.  <span lang="en" xml:lang="en"> “<span class="quote">Drop Shadow</span>” color example </span> </b> </p> <div class="figure-contents"> <div class="mediaobject"> <img src="../images/filters/examples/drop-shadow-color.png" alt="Drop Shadow color example" /> </div> </div> </div> <br class="figure-break" /> </dd> <dt> <span class="term">Opacity</span> </dt> <dd> <p> The shadow's opacity is just the opacity of the new layer containing the shadow (see <a class="xref" href="gimp-image-combining.html#gimp-layer-properties" title="1.1.  Layer Properties">Section 1.1, “ <span lang="en" xml:lang="en">Layer Properties</span> ”</a>). It defaults to 80%, but you may select any other value from 0 (full transparency) to 100 (full opacity) here. After applying the filter to an image you can change the opacity in the <a class="link" href="gimp-dialogs-structure.html#gimp-layer-dialog" title="2.1.  Layers Dialog">layers dialog</a>. </p> </dd> <dt> <span class="term">Allow resizing</span> </dt> <dd> <p> If enabled, the filter will resize the image if that is needed to make place for the shadow. The new size depends on the size of the selection, the blur radius, and the shadow offsets. </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-nova.html"><img src="../images/prev.png" alt="Prev" /></a> </td> <td width="20%" align="center"> <a accesskey="u" href="filters-light-and-shadow.html"> <img src="../images/up.png" alt="Up" /> </a> </td> <td width="40%" align="right"> <a accesskey="n" href="script-fu-perspective-shadow.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-nova.html">7.6.  <span lang="en" xml:lang="en">Supernova</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="script-fu-perspective-shadow.html">7.8.  <span lang="en" xml:lang="en">Perspective</span> </a></td> </tr> </table> </div> </body> </html>