<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://www.registry.gimp.org" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
 <title>webexport</title>
 <link>http://www.registry.gimp.org/taxonomy/term/55</link>
 <description>The taxonomy view with a depth of 0.</description>
 <language>en</language>
<item>
 <title>layers-slices - A slicing tool based on layers instead of guidelines</title>
 <link>http://www.registry.gimp.org/node/17699</link>
 <description>&lt;p&gt;
This script is meant to cut an image is smaller pieces and save these images automatically based on the size and names of specific layers, images to be used in web layouts.
&lt;/p&gt;
&lt;p&gt;
Other options I found are based on guidelines.  This approach has 2 drawbacks for me :
&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;Image used for web layout are not always a pure table.  The image you needfor the banner has not the same width than the one you need for the side block, and there are &amp;quot;cells&amp;quot; of that table that you don&#039;t need&lt;/li&gt;
	&lt;li&gt;It&#039;s saved with an autogenerated name&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;
If I&#039;m wrong with this analysis, tell me...  this script is perhaps a bad duplicate of some existing plugin I don&#039;t know about...&lt;br /&gt;
&lt;br /&gt;
The idea here is to create a layer for each slice you need.  This layer has 2 important characteristics :
&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;It&#039;s name - which must be &amp;quot;SLICE-xxx&amp;quot; (case insensitive), where xxx is the name of the image file to create, including the extension (.jpg or .png supported)&lt;/li&gt;
	&lt;li&gt;It&#039;s size - no matter what is on the layer,oly it&#039;s size matter&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;
For each of these &amp;quot;SLICE-*&amp;quot; layer, the image will be flatten (without the &amp;quot;SLICE-*&amp;quot; layers themselves), cropped to the layer&#039;s size and saved in the directory specified in the requested parameters.  For .jpg images, the compression quality is requested in the parameters.
&lt;/p&gt;
&lt;p&gt;
This script is my first scheme script, and has to be considered beta quality at most... 
&lt;/p&gt;</description>
 <comments>http://www.registry.gimp.org/node/17699#comments</comments>
 <category domain="http://www.registry.gimp.org/taxonomy/term/523">2.6</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/49">GPL</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/602">GPLv3+</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/20">Script-Fu</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/540">cut image</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/54">save for web</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/677">slice</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/183">web</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/687">web design</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/55">webexport</category>
 <enclosure url="http://www.registry.gimp.org/files/layers-slices.scm" length="6032" type="application/octet-stream" />
 <pubDate>Mon, 27 Jul 2009 11:02:01 +0200</pubDate>
 <dc:creator>robert.hendrickx</dc:creator>
 <guid isPermaLink="false">17699 at http://www.registry.gimp.org</guid>
</item>
<item>
 <title>Flash SWF Export</title>
 <link>http://www.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://www.registry.gimp.org/node/14983#comments</comments>
 <category domain="http://www.registry.gimp.org/taxonomy/term/523">2.6</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/35">GPLv2</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/681">flash</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/518">jpeg</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/60">plugin</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/384">png</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/52">python</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/261">swf</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/183">web</category>
 <category domain="http://www.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://www.registry.gimp.org</guid>
</item>
<item>
 <title>CSSdev for Gimp 0.5</title>
 <link>http://www.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://www.registry.gimp.org/node/6114#comments</comments>
 <category domain="http://www.registry.gimp.org/taxonomy/term/25">2.4</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/35">GPLv2</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/128">2.4</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/257">background</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/383">css</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/385">html</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/51">layer</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/60">plugin</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/384">png</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/52">python</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/259">script</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/183">web</category>
 <category domain="http://www.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://www.registry.gimp.org</guid>
</item>
<item>
 <title>Relative color remap</title>
 <link>http://www.registry.gimp.org/node/5442</link>
 <description>&lt;p&gt;This plug-in changes colors in an image based on the HSV difference between two colors.  This is particularly useful for applying color themes to existing images.&lt;br /&gt;
It avoids burning out high saturation and value at the expense of compression them somewhat when the difference goes towards higher saturation and value.&lt;br /&gt;
Current bugs/missing features include:&lt;br /&gt;
Undo does not work.&lt;br /&gt;
It can&#039;t be used on indexed images, even though it would frequently have enough colors.&lt;br /&gt;
It&#039;s slooow. Since it looks at only one pixel at a time, it should use some &amp;quot;pixel-iterator&amp;quot; that goes through the tiles in an optimal manner.&lt;br /&gt;
Selection only works in binary.&lt;br /&gt;
Grayscale support is untested and probably broken.&lt;br /&gt;
There is no preview.&lt;br /&gt;
Prevention of highlight burnout should be optional.&lt;/p&gt;
</description>
 <comments>http://www.registry.gimp.org/node/5442#comments</comments>
 <category domain="http://www.registry.gimp.org/taxonomy/term/25">2.4</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/49">GPL</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/43">GPLv2+</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/209">adjustment</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/312">button</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/137">color</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/139">colormap</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/192">colors</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/346">colour</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/191">colours</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/369">guf</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/380">HSV</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/197">icon</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/198">icons</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/325">layout</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/83">map</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/60">plugin</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/52">python</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/351">tone mapping</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/177">transform</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/375">utility</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/183">web</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/55">webexport</category>
 <enclosure url="http://www.registry.gimp.org/files/ColorMapRelative_0.py" length="6644" type="text/x-python" />
 <pubDate>Tue, 03 Jun 2008 13:22:55 +0200</pubDate>
 <dc:creator>larsrc</dc:creator>
 <guid isPermaLink="false">5442 at http://www.registry.gimp.org</guid>
</item>
<item>
 <title>Save for Web</title>
 <link>http://www.registry.gimp.org/node/33</link>
 <description>&lt;p&gt;Save for Web allows to find compromise between minimal file size and acceptable quality of image quickly. While adjusting various settings, you may explore how image quality and file size change. Options to reduce file size of an image include setting compression quality, number or colors, resizing, cropping, Exif information removal, etc.&lt;/p&gt;
</description>
 <comments>http://www.registry.gimp.org/node/33#comments</comments>
 <category domain="http://www.registry.gimp.org/taxonomy/term/25">2.4</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/35">GPLv2</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/57">compress</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/56">optimize</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/54">save for web</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/55">webexport</category>
 <enclosure url="http://www.registry.gimp.org/files/gimp-save-for-web-0.28.6.tar.bz2" length="162279" type="application/x-bzip" />
 <pubDate>Wed, 02 Jan 2008 08:04:48 +0100</pubDate>
 <dc:creator>auris</dc:creator>
 <guid isPermaLink="false">33 at http://www.registry.gimp.org</guid>
</item>
</channel>
</rss>
