<?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>The Artist&#039;s Guide to GIMP</title>
	<atom:link href="http://www.artistsguidetogimp.com/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://www.artistsguidetogimp.com</link>
	<description>For those who need to know a bit more than just where a menu option lives...</description>
	<lastBuildDate>Tue, 17 Jul 2012 01:42:47 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Python vs Script-Fu: plugins or scripts</title>
		<link>http://www.artistsguidetogimp.com/?p=282</link>
		<comments>http://www.artistsguidetogimp.com/?p=282#comments</comments>
		<pubDate>Sun, 31 Jan 2010 04:46:03 +0000</pubDate>
		<dc:creator>mjhammel</dc:creator>
				<category><![CDATA[Commentary]]></category>
		<category><![CDATA[Getting Started]]></category>
		<category><![CDATA[batch interpreter]]></category>
		<category><![CDATA[batch processing]]></category>
		<category><![CDATA[gimp]]></category>
		<category><![CDATA[python interpreter]]></category>
		<category><![CDATA[python scripts]]></category>

		<guid isPermaLink="false">http://www.graphics-muse.org/artistsguide/?p=282</guid>
		<description><![CDATA[This seems to come up fairly often.  Non-programmers often have a difficult time understanding what to do with scripts and plugins they download for use with GIMP.  It isn&#8217;t clear what the difference is between them.  What constitutes a script<span class="ellipsis">&#8230;</span> <a href="http://www.artistsguidetogimp.com/?p=282"><div class="see-more">See more &#8250;</div><!-- end of .see-more --></a>]]></description>
			<content:encoded><![CDATA[<p>This seems to come up fairly often.  Non-programmers often have a difficult time understanding what to do with scripts and plugins they download for use with GIMP.  It isn&#8217;t clear what the difference is between them.  What constitutes a script and what constitutes a plugin?  Aren&#8217;t python programs considered scripts?  Are they all just plugins?  What do you do with these programs in order to use them with GIMP?</p>
<p>Every user has a .gimp directory in their HOME directory.  The actual name is suffixed with the version you&#8217;re using, so the latest stable release uses a directory named .gimp-2.6.  Inside of the .gimp directory you&#8217;ll find a variety of files and directories.  Two of these directories are <span style="color: #000080;"><em>plug-ins</em></span> and <span style="color: #000080;"><em>scripts</em></span>.  The plug-ins is where you store python scripts and compiled plugins.  The scripts directory is where you store script-fu scripts.</p>
<p>Technically there is no functional difference between the files in either directory.  Python scripts, script-fu scripts and compiled plugins provide the same internal capabilities.  This means that a python script can call a script-fu script and vice-versa.  But non-developers don&#8217;t care about that.  So just remember that only script-fu scripts go in the scripts directory.  All other plugins go in the plug-ins directory.</p>
<p>Plugin developers who use python for their plugins might want to consider using the batch processing option of GIMP.  To pass a python script to GIMP through the batch interface you need to specify that the python interpreter should be used, as in:</p>
<p style="padding-left: 30px;"><span style="font-family: courier new,courier;">&#8211;batch-interpreter python-fu-eval</span></p>
<p>Then any arguments passed to the -b option will be run through the python intepreter.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.artistsguidetogimp.com/?feed=rss2&#038;p=282</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Cool Tip:  Zig-zag pattern</title>
		<link>http://www.artistsguidetogimp.com/?p=275</link>
		<comments>http://www.artistsguidetogimp.com/?p=275#comments</comments>
		<pubDate>Sun, 24 Jan 2010 03:47:05 +0000</pubDate>
		<dc:creator>mjhammel</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[gimp]]></category>
		<category><![CDATA[ripple]]></category>

		<guid isPermaLink="false">http://www.graphics-muse.org/artistsguide/?p=275</guid>
		<description><![CDATA[This very cool trick comes from Saul Goode, courtesy of the GIMP User Mailing list.  To create a zig zag pattern very quickly&#8230; Select the top half of your layer, enter Quick Mask mode, and run  Filters-&#62;Distorts-&#62;Ripple with the Smear,<span class="ellipsis">&#8230;</span> <a href="http://www.artistsguidetogimp.com/?p=275"><div class="see-more">See more &#8250;</div><!-- end of .see-more --></a>]]></description>
			<content:encoded><![CDATA[<p>This very cool trick comes from Saul Goode, courtesy of the GIMP User Mailing list.  To create a zig zag pattern very quickly&#8230;</p>
<p style="padding-left: 30px;"><em>Select the top half of your layer, enter Quick Mask mode, and run  <span style="color: #000080;"><span style="font-family: courier new,courier;">Filters-&gt;Distorts-&gt;Ripple</span></span> with the Smear, Vertical, and Sawtooth  options (use the sliders to size your zigs and zags). Exit Quick Mask  mode.</em></p>
<p>Here&#8217;s an example result:</p>
<p><a href="http://www.artistsguidetogimpeffects.com/wp-content/uploads/2010/01/zigzag.png"><img class="aligncenter size-medium wp-image-276" title="zigzag" src="http://www.artistsguidetogimpeffects.com/wp-content/uploads/2010/01/zigzag-300x224.png" alt="" width="300" height="224" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.artistsguidetogimp.com/?feed=rss2&#038;p=275</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>GIMP and multicore processors</title>
		<link>http://www.artistsguidetogimp.com/?p=267</link>
		<comments>http://www.artistsguidetogimp.com/?p=267#comments</comments>
		<pubDate>Sat, 16 Jan 2010 22:19:48 +0000</pubDate>
		<dc:creator>mjhammel</dc:creator>
				<category><![CDATA[Commentary]]></category>
		<category><![CDATA[AMD]]></category>
		<category><![CDATA[canvas]]></category>
		<category><![CDATA[channel operations]]></category>
		<category><![CDATA[CPUs]]></category>
		<category><![CDATA[cscope]]></category>
		<category><![CDATA[dual core]]></category>
		<category><![CDATA[gimp]]></category>
		<category><![CDATA[masks]]></category>
		<category><![CDATA[multicore]]></category>
		<category><![CDATA[Sven Neumann]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://www.graphics-muse.org/artistsguide/?p=267</guid>
		<description><![CDATA[I wasn&#8217;t aware of this till recently but GIMP 2.6 has an option for setting the number of processors to use for certain processes. Multiple cores are like multiple CPUs except they all live in the same chip.  Most modern<span class="ellipsis">&#8230;</span> <a href="http://www.artistsguidetogimp.com/?p=267"><div class="see-more">See more &#8250;</div><!-- end of .see-more --></a>]]></description>
			<content:encoded><![CDATA[<p>I wasn&#8217;t aware of this till recently but GIMP 2.6 has an option for setting the number of processors to use for certain processes. Multiple cores are like multiple CPUs except they all live in the same chip.  Most modern computers are being shipped with dual core or better though you can still purchase single core systems too.  I happen to have a number of dual and quad core systems though my laptop is an older single core.  The advantages of having multiple cores is that your computer can perform certain operations in parallel.  This makes certain operations must faster.  While you don&#8217;t get much benefit from multiple cores when working on an ordinary text document, you can definitely see the improvement in certain graphic and video operations.</p>
<p>In the GIMP, look in <span style="color: #003366;"><em>Edit-&gt;Preferences</em></span>, in the <strong>Environment</strong> options under <em><strong>Resource Consumption</strong></em>.  There is a field to set the number of processors to use.  I&#8217;ve set mine to 4 because I&#8217;ve got a quad-core AMD processor.</p>
<p><img class="aligncenter size-full wp-image-268" title="prefs-processors" src="http://www.artistsguidetogimpeffects.com/wp-content/uploads/2010/01/prefs-processors.png" alt="prefs-processors" width="661" height="591" /></p>
<p>I asked Sven Neumann what processes this affects.  He pointed me to look at git grep pixel_regions_process_parallel which must be done under a git tree for the current GIMP source.  I ran this method through cscope to find every place it was called and came up with these functions:</p>
<p style="padding-left: 30px;"><span style="color: #993300;"><span style="font-size: small;"><span style="font-family: courier new,courier;">apply_mask_to_region<br />
combine_mask_and_region<br />
combine_regions<br />
gimp_channel_combine_mask<br />
gimp_channel_real_invert<br />
gimp_channel_real_sharpen<br />
gimp_drawable_process<br />
gimp_histogram_calculate<br />
gimp_image_contiguous_region_by_color<br />
initial_region<br />
pixel_regions_process_parallel</span></span></span></p>
<p>So masks and channel operations can utilize multiple cores.  I&#8217;m not sure what the _region functions do but perhaps they&#8217;re related to tile handling.  This would imply canvas updates are parallelized too.</p>
<p>In summary, you&#8217;ll get some benefit from having multiple cores when using lots of masks.  This is good to know because masks are non-destructive changes to layers and you get the most benefit of using them if you have mulitple cores.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.artistsguidetogimp.com/?feed=rss2&#038;p=267</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Finding color profile information in a file</title>
		<link>http://www.artistsguidetogimp.com/?p=264</link>
		<comments>http://www.artistsguidetogimp.com/?p=264#comments</comments>
		<pubDate>Sat, 16 Jan 2010 21:55:09 +0000</pubDate>
		<dc:creator>mjhammel</dc:creator>
				<category><![CDATA[Commentary]]></category>
		<category><![CDATA[Adobe]]></category>
		<category><![CDATA[adobe rgb]]></category>
		<category><![CDATA[color profile]]></category>
		<category><![CDATA[color profiles]]></category>
		<category><![CDATA[color space]]></category>
		<category><![CDATA[colors]]></category>
		<category><![CDATA[ColorTemperature]]></category>
		<category><![CDATA[EXIF]]></category>
		<category><![CDATA[exif data]]></category>
		<category><![CDATA[ExifTool]]></category>
		<category><![CDATA[fedora]]></category>
		<category><![CDATA[gimp]]></category>
		<category><![CDATA[MakerNotes]]></category>
		<category><![CDATA[pentax cameras]]></category>
		<category><![CDATA[RGB]]></category>

		<guid isPermaLink="false">http://www.graphics-muse.org/artistsguide/?p=264</guid>
		<description><![CDATA[There is an ongoing discussion on the GIMP User mailing list regarding color profiles.  One user was having problems with GIMP reading proper profile information from files produced by Pentax cameras.  It turns out that the camera was placing the<span class="ellipsis">&#8230;</span> <a href="http://www.artistsguidetogimp.com/?p=264"><div class="see-more">See more &#8250;</div><!-- end of .see-more --></a>]]></description>
			<content:encoded><![CDATA[<p>There is an ongoing discussion on the GIMP User mailing list regarding color profiles.  One user was having problems with GIMP reading proper profile information from files produced by Pentax cameras.  It turns out that the camera was placing the information in custom fields so GIMP EXIF support never sees it.</p>
<p>What I found interesting about this discussion was the tip from Milan Knizek, who showed how he checked the files for color profile information.  He used two commands:</p>
<p style="padding-left: 30px;"><span style="font-size: small;"><span style="font-family: courier new,courier;"><span style="color: #993300;">exiftool -a -G -H _GOR3359.JPG | grep Color</span></span></span></p>
<p>Obviously the .JPG is the source image filename.  This command produced information that looked like this:</p>
<p style="padding-left: 30px;"><span style="font-size: small;"><span style="font-family: courier new,courier;">[File]               &#8211; Color Components                : 3<br />
[EXIF]          0xa001 Color Space                     : Uncalibrated<br />
[MakerNotes]    0&#215;0037 Color Space                     : Adobe RGB</span></span></p>
<p>This is how he found that the color space specified in the file (Adobe RGB) was not actually specified in the EXIF fields.  The second command was exiv2:
</p>
<p style="padding-left: 30px;"><span style="color: #993300;"><span style="font-size: small;"><span style="font-family: courier new,courier;">exiv2 -pa _GOR3359.JPG | grep Color</span></span></span></p>
<p>This command produced information like so:</p>
<p style="padding-left: 30px;"><span style="font-size: small;"><span style="font-family: courier new,courier;">Exif.Pentax.ColorSpace                       Short       1  Adobe RGB<br />
Exif.Pentax.ColorTemperature                 Short       1  0<br />
Exif.Pentax.ColorInfo                        Undefined  18  32 131 31<br />
100 31 125 32 156 33 72 32 246 31 51 31 10 0 0<br />
Exif.Photo.ColorSpace </span></span></p>
<p>It&#8217;s unclear to me what this is telling us but it appears that the Pentax information is in a special area of the EXIF data in the file.  In any case, finding out what color space is specified in an image file, and most cameras do this now, is pretty easy with these two commands.  On Fedora, the <strong>exiv2</strong> program is found in the <span style="color: #993300;"><em><strong>exiv2</strong></em></span> package while the <strong>exiftool</strong> program is found in the <span style="color: #993300;"><em><strong>perl-Image-ExifTool</strong></em></span> package.  Having this information may make it a little easier to configure GIMP&#8217;s color management too.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.artistsguidetogimp.com/?feed=rss2&#038;p=264</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Building GIMP 2.7.x from source (GIT)</title>
		<link>http://www.artistsguidetogimp.com/?p=247</link>
		<comments>http://www.artistsguidetogimp.com/?p=247#comments</comments>
		<pubDate>Thu, 03 Sep 2009 01:59:51 +0000</pubDate>
		<dc:creator>mjhammel</dc:creator>
				<category><![CDATA[GIMP Development]]></category>
		<category><![CDATA[babl]]></category>
		<category><![CDATA[EXIF]]></category>
		<category><![CDATA[fedora]]></category>
		<category><![CDATA[gegl]]></category>
		<category><![CDATA[gimp]]></category>
		<category><![CDATA[gnome]]></category>
		<category><![CDATA[gtk+]]></category>
		<category><![CDATA[PDF]]></category>

		<guid isPermaLink="false">http://www.graphics-muse.org/artistsguide/?p=247</guid>
		<description><![CDATA[I&#8217;m preparing to update my GIMP book and decided it would be best to work from the source repository.  A long time ago that repository was in CVS and you needed to download a bunch of GTK related packages as<span class="ellipsis">&#8230;</span> <a href="http://www.artistsguidetogimp.com/?p=247"><div class="see-more">See more &#8250;</div><!-- end of .see-more --></a>]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m preparing to update my GIMP book and decided it would be best to work from the source repository.  A long time ago that repository was in CVS and you needed to download a bunch of GTK related packages as prerequisites.  This was actually pretty easy.  Then things moved to SVN and things were still pretty easy but you needed different repository tools.  Now things are in GIT and you need more packages unrelated to GTK, such as GEGL and BABL.  Things keep getting harder.  Sounds like GNOME development in general.</p>
<p>But I&#8217;m a developer by trade so there should be no reason I cannot figure out.  So this blog entry is all about getting that done.</p>
<h3>Required Packages</h3>
<ul>
<li>BABL</li>
<li>GEGL
<ul>
<li>Ruby (when building from the git repository)</li>
<li>lua-devel</li>
<li>OpenEXR-devel</li>
<li>librsvg2-devel</li>
<li>libopenraw-devel</li>
<li>graphviz</li>
<li>avformat</li>
<li>libspiro-devel</li>
</ul>
</li>
<li>GIMP
<ul>
<li>jasper library</li>
<li>libpoppler</li>
<li>libwmf</li>
<li>libexif</li>
</ul>
</li>
</ul>
<p>These are just the packages that were not found the first time I tried to build things on Fedora 11.  On other systems (including Windows and Macs) you&#8217;ll may have other requirements, especially if you don&#8217;t use GNOME on your desktop at all.  Fedora 11 didn&#8217;t seem to have a version of avformat so I skipped it.  I installed libpoppler (runtime and devel packages) but GIMP didn&#8217;t like that so the PDF support was built using the Postscript plug-in.</p>
<p>The list of packages available from the GIT repository is available from the <a href="http://developer.gimp.org/git.html">GIMP Developer</a> web site.  This list does not list the prerequisites that are not part of the GIMP GIT repository.</p>
<h3>Getting The Source</h3>
<p>Git requires two steps to get the code.  The first is called a clone, which gets the source sufficient to build the tree.  The second step, checkout, actually checks out the source so that you can make modifications and check them back in.   A third step, config, allows configuration of general details such as your user name and email address.  Only the first step is required if all you want to do is built GIMP from the source tree in order to get all the latest features and bug fixes and are not intending to make source code changes to submit back to the project.  All of this information can be found on the <a href="http://live.gnome.org/Git/Developers">GNOME GIT</a> <a href="http://live.gnome.org/Git">pages</a>.</p>
<h3>Compiling Order</h3>
<p>Building the GIMP is easy at the moment because there are only two real dependencies that can&#8217;t be satisfied by just installing prebuilt development packages.  This won&#8217;t always be the case as development of the 2.7 version progresses.</p>
<p>For now, you can get away with building in the following order:</p>
<ul>
<li>BABL</li>
<li>GEGL</li>
<li>GIMP</li>
</ul>
<h3>Building Into a Development Directory</h3>
<p>If you build all the prerequisites into a single directory it will make it easier to compile prerequisites and run programs later.  Therefore we choose a single directory: <strong><span style="color: #003366;"><span style="font-family: courier new,courier;">/usr/local/gimpgit</span></span></strong>.   To use this directory for the build we&#8217;re going to want to add some environment variable settings:</p>
<p style="padding-left: 30px;"><span style="color: #003366;"><span style="font-family: courier new,courier;">export PKG_CONFIG_PATH=/usr/local/gimpgit/lib/pkgconfig/:$PKG_CONFIG_PATH</span></span></p>
<p style="padding-left: 30px;"><span style="color: #003366;"><span style="font-family: courier new,courier;">export LD_LIBRARY_PATH=/usr/local/gimpgit/lib:$LD_LIBRARY_PATH</span></span></p>
<p>The first variable is used to find pkg-config configuration files for prerequisite libraries.  The second is used to find runtime libraries of prerequisite packages during the build.  In both cases we&#8217;re placing the location to look for file of interest from the build directory tree ahead of any other configurations we might have previously set such as in our .bashrc file.  In this way we&#8217;ll pick up the new builds first and then pick up the old versions later if the new versions haven&#8217;t been built yet.  This will cause the build of each prerequisite to behave in the expected fashion, informing us of missing requirements.</p>
<h3>Build Process</h3>
<p>The GIMP packages (BABL, GEGL and GIMP) are all built using the autogen.sh script.  This is a front end to the autoconf/automake/libtool configuration contained in the source tree that makes it easy to create the Makefiles throughout the tree.  The general format of the command is as follows:</p>
<p style="padding-left: 30px;"><span style="color: #003366;"><span style="font-family: courier new,courier;">./autogen.sh &#8211;prefix=/usr/local/gimpgit</span></span></p>
<p>Running autogen.sh in the gimp source tree the first time will print out the results of simple tests to verify that you have required build tools, such as autoconf and automake.  When autogen.sh is run it will also run the configure script it creates which in turn will do additional searches for required packages.  It is at this point that the build will detect if you have the proper prerequisite libraries installed such as BABL and GEGL.</p>
<p>In order to find out what prerequisites I was missing I just ran autogen.sh once in the GIMP tree.  It told me I was missing babl, which I then built and installed.  I then ran the same autogen.sh command but substituted configure for autogen.sh because the latter will rebuild everything while the former (configure) will just run the configuration processing.  In other words, autogen.sh is needed once to build the configure script. After that you can usually just run configure instead.</p>
<h4>BABL</h4>
<p>After running autogen.sh, run the following commands:</p>
<ul>
<li>make</li>
<li>sudo make install</li>
</ul>
<h4>GEGL</h4>
<p>After installing the myriad of prerequisites and running autogen.sh, run the following commands:</p>
<ul>
<li>make</li>
<li>sudo make install</li>
</ul>
<h4>GIMP</h4>
<p>Fortunately it doesn&#8217;t appear that you need to update GTK+ and its related libraries for GIMP.  At least not at this time and not with GIMP 2.7 out of the git repository.</p>
<p>After installing the myriad of prerequisites and running autogen.sh, run the following commands:</p>
<ul>
<li>make</li>
<li>sudo make install</li>
</ul>
<h3>Running GIMP</h3>
<p>Now that you have it all built you just need to make sure the the build directories are the first in your PATH environment variable.  The best way to do this without affecting the rest of you desktop experience is to write a little script and use it to launch the development version.</p>
<p style="padding-left: 30px;"><span style="color: #003366;"><span style="font-family: courier new,courier;">#!/bin/bash </span></span></p>
<p style="padding-left: 30px;"><span style="color: #003366;"><span style="font-family: courier new,courier;">export PATH=/usr/local/gimpgit/bin:$PATH</span></span></p>
<p style="padding-left: 30px;"><span style="color: #003366;"><span style="font-family: courier new,courier;">gimp-2.7<br />
</span></span></p>
<p>Note that the program name is not &#8220;gimp&#8221;.  You can now run the development version of GIMP.  This version will create a new runtime directory in the users home:  .gimp-2.7.  GIMP will import its settings from your old .gimp-2.6 directory or even your .gimp-2.4 directory if you skipped 2.6 altogether.</p>
<p><span style="color: #003366;"><strong>Update: 2011-01-27</strong></span></p>
<p>To help out with this process, here are two scripts I use to download and build the components required to build GIMP from GIT (and described in this post).</p>
<ul>
<li><a href="http://www.graphics-muse.org/source/gimp/build.sh">build.sh</a></li>
<li><a href="http://www.graphics-muse.org/source/gimp/getIt.sh">getIt.sh</a></li>
</ul>
<p>build.sh is the script to run, and it calls getIt.sh for each component.  You should edit these scripts since they are not general purpose &#8211; make sure they fit your needs.  They are just the ones I used to do my builds from GIT and install them locally.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.artistsguidetogimp.com/?feed=rss2&#038;p=247</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Praise for the book</title>
		<link>http://www.artistsguidetogimp.com/?p=222</link>
		<comments>http://www.artistsguidetogimp.com/?p=222#comments</comments>
		<pubDate>Thu, 02 Apr 2009 14:57:13 +0000</pubDate>
		<dc:creator>mjhammel</dc:creator>
				<category><![CDATA[Commentary]]></category>
		<category><![CDATA[GIMP Reviews]]></category>
		<category><![CDATA[gimp]]></category>
		<category><![CDATA[graphics]]></category>
		<category><![CDATA[lost]]></category>
		<category><![CDATA[michael j hammel]]></category>
		<category><![CDATA[Praise]]></category>

		<guid isPermaLink="false">http://www.graphics-muse.org/artistsguide/?p=222</guid>
		<description><![CDATA[Patrick Horgan posted a nice review of the book to the GIMP User mailing list.  I have not asked permission to repost it here, but since it&#8217;s a public mailing list I thought it would be okay. I mentioned some<span class="ellipsis">&#8230;</span> <a href="http://www.artistsguidetogimp.com/?p=222"><div class="see-more">See more &#8250;</div><!-- end of .see-more --></a>]]></description>
			<content:encoded><![CDATA[<p>Patrick Horgan posted a nice <a href="http://lists.xcf.berkeley.edu/lists/gimp-user/2009-April/014560.html">review of the book</a> to the GIMP User mailing list.  I have not asked permission to repost it here, but since it&#8217;s a public mailing list I thought it would be okay.</p>
<p style="padding-left: 30px;"><span style="color: #000000;"><span style="font-size: medium;"><span style="font-family: courier new,courier;">I mentioned some time ago that I was reading The Artist&#8217;s Guide to GIMP Effects, by michael j. hammel, and that over time I&#8217;d report on what I thought about it.  Ok, here&#8217;s what I think about it. WOW!</span></span></span></p>
<p style="padding-left: 30px;"><span style="color: #000000;"><span style="font-size: medium;"><span style="font-family: courier new,courier;">I still have a long way to go to absorb everything in here, but in a few weeks I&#8217;ve gone from someone who&#8217;s messed around with Gimp for a few years but still felt lost, to someone who knows the principles behind using it as a tool.</span></span></span></p>
<p style="padding-left: 30px;"><span style="color: #000000;"><span style="font-size: medium;"><span style="font-family: courier new,courier;">Many of the questions people ask here seem obvious after reading and working with it for awhile.</span></span></span></p>
<p style="padding-left: 30px;"><span style="color: #000000;"><span style="font-size: medium;"><span style="font-family: courier new,courier;">He does a great job of teaching you the basic principles that let you solve problems.  You start thinking about what you want, instead of looking at what Gimp can do.</span></span></span></p>
<p style="padding-left: 30px;"><span style="color: #000000;"><span style="font-size: medium;"><span style="font-family: courier new,courier;">If you need to combine pictures, fix problems, do commercial graphics, web work, original art&#8211;this book is for you.  I&#8217;m astonished.</span></span></span></p>
<p style="padding-left: 30px;"><span style="color: #000000;"><span style="font-size: medium;"><span style="font-family: courier new,courier;">I&#8217;ll report back some more after spending a few more weeks with it.</span></span></span></p>
<p style="padding-left: 30px;"><span style="color: #000000;"><span style="font-size: medium;"><span style="font-family: courier new,courier;">It doesn&#8217;t cover 2.6, but it hasn&#8217;t been an issue using it with 2.6.  If you want to be a GIMP master, check it out!</span></span></span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.artistsguidetogimp.com/?feed=rss2&#038;p=222</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>GIMP Paint Shop documentation english translation</title>
		<link>http://www.artistsguidetogimp.com/?p=209</link>
		<comments>http://www.artistsguidetogimp.com/?p=209#comments</comments>
		<pubDate>Sun, 08 Mar 2009 00:49:39 +0000</pubDate>
		<dc:creator>mjhammel</dc:creator>
				<category><![CDATA[Community Contributions]]></category>
		<category><![CDATA[gimp]]></category>
		<category><![CDATA[GIMP Paint Shop]]></category>
		<category><![CDATA[PDF]]></category>
		<category><![CDATA[translation]]></category>

		<guid isPermaLink="false">http://www.graphics-muse.org/artistsguide/?p=209</guid>
		<description><![CDATA[I found a translation fo the GIMP Paint Shop PDF documentation.  See the update at the bottom of the GIMP Paint Shop announcement. Update: I&#8217;ve also rewritten this translation back into OpenOffice and PDF formats and improved upon the format<span class="ellipsis">&#8230;</span> <a href="http://www.artistsguidetogimp.com/?p=209"><div class="see-more">See more &#8250;</div><!-- end of .see-more --></a>]]></description>
			<content:encoded><![CDATA[<p>I found a translation fo the GIMP Paint Shop PDF documentation.  See the update at the bottom of the <a href="http://www.graphics-muse.org/artistsguide/?p=139">GIMP Paint Shop</a> announcement.</p>
<p>Update: I&#8217;ve also rewritten this translation back into <a href="http://www.graphics-muse.org/source/GPS.odt">OpenOffice</a> and <a href="http://www.graphics-muse.org/source/GPS.pdf">PDF</a> formats and improved upon the format and grammer slightly.</p>
<p>Enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.artistsguidetogimp.com/?feed=rss2&#038;p=209</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Resources: Textures and Patterns</title>
		<link>http://www.artistsguidetogimp.com/?p=193</link>
		<comments>http://www.artistsguidetogimp.com/?p=193#comments</comments>
		<pubDate>Wed, 11 Feb 2009 02:07:43 +0000</pubDate>
		<dc:creator>mjhammel</dc:creator>
				<category><![CDATA[Community Contributions]]></category>
		<category><![CDATA[Patterns]]></category>
		<category><![CDATA[free textures]]></category>
		<category><![CDATA[gimp]]></category>
		<category><![CDATA[stock photography]]></category>
		<category><![CDATA[texture]]></category>
		<category><![CDATA[textures]]></category>
		<category><![CDATA[tutorials section]]></category>

		<guid isPermaLink="false">http://www.graphics-muse.org/artistsguide/?p=179</guid>
		<description><![CDATA[I saw this posted on the GIMP User mailing list.  It&#8217;s a site devoted to providing free textures.  I thought it might be of interest to a few folks: CGTextures.com The textures are essentially a large collection of stock photography.<span class="ellipsis">&#8230;</span> <a href="http://www.artistsguidetogimp.com/?p=193"><div class="see-more">See more &#8250;</div><!-- end of .see-more --></a>]]></description>
			<content:encoded><![CDATA[<p>I saw this posted on the GIMP User mailing list.  It&#8217;s a site devoted to providing free textures.  I thought it might be of interest to a few folks:<a href="http://www.cgtextures.com/"> CGTextures.com</a> The textures are essentially a large collection of stock photography.</p>
<p>The site also has a tutorials section that is primarily aimed at Photoshop users.  Experienced users should always consider tutorials of this type when trying to come up with techniques in GIMP.  Most of the things you can do in Photoshop you can do in GIMP, though you may have to perform them in a different way.</p>
<p>The texture downloads are limited to 15MB per day per user.  A random sample of the available images showed that most come at least 3 sizes with the largest size usually under 3MB and often under 1MB.  Larger images are available to members of the site, if you&#8217;re interested in signing up.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.artistsguidetogimp.com/?feed=rss2&#038;p=193</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>GIMP Paint Studio Collection</title>
		<link>http://www.artistsguidetogimp.com/?p=188</link>
		<comments>http://www.artistsguidetogimp.com/?p=188#comments</comments>
		<pubDate>Wed, 04 Feb 2009 03:37:25 +0000</pubDate>
		<dc:creator>mjhammel</dc:creator>
				<category><![CDATA[Brushes]]></category>
		<category><![CDATA[Commentary]]></category>
		<category><![CDATA[Community Contributions]]></category>
		<category><![CDATA[GIMP Announcements]]></category>
		<category><![CDATA[Palettes]]></category>
		<category><![CDATA[Presets]]></category>
		<category><![CDATA[babl]]></category>
		<category><![CDATA[brushes]]></category>
		<category><![CDATA[docks]]></category>
		<category><![CDATA[fedora]]></category>
		<category><![CDATA[free software]]></category>
		<category><![CDATA[gimp]]></category>
		<category><![CDATA[GIMP Paint Shop]]></category>
		<category><![CDATA[graphics]]></category>
		<category><![CDATA[license]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[linux format]]></category>
		<category><![CDATA[PDF]]></category>
		<category><![CDATA[tool options]]></category>
		<category><![CDATA[translation]]></category>
		<category><![CDATA[unix]]></category>
		<category><![CDATA[yum]]></category>

		<guid isPermaLink="false">http://www.graphics-muse.org/artistsguide/?p=139</guid>
		<description><![CDATA[Ramón Miranda has released GIMP Paint Studio (GPS), a highly polished collection of brushes and palettes along with configuration files that will change the way you use the GIMP.  The collection includes nearly 100 new brushes and 15 palettes.  The<span class="ellipsis">&#8230;</span> <a href="http://www.artistsguidetogimp.com/?p=188"><div class="see-more">See more &#8250;</div><!-- end of .see-more --></a>]]></description>
			<content:encoded><![CDATA[<p>Ramón Miranda has released <a href="http://www.jesusda.com/blog/index.php?id=314">GIMP Paint Studio (GPS)</a>, a highly polished collection of brushes and palettes along with configuration files that will change the way you use the GIMP.  The collection includes nearly 100 new brushes and 15 palettes.  The brushes include a large number of high quality animated brushes which, for the first time, show the real power of this type of brush.</p>
<p><img class="alignright size-full wp-image-140" title="gps-brush1" src="http://www.artistsguidetogimpeffects.com/wp-content/uploads/2009/02/gps-brush1.jpg" alt="gps-brush1" width="386" height="320" />Also included in this collection are new <em>sessionrc</em> and <em>toolrc</em> files which, when used with the collection of <em>tool-option presets</em>, will change the default configuration of your GIMP session.  The new configurations make navigating GIMP easier while showing the power of our favorite editor.   Topping off this release is an extremely useful PDF document explaining the details and how to make the most out of the new brushes and palettes.</p>
<p>There are some minor downsides to this collection.  First, the PDF document is in Spanish and there are currently no translations available.  However this is a minor issue and doesn&#8217;t affect actual use of GPS. If the source to the document is released I suspect that the translations will follow in short order.</p>
<p>More importantly the updated configuration files will present a layout that will not fit on most desktops smaller than 1280&#215;1024.   While the width of the windows fit on my 1280&#215;800 laptop, the height of the windows did not and I was unable to get the window manager controls to resize the dock windows.  This, too, should not be a huge problem as you can drag the docks off from those windows and rearrange them to fit your needs, or simply don&#8217;t install the <em>sessionrc</em> or the <em>toolrc</em>.</p>
<p>Finally, the documentation refers to a number of brushes which I suspect are to be used with specific tools.  However, the brush names in the document do not match the brush names in the Brush dialog nor do they match the names of the brush files.</p>
<p>No license file accompanied the release though if my spanish is good enough it appears the page does refer to free software.</p>
<p>The collection is packaged in the 7z format, a zip like format available on Windows but which is not commonly used on Linux or Unix systems.  Fortunately a Linux port of an unpacking tool is available.  On Fedora systems look for the <span style="color: #003366;"><em>p7zip</em></span> package and install with yum.  If you can&#8217;t find the package for your Linux distribution you can try grabbing the source code from its <a href="http://p7zip.sourceforge.net/">sourceforge</a> page.  To unpack the package use the following command:</p>
<p style="padding-left: 30px;"><span style="color: #003366;"><span style="font-family: verdana,geneva;">7za x gps_v1.0.7z</span></span></p>
<p>One of the features you won&#8217;t notice without deciphering the documentation is that most of the Tools now have a number of tool option presets.  To use these, click on the &#8220;Reset options from&#8230;&#8221; button at the bottom of the Tool Options dialog and select one of the new presets installed with GPS.  The presets for the Smudge tool are particularly interesting.</p>
<div id="attachment_141" class="wp-caption aligncenter" style="width: 521px"><img class="size-full wp-image-141" style="margin: 10px;" title="gps" src="http://www.artistsguidetogimpeffects.com/wp-content/uploads/2009/02/gps.jpg" alt="gps" width="511" height="320" /><p class="wp-caption-text">GPS adds additional presets to most Tool Options.</p></div>
<p style="text-align: center;">
<p>Examples of <a href="http://ramonmirandavisualart.blogspot.com/">Ramón&#8217;s work with GPS</a> can be found on his blog.</p>
<p><span style="color: #003366;"><strong>Update: 2009-03-07</strong></span></p>
<p>I was browsing <a href="http://ramonmirandavisualart.blogspot.com/2009/02/gps-v10.html">Ramon Miranda&#8217;s blog</a> and found that someone has <a href="http://uploader.polorix.net//files/901/GPS%20v1.0.zip">translated the PDF documentation into English</a>.  The package is the complete GPS including all the original files (sans PDF) and the translation is in HTML. It uses the images from the original PDF so they don&#8217;t display well, though this could probably be fixed up a little with some CSS.  Anyway, You can at least get some idea of what the PDF is saying now.</p>
<p>It shouldn&#8217;t be hard to convert the PDF to english now, using the same format as the original.  I may try this if I can find a night to do all the cut/paste work.</p>
<p><span style="color: #003366;"><strong>Update: 2009-03-08</strong></span></p>
<p>I&#8217;ve rewritten the english translation that was in HTML format into both <a href="http://www.graphics-muse.org/source/GPS.odt">OpenOffice</a> and <a href="http://www.graphics-muse.org/source/GPS.pdf">PDF</a> formats using the same basic layout as Ramon&#8217;s original PDF documentation.  I&#8217;ve also cleaned up the grammer and made the document (IMHO) a bit easier to read.  I also added a small section on using the palettes, a title page and a table of contents.  Hopefully this will help those english readers who would like to understand how to use this very well done improvement to GIMP.</p>
<p><span style="color: #003366;"><strong>Update: 2009-03-10</strong></span></p>
<p>I&#8217;ve noticed that I missed cleaning up the grammer in the sections describing each preset.  I&#8217;llupdate those after I finish my (currently due)  column for Linux Format later this week.</p>
<p><span style="color: #003366;"><strong>Update: 2009-06-08</strong></span></p>
<p>Ramon pointed out I&#8217;ve been calling this by the wrong name:  it&#8217;s <strong>GIMP Paint Studio</strong>, not GIMP Paint Shop.  Mea culpa.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.artistsguidetogimp.com/?feed=rss2&#038;p=188</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>GIMP in Hollywood slides</title>
		<link>http://www.artistsguidetogimp.com/?p=185</link>
		<comments>http://www.artistsguidetogimp.com/?p=185#comments</comments>
		<pubDate>Sun, 01 Feb 2009 21:20:20 +0000</pubDate>
		<dc:creator>mjhammel</dc:creator>
				<category><![CDATA[Commentary]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[gimp]]></category>
		<category><![CDATA[hollywood]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[slides]]></category>
		<category><![CDATA[tutorials section]]></category>
		<category><![CDATA[visual effects industry]]></category>

		<guid isPermaLink="false">http://www.graphics-muse.org/artistsguide/?p=137</guid>
		<description><![CDATA[I&#8217;ve posted the slide presentation from a talk I gave last April in the Tutorials section.  This will be old information for long time GIMP users but might be of some interest to those who don&#8217;t know the interesting history<span class="ellipsis">&#8230;</span> <a href="http://www.artistsguidetogimp.com/?p=185"><div class="see-more">See more &#8250;</div><!-- end of .see-more --></a>]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve posted the slide presentation from a talk I gave last April in the <a href="http://www.graphics-muse.org/artistsguide/?page_id=15">Tutorials</a> section.  This will be old information for long time GIMP users but might be of some interest to those who don&#8217;t know the interesting history of <a href="http://www.graphics-muse.org/artistsguide/?page_id=130">GIMP and the visual effects industry</a>.</p>
<p>The slides aren&#8217;t not visually exciting.  It was only for a short 15-20 minute presentation at a local open source users meeting.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.artistsguidetogimp.com/?feed=rss2&#038;p=185</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
