<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Lindoze.net &#187; Gimp</title>
	<atom:link href="http://blog.lindoze.net/tag/gimp/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.lindoze.net</link>
	<description>Lindoze.net Weblog</description>
	<lastBuildDate>Sat, 02 Aug 2008 12:15:04 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Create rotating brushes with Gimp/Script-Fu</title>
		<link>http://blog.lindoze.net/software/gimp-rotating-brush/</link>
		<comments>http://blog.lindoze.net/software/gimp-rotating-brush/#comments</comments>
		<pubDate>Wed, 26 Mar 2008 20:23:25 +0000</pubDate>
		<dc:creator>flo</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Gimp]]></category>
		<category><![CDATA[Scripts]]></category>

		<guid isPermaLink="false">http://blog.lindoze.net/?p=26</guid>
		<description><![CDATA[The purpose of this script was to aid creating &#8220;rotating&#8221; brushes with Gimp. I often use them to create &#8220;stamp&#8221; brushes (e.g. grunge brushes) without every stamp looking the same. But the script of course can also be to create real rotating brushes like clocks, arrows, logos, whatever. And, yes, you also can create rotating [...]]]></description>
			<content:encoded><![CDATA[<p>The purpose of this script was to aid creating &#8220;rotating&#8221; brushes with <a title="The Gimp" href="http://www.gimp.org/" target="_blank">Gimp</a>. I often use them to create &#8220;stamp&#8221; brushes (e.g. grunge brushes) without every stamp looking the same. But the script of course can also be to create real rotating brushes like clocks, arrows, logos, whatever. And, yes, you also can create rotating GIFs very easily this way. Just save as a <em>*.gif</em>.</p>
<p><span id="more-26"></span><br />
If you have never used Gimp I recommend first looking at the tutorial at <a title="Gimp Image Pipes" href="http://adrian.gimp.org/gimppipe/" target="_blank">http://adrian.gimp.org/gimppipe/</a>.</p>
<h3>Usage</h3>
<p><a rel="lightbox[]" href="http://blog.lindoze.net/wp-content/gallery/gimp-rotating-brush/step1_createlayer.png" rel="lightbox[26]"><img class="ngg-singlepic ngg-left" style="float: left;" src="http://blog.lindoze.net/wp-content/gallery/gimp-rotating-brush/thumbs/thumbs_step1_createlayer.png" alt="Multi-Rotate/Start script" width="80" height="80" /></a>First create a new image with one layer (grayscale or transparent RGB, depends) and draw/copy your brush. Keep in mind that the center of your image will later be the center of the rotation. Eventually you have to move the brush layer to archieve this.</p>
<p><a rel="lightbox[]" href="http://blog.lindoze.net/wp-content/gallery/gimp-rotating-brush/step2_result.png" rel="lightbox[26]"><img class="ngg-singlepic ngg-right" style="float: right;" src="http://blog.lindoze.net/wp-content/gallery/gimp-rotating-brush/thumbs/thumbs_step2_result.png" alt="Multi-Rotate/Final result" width="80" height="80" /></a>Next start the script which can be found in <em>Script-Fu/Layers/Multi rotation</em> if it is properly installed (see below). Now select what the maximum rotation angle should be. I suggest 360 degree for rotating things and 180 or 90 degree if your brush has higher symmetry. Just play around with the settings.</p>
<p>After this you might want to resize the image because the canvas has been enlarged in order to fit the rotated layers.</p>
<p>Finally save your brush as a Gimp animated brush <em>*.gih</em> in you Gimp brush folder.</p>
<p>When I created this script I didn&#8217;t know that was already another one created by Rob Antonishen which more or less does the same. It can be found at <a title="Another script-fu script for rotating gimp brushes" href="http://ffaat.pointclark.net/blog/archives/145-Gimp-Script-to-Help-Make-Rotating-Brushes.html" target="_blank">http://ffaat.pointclark.net/</a>.</p>
<h3>Installation</h3>
<p>Just download the script below and copy it to your Gimp script folder. On Linux/Unix systems this usually is:</p>
<pre>~/.gimp-2.4/scripts</pre>
<p>and on Windows systems it should be somewhere in</p>
<pre>C:\Documents and Settings\<em>Your User</em>\gimp-2.4\scripts</pre>
<p>Can&#8217;t remember the exact location. It has been a while since I have used Gimp on Windows&#8230;</p>
<h3>Download</h3>
<ul>
<li><a href="http://blog.lindoze.net/wp-content/uploads/2008/03/multirotate.scm">multirotate.scm</a> (22 B, Gimp 2.4, GPL)<a href="http://blog.lindoze.net/wp-content/uploads/2008/03/multirotate.scm"><br />
</a></li>
</ul>
<h3>Known Bugs</h3>
<p>After the script created the new layers you need to select/click a different layer in order to update the Gimp image window.</p>
<p>By the way, this is my first Scheme script. So I&#8217;m glad that it works (for me) at all.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.lindoze.net/software/gimp-rotating-brush/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

