<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://registry.gimp.org" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
 <title>gradient</title>
 <link>http://registry.gimp.org/taxonomy/term/220</link>
 <description>The taxonomy view with a depth of 0.</description>
 <language>en</language>
<item>
 <title>Make gradient from panoramics photographs</title>
 <link>http://registry.gimp.org/node/17282</link>
 <description>With this script is easy to create gradients that they simulate a sunset or a natural landscape. You take a photo panoramic, it selects a thin vertical strip and it rotates it in counter-clockwise direction. You read the maximum width of the image and insert it (width / 2) like number of segments in the dialog box of the plugin. &lt;br&gt;
&lt;br&gt;
&lt;h3&gt;Examples of images created with the plugin&lt;/h3&gt;
&lt;img src=&quot;http://xoomer.virgilio.it/lwcon/gimp/python/make_gradient/sample_pano10c.png&quot; alt=&quot;panorama image and gradient&quot; border=&quot;1&quot;&gt;
&lt;br&gt;
On the left original photo, to right the gradient.&lt;br&gt;
&lt;br&gt;

&lt;h3&gt;Tutorial&lt;/h3&gt;
Author web site: &lt;a href=&quot;http://xoomer.virgilio.it/lwcon/gimp/python/make-gradient.htm&quot;&gt;xoomer.virgilio.it/lwcon/gimp/python/make-gradient.htm&lt;/a&gt;
&lt;br&gt;</description>
 <comments>http://registry.gimp.org/node/17282#comments</comments>
 <category domain="http://registry.gimp.org/taxonomy/term/523">2.6</category>
 <category domain="http://registry.gimp.org/taxonomy/term/49">GPL</category>
 <category domain="http://registry.gimp.org/taxonomy/term/22">Python</category>
 <category domain="http://registry.gimp.org/taxonomy/term/220">gradient</category>
 <category domain="http://registry.gimp.org/taxonomy/term/769">make gradient</category>
 <category domain="http://registry.gimp.org/taxonomy/term/770">panorama to gradient</category>
 <enclosure url="http://registry.gimp.org/files/make-gradient.zip" length="1823" type="application/zip" />
 <pubDate>Tue, 07 Jul 2009 12:33:13 +0200</pubDate>
 <dc:creator>Giuseppe</dc:creator>
 <guid isPermaLink="false">17282 at http://registry.gimp.org</guid>
</item>
<item>
 <title>Sample Gradient from Image</title>
 <link>http://registry.gimp.org/node/15847</link>
 <description>&lt;p&gt;
This script compliments my &lt;a href=&quot;/node/10240&quot;&gt;&amp;quot;Sample Gradient Along a Path&amp;quot; script&lt;/a&gt; and was originally developed to generate the gradients bundled &lt;a href=&quot;/node/250&quot;&gt;here&lt;/a&gt;.  This script simply scales the image to be 1 px high and samples across it, so it only works correctly with horizontal gratent images.  
&lt;/p&gt;
&lt;p&gt;
You can however create some interesting gradients with other images.  For example, an image that is 1/2 black and 1/2 white diagonally will creat a gratent that blends linearly from black to white!
&lt;/p&gt;
&lt;p&gt;
Please note the script registers under the Gradient Menu (from the
gradient dialog).
&lt;/p&gt;
&lt;p&gt;
This version has been updated from the original to support alpha in the gradient as well. 
&lt;/p&gt;
&lt;p&gt;
-Rob A&amp;amp;gt
&lt;/p&gt;</description>
 <comments>http://registry.gimp.org/node/15847#comments</comments>
 <category domain="http://registry.gimp.org/taxonomy/term/523">2.6</category>
 <category domain="http://registry.gimp.org/taxonomy/term/43">GPLv2+</category>
 <category domain="http://registry.gimp.org/taxonomy/term/20">Script-Fu</category>
 <category domain="http://registry.gimp.org/taxonomy/term/220">gradient</category>
 <category domain="http://registry.gimp.org/taxonomy/term/720">sample</category>
 <enclosure url="http://registry.gimp.org/files/gradient-from-image.scm" length="3357" type="application/octet-stream" />
 <pubDate>Fri, 01 May 2009 00:51:13 +0200</pubDate>
 <dc:creator>ffaat</dc:creator>
 <guid isPermaLink="false">15847 at http://registry.gimp.org</guid>
</item>
<item>
 <title>Four-corner gradient</title>
 <link>http://registry.gimp.org/node/15053</link>
 <description>&lt;p&gt;Version 2.4&lt;/p&gt;
&lt;p&gt;This Script-Fu creates a completely new image having an RGB and/or HSV gradient in two directions - both horizontally and vertically - based on the colors you specify for the four corners. The layer name includes the parameters to support reproducibility.&lt;/p&gt;
&lt;p&gt;Superceded as of 4/26/09 by &lt;a href=&quot;http://registry.gimp.org/node/15748&quot;&gt;2-Dimensional Gradient&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Version 2.4: layer name color parameters shown in hex to facilitate copying into color widget. Thanks to &lt;a href=&quot;http://registry.gimp.org/user/7463&quot;&gt;Saul Goode&lt;/a&gt; for &lt;a href=&quot;http://registry.gimp.org/node/15346#comment-2789&quot;&gt;code that lets me enable this feature&lt;/a&gt;.&lt;br /&gt;
Version 2.2: layer name includes all parameters except width and height, to facilitate reproducibility.&lt;br /&gt;
Version 2.0: defaults to most efficient execution sequence; adds cycling.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Tip:&lt;/strong&gt; Because the logic of this script involves processing one column or row at a time, you may want to test on a smaller image until you find a desirable gradient, then create a larger image using the same settings.&lt;/p&gt;
&lt;p&gt;If you choose RGB for both directions or HSV for both directions, the sequence does not matter, so you might as well let the program choose the most efficient direction.&lt;/p&gt;
&lt;p&gt;If you mix RGB in one direction with HSV in the other, the processing sequence - RGB first or HSV first - &lt;strong&gt;will&lt;/strong&gt; affect the appearance of your resulting image. If you&#039;ve mixed them, you may want to try forcing a particular sequence for applying the gradients.&lt;/p&gt;
&lt;p&gt;Once you&#039;ve saved this Script-Fu in your Script-Fu directory, you will find it filed under Filters &amp;gt; Render &amp;gt; Gradients &amp;gt; 4-corner Gradient 2.0... &lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Known issue:&lt;/strong&gt; The script may occasionally quit with an error when setting the foreground color. Re-running the script with the same parameters seems to fix the problem.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Known issue:&lt;/strong&gt; As of GIMP 2.6.6, the programming interface provided by GIMP does not support scripting control over HSV gradient directionality (clockwise vs. counter-clockwise hue). Therefore, the choice of the directionality of such gradients may appear arbitrary - and may even &lt;strong&gt;be&lt;/strong&gt; arbitrary. Occasionally, you may find that certain uses of the HSV settings in the Four-corner gradient Script-Fu may result in two adjacent rows or columns of pixels following the opposite hue directionality. There is nothing to be done about this at this time except, if you find the resulting image not useful, to try other settings.&lt;/p&gt;
&lt;p&gt;The image in my profile was created from Four-corner gradient version 2.0 Script-Fu with settings: 85 85 ff0000 00ff12 00bfff ffaf14 HSV No cycling RGB No cycling Left/right edges first.&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;http://www.registry.gimp.org/files/pictures/picture-14085.jpg&quot; width=&quot;85&quot; height=&quot;85&quot; alt=&quot;sample four-color gradient image&quot; /&gt;&lt;/p&gt;
</description>
 <comments>http://registry.gimp.org/node/15053#comments</comments>
 <category domain="http://registry.gimp.org/taxonomy/term/523">2.6</category>
 <category domain="http://registry.gimp.org/taxonomy/term/602">GPLv3+</category>
 <category domain="http://registry.gimp.org/taxonomy/term/684">blend</category>
 <category domain="http://registry.gimp.org/taxonomy/term/220">gradient</category>
 <category domain="http://registry.gimp.org/taxonomy/term/680">new image</category>
 <enclosure url="http://registry.gimp.org/files/fourcorner_2.scm" length="8055" type="application/octet-stream" />
 <pubDate>Fri, 27 Mar 2009 07:36:05 +0100</pubDate>
 <dc:creator>Charles Belov</dc:creator>
 <guid isPermaLink="false">15053 at http://registry.gimp.org</guid>
</item>
<item>
 <title>60&#039;s Text Effect Script (Rev. 2.2)</title>
 <link>http://registry.gimp.org/node/15005</link>
 <description>&lt;p&gt;
This script will create psychedelic 1960&#039;s text. I created this script from my tutorial of the same name. I didn&#039;t merge the layers in the script, as I did in the tutorial, because you can change the blend modes of the different layers for different appearance. 
&lt;/p&gt;
&lt;p&gt;
Rev. 2.0 - added compatability for Gimp 2.4.x
&lt;/p&gt;
&lt;p&gt;
Rev. 2.1 and 2.2 - Added gradient controls.
&lt;/p&gt;
&lt;p&gt;
&lt;a href=&quot;http://i26.photobucket.com/albums/c147/PhotoMasterGreg/Scriptresult.jpg&quot; title=&quot;http://i26.photobucket.com/albums/c147/PhotoMasterGreg/Scriptresult.jpg&quot;&gt;http://i26.photobucket.com/albums/c147/PhotoMasterGreg/Scriptresult.jpg&lt;/a&gt;
&lt;/p&gt;</description>
 <comments>http://registry.gimp.org/node/15005#comments</comments>
 <category domain="http://registry.gimp.org/taxonomy/term/25">2.4</category>
 <category domain="http://registry.gimp.org/taxonomy/term/523">2.6</category>
 <category domain="http://registry.gimp.org/taxonomy/term/49">GPL</category>
 <category domain="http://registry.gimp.org/taxonomy/term/20">Script-Fu</category>
 <category domain="http://registry.gimp.org/taxonomy/term/137">color</category>
 <category domain="http://registry.gimp.org/taxonomy/term/220">gradient</category>
 <category domain="http://registry.gimp.org/taxonomy/term/314">logo</category>
 <category domain="http://registry.gimp.org/taxonomy/term/117">text</category>
 <enclosure url="http://registry.gimp.org/files/60&#039;s Text.scm" length="6452" type="application/octet-stream" />
 <pubDate>Tue, 24 Mar 2009 21:12:10 +0100</pubDate>
 <dc:creator>PhotoMaster</dc:creator>
 <guid isPermaLink="false">15005 at http://registry.gimp.org</guid>
</item>
<item>
 <title>Gradient-to-gradient Gradient</title>
 <link>http://registry.gimp.org/node/14975</link>
 <description>&lt;p&gt;Version 1.0.2&lt;/p&gt;
&lt;p&gt;This script-fu creates a completely new image having an RGB and/or HSV gradient vertically between any two GIMP gradient patterns.&lt;/p&gt;
&lt;p&gt;Note that this script-fu has a repeating loop, so the wider you make this image, the longer the script will take to run.&lt;/p&gt;
&lt;p&gt;Find in Filters &amp;gt; Render &amp;gt; Gradients &amp;gt; Gradient to gradient...&lt;/p&gt;
&lt;p&gt;Superceded as of 4/26/09 by &lt;a href=&quot;http://registry.gimp.org/node/15748&quot;&gt;2-Dimensional Gradient&lt;/a&gt;.&lt;/p&gt;
</description>
 <comments>http://registry.gimp.org/node/14975#comments</comments>
 <category domain="http://registry.gimp.org/taxonomy/term/523">2.6</category>
 <category domain="http://registry.gimp.org/taxonomy/term/602">GPLv3+</category>
 <category domain="http://registry.gimp.org/taxonomy/term/20">Script-Fu</category>
 <category domain="http://registry.gimp.org/taxonomy/term/220">gradient</category>
 <category domain="http://registry.gimp.org/taxonomy/term/680">new image</category>
 <enclosure url="http://registry.gimp.org/files/grad2grad.scm" length="3155" type="application/octet-stream" />
 <pubDate>Mon, 23 Mar 2009 06:12:03 +0100</pubDate>
 <dc:creator>Charles Belov</dc:creator>
 <guid isPermaLink="false">14975 at http://registry.gimp.org</guid>
</item>
<item>
 <title>Blue Sky &amp; Clouds</title>
 <link>http://registry.gimp.org/node/193</link>
 <description>&lt;p&gt;
To fix burned out or white skies by adding clouds and a blue sky gradient (using a threshold mask).
&lt;/p&gt;
&lt;p&gt;
&lt;img src=&quot;http://gimp-registry.fargonauten.de/files/Thumb_BlueSkyClouds.png&quot; alt=&quot;Blue Sky Gradient Thumbnail&quot; align=&quot;absmiddle&quot; height=&quot;100&quot; hspace=&quot;7&quot; width=&quot;66&quot; /&gt;&lt;a href=&quot;http://www.farcrydesign.com/GIMP/BlueSkyClouds.html&quot; title=&quot;Guide to Using the Blue Sky Gradient Script&quot;&gt;Guide to Using the Blue Sky &amp;amp; Clouds Script&lt;/a&gt;
&lt;/p&gt;</description>
 <comments>http://registry.gimp.org/node/193#comments</comments>
 <category domain="http://registry.gimp.org/taxonomy/term/36">GPLv3</category>
 <category domain="http://registry.gimp.org/taxonomy/term/20">Script-Fu</category>
 <category domain="http://registry.gimp.org/taxonomy/term/128">2.4</category>
 <category domain="http://registry.gimp.org/taxonomy/term/245">add</category>
 <category domain="http://registry.gimp.org/taxonomy/term/209">adjustment</category>
 <category domain="http://registry.gimp.org/taxonomy/term/219">blue</category>
 <category domain="http://registry.gimp.org/taxonomy/term/218">blue sky</category>
 <category domain="http://registry.gimp.org/taxonomy/term/222">burned out</category>
 <category domain="http://registry.gimp.org/taxonomy/term/244">clouds</category>
 <category domain="http://registry.gimp.org/taxonomy/term/205">fix</category>
 <category domain="http://registry.gimp.org/taxonomy/term/243">generate</category>
 <category domain="http://registry.gimp.org/taxonomy/term/220">gradient</category>
 <category domain="http://registry.gimp.org/taxonomy/term/51">layer</category>
 <category domain="http://registry.gimp.org/taxonomy/term/221">mask</category>
 <category domain="http://registry.gimp.org/taxonomy/term/157">photo</category>
 <category domain="http://registry.gimp.org/taxonomy/term/210">photograph</category>
 <category domain="http://registry.gimp.org/taxonomy/term/223">sky</category>
 <category domain="http://registry.gimp.org/taxonomy/term/246">texture</category>
 <category domain="http://registry.gimp.org/taxonomy/term/217">threshold</category>
 <category domain="http://registry.gimp.org/taxonomy/term/206">touch-up</category>
 <category domain="http://registry.gimp.org/taxonomy/term/148">white</category>
 <enclosure url="http://registry.gimp.org/files/Darla-BlueSkyClouds.scm" length="5097" type="application/octet-stream" />
 <pubDate>Sat, 26 Jan 2008 09:42:42 +0100</pubDate>
 <dc:creator>Darla</dc:creator>
 <guid isPermaLink="false">193 at http://registry.gimp.org</guid>
</item>
<item>
 <title>Blue Sky Gradient</title>
 <link>http://registry.gimp.org/node/183</link>
 <description>&lt;p&gt;
To fix burned out or white skies by adding a blue sky gradient (using a threshold mask).
&lt;/p&gt;
&lt;p&gt;
&lt;img src=&quot;http://gimp-registry.fargonauten.de/files/Thumb_BlueSkyGradient.png&quot; alt=&quot;Blue Sky Gradient Thumbnail&quot; align=&quot;absmiddle&quot; height=&quot;100&quot; hspace=&quot;7&quot; width=&quot;66&quot; /&gt;&lt;a href=&quot;http://www.farcrydesign.com/GIMP/BlueSkyGradient.html&quot; title=&quot;Guide to Using the Blue Sky Gradient Script&quot;&gt;Guide to Using the Blue Sky Gradient Script&lt;/a&gt;
&lt;/p&gt;</description>
 <comments>http://registry.gimp.org/node/183#comments</comments>
 <category domain="http://registry.gimp.org/taxonomy/term/36">GPLv3</category>
 <category domain="http://registry.gimp.org/taxonomy/term/20">Script-Fu</category>
 <category domain="http://registry.gimp.org/taxonomy/term/128">2.4</category>
 <category domain="http://registry.gimp.org/taxonomy/term/209">adjustment</category>
 <category domain="http://registry.gimp.org/taxonomy/term/219">blue</category>
 <category domain="http://registry.gimp.org/taxonomy/term/218">blue sky</category>
 <category domain="http://registry.gimp.org/taxonomy/term/222">burned out</category>
 <category domain="http://registry.gimp.org/taxonomy/term/205">fix</category>
 <category domain="http://registry.gimp.org/taxonomy/term/220">gradient</category>
 <category domain="http://registry.gimp.org/taxonomy/term/51">layer</category>
 <category domain="http://registry.gimp.org/taxonomy/term/221">mask</category>
 <category domain="http://registry.gimp.org/taxonomy/term/157">photo</category>
 <category domain="http://registry.gimp.org/taxonomy/term/210">photograph</category>
 <category domain="http://registry.gimp.org/taxonomy/term/223">sky</category>
 <category domain="http://registry.gimp.org/taxonomy/term/217">threshold</category>
 <category domain="http://registry.gimp.org/taxonomy/term/206">touch-up</category>
 <category domain="http://registry.gimp.org/taxonomy/term/148">white</category>
 <enclosure url="http://registry.gimp.org/files/Darla-BlueSkyGradient.scm" length="3827" type="text/x-scheme" />
 <pubDate>Wed, 23 Jan 2008 12:52:52 +0100</pubDate>
 <dc:creator>Darla</dc:creator>
 <guid isPermaLink="false">183 at http://registry.gimp.org</guid>
</item>
</channel>
</rss>
