<?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>images</title>
 <link>http://registry.gimp.org/taxonomy/term/278</link>
 <description>The taxonomy view with a depth of 0.</description>
 <language>en</language>
<item>
 <title>Exact Aligner</title>
 <link>http://registry.gimp.org/node/18961</link>
 <description>&lt;p&gt;This script brings 2 pictures to an exact overlap.&lt;br /&gt;
The pictures must be in 2 different layers of the same image.&lt;br /&gt;
Get the layer 2 with 50% transparency. This makes both pictures visible in one projection.&lt;br /&gt;
You have to tell the script, which 2 points have to overlap. Therefore you stroke a path with a path tool in the image including 4 points. Point 1 will be aligned with point 3 and point 2 will be aligned with point 4.&lt;br /&gt;
The points build one path. So you can just click the 4 points consecutively.&lt;br /&gt;
More description is in the file.&lt;/p&gt;
&lt;p&gt;Thanx&lt;br /&gt;
Volker Tries&lt;br /&gt;
(c) 2009&lt;/p&gt;
</description>
 <comments>http://registry.gimp.org/node/18961#comments</comments>
 <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/209">adjustment</category>
 <category domain="http://registry.gimp.org/taxonomy/term/830">alignment</category>
 <category domain="http://registry.gimp.org/taxonomy/term/278">images</category>
 <category domain="http://registry.gimp.org/taxonomy/term/306">layers</category>
 <category domain="http://registry.gimp.org/taxonomy/term/831">overlap</category>
 <category domain="http://registry.gimp.org/taxonomy/term/240">overlay</category>
 <category domain="http://registry.gimp.org/taxonomy/term/157">photo</category>
 <category domain="http://registry.gimp.org/taxonomy/term/829">Picture</category>
 <category domain="http://registry.gimp.org/taxonomy/term/176">resize</category>
 <category domain="http://registry.gimp.org/taxonomy/term/406">stereoscopic</category>
 <category domain="http://registry.gimp.org/taxonomy/term/634">transparent</category>
 <category domain="http://registry.gimp.org/taxonomy/term/80">vectors</category>
 <enclosure url="http://registry.gimp.org/files/exact-aligner.scm" length="6905" type="application/octet-stream" />
 <pubDate>Fri, 02 Oct 2009 08:06:05 +0200</pubDate>
 <dc:creator>vtries</dc:creator>
 <guid isPermaLink="false">18961 at http://registry.gimp.org</guid>
</item>
<item>
 <title>LayerGroups subsystem for Gimp</title>
 <link>http://registry.gimp.org/node/16563</link>
 <description>&lt;h2&gt;&lt;strong&gt;LayerGroups subsystem for Gimp&lt;/strong&gt;&lt;br /&gt;
&lt;/h2&gt;
&lt;strong&gt;New version 1.0a, uploaded June 30, 2009&lt;/strong&gt;

&lt;p&gt;
LayerGroups is a comprehensive layer groups subsystem for GIMP. It allows the creation of &lt;strong&gt;groups &lt;/strong&gt;and&lt;strong&gt; subgroups&lt;/strong&gt; of layers without limitation, based on the layer names. It allows you to &lt;strong&gt;hide&lt;/strong&gt; or &lt;strong&gt;show&lt;/strong&gt; many layers simultaneously,&lt;strong&gt; link&lt;/strong&gt; or &lt;strong&gt;unlink&lt;/strong&gt; them,  &lt;strong&gt;rename&lt;/strong&gt; them, &lt;strong&gt;delete&lt;/strong&gt; them, &lt;strong&gt;duplicate&lt;/strong&gt; them in the same image or to another image, &lt;strong&gt;move&lt;/strong&gt; them up or down in the layer stack (raise or lower) in relation to a specific reference layer, &lt;strong&gt;generate external image files&lt;/strong&gt; (for example png, gif, jpeg etc) from each of the layers of the group, and several other operations. 
&lt;/p&gt;
&lt;p&gt;
The selection of layers for the group can be enhanced with filters, for example only layers that are linked, or contain a specific keyword in the name.
&lt;/p&gt;
&lt;p&gt;
LayerGroups contains a &lt;strong&gt;built-in help system&lt;/strong&gt; that works two ways: when you are on the GIMP menu system with the mouse above one of the menu options you get a multi-line window with help and instructions on how to use the specific functionality and when you are in the dialog box where you enter the parameters, there is a menu that you can open to read the same help text. This help system is prepared in such a way that it can be easily translated into other languages, like French, German, Spanish, Portuguese, Dutch, etc. 
&lt;/p&gt;
&lt;p&gt;
LayerGroups has been thoroughly tested in a project with images containing hundreds of  layers where most of the mentioned layer group functionality was required. As a useful spill off, the LayerGroups script contains many generic script-fu functions that could be very useful in other scripts for GIMP. It has been tested under Windows XP and Vista with Gimp Portable version 2.6.6 and under Ubuntu Linux, Gimp version 2.6.6. To install the script, copy the script file &amp;quot;mig-gimp-layer-groups.scm&amp;quot; to the scripts directory and from GIMP execute the menu option Filters-&amp;gt;Script-Fu-&amp;gt;Refresh scripts. You should get a new main menu option labeled &#039;LayerGroups&#039; between &#039;Filters&#039; and &#039;Windows&#039;.  
&lt;/p&gt;
&lt;h2&gt;&lt;strong&gt;New version 1.0a: features&lt;/strong&gt;
&lt;/h2&gt;
&lt;p&gt;
The new &lt;strong&gt;version 1.0a&lt;/strong&gt; has a built in option to allow the LayerGroups subsystem to be placed under the &lt;cite&gt;&#039;Layer&#039;&lt;/cite&gt; menu of the Gimp image window. By the default you get a new &lt;cite&gt;&#039;LayerGroups&#039;&lt;/cite&gt; menu entry directly in the Gimp Image window. If you change the script file at line 35 - which contains the text &#039;#f&#039; in the first 2 characters - (change the 2nd character in that line from &#039;f&#039; to &#039;t&#039;) the &#039;LayerGroups&#039; menu entry will become a sub-menu entry of the &#039;Layer&#039; menu entry. Use any text editor to edit the &#039;mig-gimp-layer-groups.scm&#039; file. For example, under Windows you can use NotePad to edit the file. Make sure the saved file maintains the extension &#039;.scm&#039; 

&lt;/p&gt;
&lt;p&gt;
This new version contains some bug corrections and new functionality. The new functionality includes &lt;strong&gt;&#039;delete linked layers&#039;&lt;/strong&gt;, &lt;strong&gt;&#039;reverse the stack order of a layer group&#039;&lt;/strong&gt; and &lt;strong&gt;&#039;reverse the stack order of the currently linked layers&#039;&lt;/strong&gt;. 
&lt;/p&gt;</description>
 <comments>http://registry.gimp.org/node/16563#comments</comments>
 <category domain="http://registry.gimp.org/taxonomy/term/35">GPLv2</category>
 <category domain="http://registry.gimp.org/taxonomy/term/20">Script-Fu</category>
 <category domain="http://registry.gimp.org/taxonomy/term/744">delete layers</category>
 <category domain="http://registry.gimp.org/taxonomy/term/745">duplicate layers</category>
 <category domain="http://registry.gimp.org/taxonomy/term/747">hide layers</category>
 <category domain="http://registry.gimp.org/taxonomy/term/278">images</category>
 <category domain="http://registry.gimp.org/taxonomy/term/518">jpeg</category>
 <category domain="http://registry.gimp.org/taxonomy/term/239">layer effects</category>
 <category domain="http://registry.gimp.org/taxonomy/term/742">layer groups</category>
 <category domain="http://registry.gimp.org/taxonomy/term/306">layers</category>
 <category domain="http://registry.gimp.org/taxonomy/term/746">link layers</category>
 <category domain="http://registry.gimp.org/taxonomy/term/384">png</category>
 <category domain="http://registry.gimp.org/taxonomy/term/743">rename layers</category>
 <category domain="http://registry.gimp.org/taxonomy/term/299">script-fu</category>
 <category domain="http://registry.gimp.org/taxonomy/term/554">tiff</category>
 <enclosure url="http://registry.gimp.org/files/mig-gimp-layer-groups.scm" length="213111" type="application/octet-stream" />
 <pubDate>Thu, 04 Jun 2009 15:23:53 +0200</pubDate>
 <dc:creator>melocotone</dc:creator>
 <guid isPermaLink="false">16563 at http://registry.gimp.org</guid>
</item>
<item>
 <title>dorylinux impaginatore</title>
 <link>http://registry.gimp.org/node/11802</link>
 <description>&lt;p&gt;Questo script in python altro non è che una mia personalizzazione e relativa traduzione in italiano basato sul codice &amp;quot;Batch resize&amp;quot; di Carol Spears.&lt;br /&gt;
Ho volutamente messo i margini a zero perchè le miniature impaginate possano essere agevolmente tagliate ed ottenere delle piccole foto da un&#039;impaginato grande. Io lo uso per creare in maniera del tutto automatica dei mini album partendo dall&#039;impaginato grande, infatti ci sono pure le misure che uso io col mio laboratorio che stampa in banda 406mm. Si può comunque utilizzare pure per creare delle provinature nei vari formati.&lt;br /&gt;
Sappi che mettere i margini è un gioco da ragazzi, troverai nello script  i miei commenti così da poter con poca fatica personalizzartelo da solo (vai al rigo 27).&lt;br /&gt;
Questa è una prima versione, considera che conosco un pò di php  ma nulla di python, fortunatamente ci sono delle somiglianze. Se ho tempo e voglia vorrei migliorarlo, tipo sostituire i tasti radio con un menù a tendina, cosi da rendere l&#039;interfaccia più piccolina ed aggiungere altri formati, tipo il fototessera e via dicendo.... si vedrà...&lt;br /&gt;
Per installarlo la procedura è la solita, scarichi il file e lo metti all&#039;interno di: &amp;quot;/home/tuo_nome_utente/.gimp-2.6/plug-ins&amp;quot;, poi avvi Gimp e te lo trovi su &amp;quot;Filtri &amp;gt; Batch&amp;quot;.&lt;br /&gt;
Divertiti&lt;/p&gt;
</description>
 <comments>http://registry.gimp.org/node/11802#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/43">GPLv2+</category>
 <category domain="http://registry.gimp.org/taxonomy/term/22">Python</category>
 <category domain="http://registry.gimp.org/taxonomy/term/158">contact sheet</category>
 <category domain="http://registry.gimp.org/taxonomy/term/243">generate</category>
 <category domain="http://registry.gimp.org/taxonomy/term/225">image</category>
 <category domain="http://registry.gimp.org/taxonomy/term/278">images</category>
 <category domain="http://registry.gimp.org/taxonomy/term/598">impaginatore</category>
 <category domain="http://registry.gimp.org/taxonomy/term/372">linux</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/176">resize</category>
 <category domain="http://registry.gimp.org/taxonomy/term/59">save</category>
 <category domain="http://registry.gimp.org/taxonomy/term/177">transform</category>
 <category domain="http://registry.gimp.org/taxonomy/term/375">utility</category>
 <enclosure url="http://registry.gimp.org/files/dorylinux-impaginatore.py" length="12203" type="text/x-python" />
 <pubDate>Thu, 20 Nov 2008 14:39:06 +0100</pubDate>
 <dc:creator>dorylinux</dc:creator>
 <guid isPermaLink="false">11802 at http://registry.gimp.org</guid>
</item>
<item>
 <title>IGLO - Images Grid LayOut</title>
 <link>http://registry.gimp.org/node/2236</link>
 <description>&lt;h3&gt;Print multiple photos on single paper.&lt;/h3&gt;
&lt;p&gt;Script merges multiple images to another one with grid layout.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;You can use it for printing multiple photos on one paper, creating posters, wallpaper, CD/DVD covers, etc.
&lt;li&gt;You can duplicate images in final grid to print visit-card, etc.
&lt;/ul&gt;
&lt;p&gt;Home page: &lt;a href=&quot;http://iglo.svoboda.biz&quot; title=&quot;http://iglo.svoboda.biz&quot;&gt;http://iglo.svoboda.biz&lt;/a&gt;&lt;/p&gt;
</description>
 <comments>http://registry.gimp.org/node/2236#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/20">Script-Fu</category>
 <category domain="http://registry.gimp.org/taxonomy/term/170">business cards</category>
 <category domain="http://registry.gimp.org/taxonomy/term/169">CD</category>
 <category domain="http://registry.gimp.org/taxonomy/term/278">images</category>
 <category domain="http://registry.gimp.org/taxonomy/term/168">labels</category>
 <category domain="http://registry.gimp.org/taxonomy/term/303">pattern</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/265">printer</category>
 <category domain="http://registry.gimp.org/taxonomy/term/176">resize</category>
 <category domain="http://registry.gimp.org/taxonomy/term/259">script</category>
 <category domain="http://registry.gimp.org/taxonomy/term/177">transform</category>
 <pubDate>Sun, 23 Mar 2008 11:51:23 +0100</pubDate>
 <dc:creator>sooaai</dc:creator>
 <guid isPermaLink="false">2236 at http://registry.gimp.org</guid>
</item>
<item>
 <title>Loader for NASA/ESA PDS/EDR images</title>
 <link>http://registry.gimp.org/node/1627</link>
 <description>This plugin loads NASA/ESA PDS/EDR images.
&lt;p&gt;
PDS/EDR format is the image format used by NASA Planetary Data System
and by ESA Planetary Science Archives. PDS images from various space
missions are available at &lt;a href=&quot;http://pds-imaging.jpl.nasa.gov/&quot; title=&quot;http://pds-imaging.jpl.nasa.gov/&quot;&gt;http://pds-imaging.jpl.nasa.gov/&lt;/a&gt; and
&lt;a href=&quot;http://www.rssd.esa.int/index.php?project=PSA&quot; title=&quot;http://www.rssd.esa.int/index.php?project=PSA&quot;&gt;http://www.rssd.esa.int/index.php?project=PSA&lt;/a&gt;
&lt;/p&gt;
&lt;p&gt;
With the PDS plug-in you can load images from these missions and others:
&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;Mars Express HRSC
	&lt;/li&gt;
	&lt;li&gt;2001 Mars Odyssey THEMIS EDR/RDR-QUB (RGB-loader)
	&lt;/li&gt;
	&lt;li&gt;Mars Global Surveyor MOC
	&lt;/li&gt;
	&lt;li&gt;Mars Pathfinder
	&lt;/li&gt;
	&lt;li&gt;Viking Lander
	&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;
PDS-files usually have the filename-suffix &amp;quot;.img&amp;quot; or &amp;quot;.imq&amp;quot; if compressed.
Note, that this suffix is also used for other non-PDS file-formats.
&lt;/p&gt;
&lt;p&gt;
The plug-in will install itself as input filter for files with the following suffixes:&lt;br /&gt;
img,imq,qub,pds,edr,bb1,bb2,bb3,bb4,ir1,ir2,ir3,n07,n15,sur,sun,red,grn,blu,sgr,vio
&lt;/p&gt;
&lt;p&gt;
Source and compiled versions for Windows, Linux and Mac OS:&lt;br /&gt;
&lt;a href=&quot;http://areo.info/gimp/&quot; title=&quot;http://areo.info/gimp/&quot;&gt;http://areo.info/gimp/&lt;/a&gt;
&lt;/p&gt;</description>
 <comments>http://registry.gimp.org/node/1627#comments</comments>
 <category domain="http://registry.gimp.org/taxonomy/term/23">2.x</category>
 <category domain="http://registry.gimp.org/taxonomy/term/25">2.4</category>
 <category domain="http://registry.gimp.org/taxonomy/term/2">2.3</category>
 <category domain="http://registry.gimp.org/taxonomy/term/1">2.2</category>
 <category domain="http://registry.gimp.org/taxonomy/term/19">2.0</category>
 <category domain="http://registry.gimp.org/taxonomy/term/523">2.6</category>
 <category domain="http://registry.gimp.org/taxonomy/term/40">unknown</category>
 <category domain="http://registry.gimp.org/taxonomy/term/277">edr</category>
 <category domain="http://registry.gimp.org/taxonomy/term/282">esa</category>
 <category domain="http://registry.gimp.org/taxonomy/term/278">images</category>
 <category domain="http://registry.gimp.org/taxonomy/term/284">img</category>
 <category domain="http://registry.gimp.org/taxonomy/term/285">imq</category>
 <category domain="http://registry.gimp.org/taxonomy/term/163">load</category>
 <category domain="http://registry.gimp.org/taxonomy/term/281">nasa</category>
 <category domain="http://registry.gimp.org/taxonomy/term/276">pds</category>
 <category domain="http://registry.gimp.org/taxonomy/term/280">planetary</category>
 <category domain="http://registry.gimp.org/taxonomy/term/283">qub</category>
 <category domain="http://registry.gimp.org/taxonomy/term/279">space</category>
 <enclosure url="http://registry.gimp.org/files/pds-2.3.6.tar.gz" length="222085" type="application/x-gzip" />
 <pubDate>Sun, 09 Mar 2008 13:19:24 +0100</pubDate>
 <dc:creator>areo</dc:creator>
 <guid isPermaLink="false">1627 at http://registry.gimp.org</guid>
</item>
</channel>
</rss>
