<?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>contact sheet</title>
 <link>http://registry.gimp.org/taxonomy/term/158</link>
 <description>The taxonomy view with a depth of 0.</description>
 <language>en</language>
<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>Contact Sheet </title>
 <link>http://registry.gimp.org/node/120</link>
 <description>&lt;p&gt;A python script that generates a contact sheet or index print containing a configurable number of images. Multiple sheets are generated, the filename can also be included. &lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;http://gimp-registry.fargonauten.de/files/Asia000.jpg&quot; width=&quot;450&quot;&gt;&lt;/p&gt;
&lt;p&gt;To install copy to ~/.gimp?-?/plug-ins/ directory or /usr/lib/gimp2-0/plug-ins/ and make executable with chmod +x contactsheet.py&lt;/p&gt;
&lt;p&gt;This updated version works with version 2.4 of The Gimp, tiff support is included.&lt;/p&gt;
&lt;p&gt;Thanks to Elmar at &lt;a href=&quot;http://www.sullockenzlin.demon.nl/Gimp.html&quot; title=&quot;http://www.sullockenzlin.demon.nl/Gimp.html&quot;&gt;http://www.sullockenzlin.demon.nl/Gimp.html&lt;/a&gt; for the version update and language translations. &lt;/p&gt;
&lt;h2&gt;Known problems&lt;/h2&gt;
&lt;p&gt;   1. Set topmargin at least 5 mm otherwise contactsheet page will not be visible.&lt;br /&gt;
   2. German characters (ie umlaut) in the filename will not be recognized and gives an error. Plugin stops.&lt;br /&gt;
   3. Printing with GIMP gives a rightshift of the contactpage for unknown reasons. Use Gutenprint plugin instead.&lt;/p&gt;
&lt;h2&gt;Version history&lt;/h2&gt;
&lt;h3&gt;version 2.02&lt;/h3&gt;
&lt;p&gt;   1. Margin round the image can now be changed&lt;br /&gt;
   2. Font size can now be choosen. Be aware that fontsize automatically will be scaled down to fit the image width&lt;br /&gt;
   3. added .XCF support&lt;br /&gt;
   4. added a choice to save a text filelist from the printed images with the directory name where the image is located. Useful if you have a lot of images in several directory&#039;s. Name is the same as the contactpage name but with the .TXT extension&lt;br /&gt;
   5. code has partly been rewritten&lt;/p&gt;
&lt;h3&gt;version 2.01&lt;/h3&gt;
&lt;p&gt;   1. Dutch language pack added&lt;/p&gt;
&lt;h3&gt;version 2.00&lt;/h3&gt;
&lt;p&gt;   1. now possible to make contactsheet of a whole directory including subdirs&lt;br /&gt;
   2. two radiobuttons replaced by option buttons&lt;br /&gt;
   3. added several paperformats&lt;br /&gt;
   4. images are sorted in the way the systems sort the images&lt;br /&gt;
   5. added extension in the filename&lt;br /&gt;
   6. added support for pcx format&lt;br /&gt;
   7. added making contactsheets of all registered formats in one batch&lt;br /&gt;
   8. number of rows is now limited to paperheight (automatic scaled down if necessary)&lt;/p&gt;
&lt;h2&gt;Installation notes&lt;/h2&gt;
&lt;h3&gt;Windows users:&lt;/h3&gt;
&lt;p&gt;The plugin works on the following system:&lt;br /&gt;
Windows XP pro SP3&lt;br /&gt;
GIMP v2.6.6&lt;br /&gt;
Python version 2.6.2c1 (r262c1:71369, Apr 7 2009, 18:44:00)&lt;br /&gt;
pygtk-2.12.1-3.win32-py2.6&lt;br /&gt;
pygobject-2.14.2-2.win32-py2.6&lt;br /&gt;
pycairo-1.4.12-2.win32-py2.6&lt;/p&gt;
&lt;p&gt;Note for installation on Windows.&lt;br /&gt;
First install Python -&amp;gt; restart&lt;br /&gt;
Install pygtk, pygobject, pycairo -&amp;gt; restart&lt;br /&gt;
(Re)install GIMP&lt;br /&gt;
Unzip the language pack (newer versions at Elmar&#039;s site)&lt;br /&gt;
Install language pack (contactsheet.mo) in the GIMP locale directory ([drive]:\Program Files\GIMP-2.0\share\locale\[your language dir]\contactsheet.mo&lt;br /&gt;
Install your plugin in: [drive]:\Documents and Settings\[user]\.gimp-2.6\plug-ins\contactsheet.py. The plugin is now only available for you.&lt;/p&gt;
&lt;h2&gt;LINUX users&lt;/h2&gt;
&lt;p&gt;Install python&lt;br /&gt;
Copy the script contactsheet.py to /home//.gimp-2.6/plug-ins/&lt;br /&gt;
make the script executable with chmod +x /home//.gimp-2.6/plug-ins/contactsheet.py&lt;br /&gt;
Translations, not certain how to do this with linux yet will update when figured out&lt;/p&gt;
</description>
 <comments>http://registry.gimp.org/node/120#comments</comments>
 <category domain="http://registry.gimp.org/taxonomy/term/25">2.4</category>
 <category domain="http://registry.gimp.org/taxonomy/term/1">2.2</category>
 <category domain="http://registry.gimp.org/taxonomy/term/35">GPLv2</category>
 <category domain="http://registry.gimp.org/taxonomy/term/159">batch</category>
 <category domain="http://registry.gimp.org/taxonomy/term/158">contact sheet</category>
 <category domain="http://registry.gimp.org/taxonomy/term/160">index print</category>
 <category domain="http://registry.gimp.org/taxonomy/term/157">photo</category>
 <category domain="http://registry.gimp.org/taxonomy/term/60">plugin</category>
 <category domain="http://registry.gimp.org/taxonomy/term/52">python</category>
 <enclosure url="http://registry.gimp.org/files/contactsheet_0.py" length="20858" type="text/x-python" />
 <pubDate>Tue, 08 Jan 2008 01:10:17 +0100</pubDate>
 <dc:creator>RGilham</dc:creator>
 <guid isPermaLink="false">120 at http://registry.gimp.org</guid>
</item>
</channel>
</rss>
