<?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>png</title>
 <link>http://registry.gimp.org/taxonomy/term/384</link>
 <description>The taxonomy view with a depth of 0.</description>
 <language>en</language>
<item>
 <title>Export Layers as PNG</title>
 <link>http://registry.gimp.org/node/18440</link>
 <description>&lt;p&gt;File-&amp;gt;Export Layers-&amp;gt;&lt;/p&gt;
&lt;p&gt;Prompts for a folder to save PNG files.  Pretty straightforward.  &lt;/p&gt;
&lt;p&gt;Tested in 2.6.1 on linux and 2.6.6 on XP.&lt;/p&gt;
</description>
 <comments>http://registry.gimp.org/node/18440#comments</comments>
 <category domain="http://registry.gimp.org/taxonomy/term/523">2.6</category>
 <category domain="http://registry.gimp.org/taxonomy/term/779">2.7</category>
 <category domain="http://registry.gimp.org/taxonomy/term/49">GPL</category>
 <category domain="http://registry.gimp.org/taxonomy/term/36">GPLv3</category>
 <category domain="http://registry.gimp.org/taxonomy/term/401">export</category>
 <category domain="http://registry.gimp.org/taxonomy/term/51">layer</category>
 <category domain="http://registry.gimp.org/taxonomy/term/306">layers</category>
 <category domain="http://registry.gimp.org/taxonomy/term/384">png</category>
 <category domain="http://registry.gimp.org/taxonomy/term/52">python</category>
 <enclosure url="http://registry.gimp.org/files/export_layers-0.2.py" length="1201" type="text/x-python" />
 <pubDate>Thu, 03 Sep 2009 03:15:21 +0200</pubDate>
 <dc:creator>cr33dog</dc:creator>
 <guid isPermaLink="false">18440 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>Flash SWF Export</title>
 <link>http://registry.gimp.org/node/14983</link>
 <description>&lt;p&gt;
A Python plugin that exports a GIMP image as a Shockwave Flash file or the layers of an GIMP image as a Shockwave Flash animation. The package &quot;swftools&quot; is required. 
&lt;/p&gt;
&lt;p&gt;
&lt;img src=&quot;http://files.myopera.com/area42/files/flash-swf-export.png&quot; /&gt;
&lt;/p&gt;
&lt;p&gt;
Presented by &lt;a href=&quot;http://www.area42.de&quot; target=&quot;_blank&quot;&gt;area42 - Agentur &amp;amp; Systempartner&lt;/a&gt;
&lt;/p&gt;
&lt;p&gt;
Download, screenshot and more information at
&lt;/p&gt;
&lt;p&gt;
&lt;a href=&quot;http://my.opera.com/area42/blog/flash-swf-export-for-gimp&quot; target=&quot;_blank&quot;&gt;http://my.opera.com/area42/blog/flash-swf-export-for-gimp&lt;/a&gt;
&lt;/p&gt;</description>
 <comments>http://registry.gimp.org/node/14983#comments</comments>
 <category domain="http://registry.gimp.org/taxonomy/term/523">2.6</category>
 <category domain="http://registry.gimp.org/taxonomy/term/35">GPLv2</category>
 <category domain="http://registry.gimp.org/taxonomy/term/681">flash</category>
 <category domain="http://registry.gimp.org/taxonomy/term/518">jpeg</category>
 <category domain="http://registry.gimp.org/taxonomy/term/60">plugin</category>
 <category domain="http://registry.gimp.org/taxonomy/term/384">png</category>
 <category domain="http://registry.gimp.org/taxonomy/term/52">python</category>
 <category domain="http://registry.gimp.org/taxonomy/term/261">swf</category>
 <category domain="http://registry.gimp.org/taxonomy/term/183">web</category>
 <category domain="http://registry.gimp.org/taxonomy/term/55">webexport</category>
 <pubDate>Mon, 23 Mar 2009 20:08:01 +0100</pubDate>
 <dc:creator>Bart</dc:creator>
 <guid isPermaLink="false">14983 at http://registry.gimp.org</guid>
</item>
<item>
 <title>Phoca Save Icons</title>
 <link>http://registry.gimp.org/node/12763</link>
 <description>&lt;p&gt;This script (script-fu) allows users saving PNG with different size formats at once. It is useful if you are creating e.g. icons and you want to save all size formats at once. You can select:&lt;br /&gt;
- 512 x 512px&lt;br /&gt;
- 256 x 256px&lt;br /&gt;
- 128 x 128px&lt;br /&gt;
- 64 x 64px&lt;br /&gt;
- 48 x 48px&lt;br /&gt;
- 32 x 32px&lt;br /&gt;
- 22 x 22px&lt;br /&gt;
- 16 x 16px&lt;br /&gt;
See description here:&lt;br /&gt;
&lt;a href=&quot;http://www.phoca.cz/documents/35-gimp/126-saving-png-image-with-different-size-formats-at-once&quot; title=&quot;http://www.phoca.cz/documents/35-gimp/126-saving-png-image-with-different-size-formats-at-once&quot;&gt;http://www.phoca.cz/documents/35-gimp/126-saving-png-image-with-differen...&lt;/a&gt;&lt;/p&gt;
</description>
 <comments>http://registry.gimp.org/node/12763#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/602">GPLv3+</category>
 <category domain="http://registry.gimp.org/taxonomy/term/20">Script-Fu</category>
 <category domain="http://registry.gimp.org/taxonomy/term/225">image</category>
 <category domain="http://registry.gimp.org/taxonomy/term/384">png</category>
 <category domain="http://registry.gimp.org/taxonomy/term/59">save</category>
 <enclosure url="http://registry.gimp.org/files/script-fu-save-icons.scm" length="3520" type="application/octet-stream" />
 <pubDate>Mon, 15 Dec 2008 17:26:18 +0100</pubDate>
 <dc:creator>H13</dc:creator>
 <guid isPermaLink="false">12763 at http://registry.gimp.org</guid>
</item>
<item>
 <title>CSSdev for Gimp 0.5</title>
 <link>http://registry.gimp.org/node/6114</link>
 <description>&lt;p&gt;
Creating XHTML source and cascading stylesheet from any Layer of the image. Supported features:
&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;Default font&lt;/li&gt;
	&lt;li&gt;Background color, font color and link color &lt;/li&gt;
	&lt;li&gt;clipping &lt;/li&gt;
	&lt;li&gt;visibilty and opacity &lt;/li&gt;
	&lt;li&gt;z-index and name &lt;/li&gt;
	&lt;li&gt;position, width and height&lt;/li&gt;
	&lt;li&gt;Text layers and text styles (requires Gimp 2.5.x or higher)&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;
Presented by &lt;a href=&quot;http://www.area42.de&quot; target=&quot;_blank&quot;&gt;area42 - Agentur &amp;amp; Systempartner&lt;/a&gt;
&lt;/p&gt;
&lt;p&gt;
Download, screenshot and more information at
&lt;/p&gt;
&lt;p&gt;
&lt;a href=&quot;http://my.opera.com/area42/blog/cssdev-for-gimp&quot; target=&quot;_blank&quot;&gt;http://my.opera.com/area42/blog/cssdev-for-gimp &lt;/a&gt;
&lt;/p&gt;</description>
 <comments>http://registry.gimp.org/node/6114#comments</comments>
 <category domain="http://registry.gimp.org/taxonomy/term/25">2.4</category>
 <category domain="http://registry.gimp.org/taxonomy/term/35">GPLv2</category>
 <category domain="http://registry.gimp.org/taxonomy/term/128">2.4</category>
 <category domain="http://registry.gimp.org/taxonomy/term/257">background</category>
 <category domain="http://registry.gimp.org/taxonomy/term/383">css</category>
 <category domain="http://registry.gimp.org/taxonomy/term/385">html</category>
 <category domain="http://registry.gimp.org/taxonomy/term/51">layer</category>
 <category domain="http://registry.gimp.org/taxonomy/term/60">plugin</category>
 <category domain="http://registry.gimp.org/taxonomy/term/384">png</category>
 <category domain="http://registry.gimp.org/taxonomy/term/52">python</category>
 <category domain="http://registry.gimp.org/taxonomy/term/259">script</category>
 <category domain="http://registry.gimp.org/taxonomy/term/183">web</category>
 <category domain="http://registry.gimp.org/taxonomy/term/55">webexport</category>
 <pubDate>Wed, 18 Jun 2008 15:30:26 +0200</pubDate>
 <dc:creator>Bart</dc:creator>
 <guid isPermaLink="false">6114 at http://registry.gimp.org</guid>
</item>
<item>
 <title>gimp2css</title>
 <link>http://registry.gimp.org/node/5504</link>
 <description>&lt;p&gt;This is rather old stuff, I was looking for an easy way to create html templates in an easy but open source kind of way. It is a perl-fu plugin for Gimp which allows you to draw your template as a multi-layered image, then automatically export it to html + individual png files. It was originally written for Gimp v.1, but it seems to work fine with Gimp v.2&lt;/p&gt;
&lt;p&gt;# AUTHOR: Michael K. Nacos&lt;br /&gt;
# LICENSE: GPL (&lt;a href=&quot;http://www.gnu.org/licenses/gpl.html&quot; title=&quot;http://www.gnu.org/licenses/gpl.html&quot;&gt;http://www.gnu.org/licenses/gpl.html&lt;/a&gt;)&lt;br /&gt;
# DESCRIPTION: perl-fu plugin for gimp which converts a multi-layered&lt;br /&gt;
# image to an html template + corresponding png images&lt;br /&gt;
# DEPENDENCIES: you need gimp, perl (doh!) and the Gimp::Perl module&lt;br /&gt;
# INSTALL: satisfy the above, then place script in ~/.gimp plug-ins dir&lt;br /&gt;
# USAGE: start by creating a new image (e.g. 1024x76 &lt;img src=&quot;http://s.wordpress.com/wp-includes/images/smilies/icon_cool.gif&quot; class=&quot;wp-smiley&quot; alt=&quot;8)&quot; /&gt; and adding all&lt;br /&gt;
# individual decorative elements in individual transparent gimp layers&lt;br /&gt;
# each layer will be converted to a separate png file with the same&lt;br /&gt;
# name as the gimp layer, size cropped to a minimum&lt;br /&gt;
# an appropriate html file with individual div blocks and css positioning&lt;br /&gt;
# will be automatically created&lt;br /&gt;
# KNOWN BUGS: you have to save at least once the layered file (.xcf)&lt;br /&gt;
# before application of this script. images are deposited in the dir&lt;br /&gt;
# you select but html file is deposited in the directory gimp runs in&lt;br /&gt;
# (this is not a problem if you cd to the directory you want before running&lt;br /&gt;
# gimp from the command line. in gimp 2 you may not undo the flatten&lt;br /&gt;
# operation after this script completes.&lt;br /&gt;
# DISCLAIMER: this is an old file. it works for me! please don’t flame.&lt;/p&gt;
</description>
 <comments>http://registry.gimp.org/node/5504#comments</comments>
 <category domain="http://registry.gimp.org/taxonomy/term/382">any</category>
 <category domain="http://registry.gimp.org/taxonomy/term/49">GPL</category>
 <category domain="http://registry.gimp.org/taxonomy/term/383">css</category>
 <category domain="http://registry.gimp.org/taxonomy/term/385">html</category>
 <category domain="http://registry.gimp.org/taxonomy/term/306">layers</category>
 <category domain="http://registry.gimp.org/taxonomy/term/372">linux</category>
 <category domain="http://registry.gimp.org/taxonomy/term/48">perl</category>
 <category domain="http://registry.gimp.org/taxonomy/term/384">png</category>
 <category domain="http://registry.gimp.org/taxonomy/term/183">web</category>
 <enclosure url="http://registry.gimp.org/files/gimp2css.zip" length="3124" type="application/zip" />
 <pubDate>Wed, 04 Jun 2008 17:51:29 +0200</pubDate>
 <dc:creator>nacos</dc:creator>
 <guid isPermaLink="false">5504 at http://registry.gimp.org</guid>
</item>
</channel>
</rss>
