<?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>python</title>
 <link>http://www.registry.gimp.org/taxonomy/term/52</link>
 <description>The taxonomy view with a depth of 0.</description>
 <language>en</language>
<item>
 <title>PAL and PAL VHS filters</title>
 <link>http://www.registry.gimp.org/node/19058</link>
 <description>&lt;p&gt;A couple of Python-Fu filters for making images look like they have been PAL encoded or retrieved from a VHS tape. The plug-ins will scale any image they are fed to 720 x 576 - this is because that&#039;s the size PAL images are. &lt;/p&gt;
&lt;p&gt;PAL images have non-square pixels - if you want to correct the aspect ratio afterwards you can scale them to 788 x 576.&lt;/p&gt;
</description>
 <comments>http://www.registry.gimp.org/node/19058#comments</comments>
 <category domain="http://www.registry.gimp.org/taxonomy/term/523">2.6</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/36">GPLv3</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/832">television</category>
 <enclosure url="http://www.registry.gimp.org/files/plug-ins_1.zip" length="18367" type="application/zip" />
 <pubDate>Mon, 05 Oct 2009 06:29:02 +0200</pubDate>
 <dc:creator>kecskebak</dc:creator>
 <guid isPermaLink="false">19058 at http://www.registry.gimp.org</guid>
</item>
<item>
 <title>Palette to Image</title>
 <link>http://www.registry.gimp.org/node/18629</link>
 <description>&lt;p&gt;Palettes Menu -&amp;gt; Palette to Image&lt;/p&gt;
&lt;p&gt;Take the active (selected) palette and create an image containing the colors and their names.  Requires python.&lt;/p&gt;
&lt;p&gt;Options:&lt;br /&gt;
  - Font: pick the font for the name listing&lt;br /&gt;
  - Size: size of each color&lt;/p&gt;
&lt;p&gt;Tested with 2.6 and linux, but should work cross-platform.&lt;/p&gt;
&lt;p&gt;TODO: it&#039;s hardcoded to a minimum of 200px wide - I should change that to something more reasonable.  Some nice additions would be bg and text color selectors, and possibly some layout options (spacing, columns, etc.)&lt;/p&gt;
&lt;p&gt;Have fun ;)&lt;/p&gt;
</description>
 <comments>http://www.registry.gimp.org/node/18629#comments</comments>
 <category domain="http://www.registry.gimp.org/taxonomy/term/523">2.6</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/779">2.7</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/382">any</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/36">GPLv3</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/401">export</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/225">image</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/531">palette</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/758">palettes</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/52">python</category>
 <enclosure url="http://www.registry.gimp.org/files/palette_to_image.py" length="1873" type="text/x-python" />
 <pubDate>Wed, 16 Sep 2009 21:21:52 +0200</pubDate>
 <dc:creator>cr33dog</dc:creator>
 <guid isPermaLink="false">18629 at http://www.registry.gimp.org</guid>
</item>
<item>
 <title>Export Layers as PNG</title>
 <link>http://www.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://www.registry.gimp.org/node/18440#comments</comments>
 <category domain="http://www.registry.gimp.org/taxonomy/term/523">2.6</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/779">2.7</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/49">GPL</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/36">GPLv3</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/401">export</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/51">layer</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/306">layers</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>
 <enclosure url="http://www.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://www.registry.gimp.org</guid>
</item>
<item>
 <title>OpenRaster load/save handler</title>
 <link>http://www.registry.gimp.org/node/18435</link>
 <description>&lt;p&gt;OpenRaster is an effort by the Create project[1] to offer a standardized and open interchange format for raster-based applications. MyPaint and Drawpile (SVN version) uses this format by default, and Krita and gegl should be able to use it. Now GIMP can too!&lt;/p&gt;
&lt;p&gt;The plug-in is attached. Move to GIMPs plug-in directory to install.&lt;br /&gt;
Its a part of the oratools project, which aims to provide useful tools and utilities to facilitate the use of OpenRaster file format. You can find it at &lt;a href=&quot;http://gitorious.org/oratools&quot; title=&quot;http://gitorious.org/oratools&quot;&gt;http://gitorious.org/oratools&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;1. &lt;a href=&quot;http://create.freedesktop.org/wiki/Main_Page&quot; title=&quot;http://create.freedesktop.org/wiki/Main_Page&quot;&gt;http://create.freedesktop.org/wiki/Main_Page&lt;/a&gt;&lt;/p&gt;
</description>
 <comments>http://www.registry.gimp.org/node/18435#comments</comments>
 <category domain="http://www.registry.gimp.org/taxonomy/term/523">2.6</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/779">2.7</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/49">GPL</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/796">OpenRaster</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/797">ora</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/52">python</category>
 <enclosure url="http://www.registry.gimp.org/files/file-ora.py" length="7633" type="text/x-python" />
 <pubDate>Wed, 02 Sep 2009 20:21:42 +0200</pubDate>
 <dc:creator>jonnor</dc:creator>
 <guid isPermaLink="false">18435 at http://www.registry.gimp.org</guid>
</item>
<item>
 <title>Gimp IDE</title>
 <link>http://www.registry.gimp.org/node/18305</link>
 <description>&lt;p&gt;Simple GIMP IDE. &lt;/p&gt;
&lt;p&gt;In fact, Gimp IDE is a simple text editor with syntax highlighting,  with the ability to run the script.&lt;br /&gt;
Simple dialog allow you to create plug-in based on you script.&lt;/p&gt;
&lt;p&gt;Perhaps fills a gap between conventional designer who can copy-paste from the web page, but can not edit and save script as plug-in.&lt;/p&gt;
&lt;p&gt;In feature i plan create mini plug-in repository in internet with simple lifecycle as:&lt;/p&gt;
&lt;p&gt;1) Select plug-in from menu (content menu is list of plug-ins on server).&lt;br /&gt;
2) Plug-in automaticaly download from server and run&lt;/p&gt;
&lt;p&gt;Also this mini IDE is suitable for games with GIMP and study its internal structure.&lt;/p&gt;
&lt;p&gt;--&lt;/p&gt;
&lt;p&gt;Installing instructions for windows:&lt;/p&gt;
&lt;p&gt;1) Install Gimp 2.6 (if not installed) into c:\bin\gimp\&lt;br /&gt;
2) Install Python 2.5 (if not installed (check in Gimp)) into c:\bin\gimp\python&lt;br /&gt;
3) Install PyGTK&lt;br /&gt;
    &lt;a href=&quot;http://ftp.gnome.org/pub/GNOME/binaries/win32/pycairo/1.4/pycairo-1.4.12-2.win32-py2.5.exe&quot; title=&quot;http://ftp.gnome.org/pub/GNOME/binaries/win32/pycairo/1.4/pycairo-1.4.12-2.win32-py2.5.exe&quot;&gt;http://ftp.gnome.org/pub/GNOME/binaries/win32/pycairo/1.4/pycairo-1.4.12...&lt;/a&gt;&lt;br /&gt;
    &lt;a href=&quot;http://ftp.gnome.org/pub/GNOME/binaries/win32/pygobject/2.14/pygobject-2.14.2-2.win32-py2.5.exe&quot; title=&quot;http://ftp.gnome.org/pub/GNOME/binaries/win32/pygobject/2.14/pygobject-2.14.2-2.win32-py2.5.exe&quot;&gt;http://ftp.gnome.org/pub/GNOME/binaries/win32/pygobject/2.14/pygobject-2...&lt;/a&gt;&lt;br /&gt;
    &lt;a href=&quot;http://ftp.gnome.org/pub/GNOME/binaries/win32/pygtk/2.12/pygtk-2.12.1-3.win32-py2.5.exe&quot; title=&quot;http://ftp.gnome.org/pub/GNOME/binaries/win32/pygtk/2.12/pygtk-2.12.1-3.win32-py2.5.exe&quot;&gt;http://ftp.gnome.org/pub/GNOME/binaries/win32/pygtk/2.12/pygtk-2.12.1-3....&lt;/a&gt;&lt;br /&gt;
4) Install GTK Binaries or add c:\bin\gimp\bin\ into PATH environment variable (check you path! path must be, a ptah to Gimp bin directory)&lt;br /&gt;
5) unpack dll.zip into c:\bin\gimp\bin\ (check you path).&lt;br /&gt;
    this archive contents: libglade-2.0-0.dll  libgtksourceview-2.0-0.dll&lt;br /&gt;
6) unpack python.zip into c:\bin\gimp\python\lib\site-packages\ (check you path)&lt;br /&gt;
    this archive contents: gimpcolor.pyd  _gimpenums.pyd  gimpfu.pyc     gimpplugin.pyc&lt;br /&gt;
    gimpshelf.py   gimpthumb.pyd  _gimpui.pyd  gtksourceview2.la  gimpenums.py&lt;br /&gt;
    gimpenums.pyo   gimpfu.pyo  gimpplugin.pyo  gimpshelf.pyc  gimpui.py  gimpui.pyo&lt;br /&gt;
    gtksourceview2.pyd  gimpenums.pyc  gimpfu.py   gimpplugin.py  gimp.pyd gimpshelf.pyo&lt;br /&gt;
    gimpui.pyc  gtksourceview2.dll.a  pygimp-logo.png&lt;/p&gt;
&lt;p&gt;    If you Gimp distribution setup with enabled python supprt, you only need: gtksourceview2.dll.a&lt;br /&gt;
    gtksourceview2.pyd and gtksourceview2.la files&lt;/p&gt;
&lt;p&gt;7) Unpack gimpide in some place and check set-up:&lt;br /&gt;
    set PATH=%PATH%;C:\bin\GIMP\bin&lt;br /&gt;
    C:\bin\GIMP\Python\python.exe gimpplug.py&lt;br /&gt;
    (check you path)&lt;br /&gt;
    if you see errors - let me know&lt;/p&gt;
&lt;p&gt;8) If you Gimp distribution setup with enabled python supprt, skip this item.&lt;br /&gt;
    Unpack pygimp.interp.zip into c:\bin\GIMP\lib\gimp\2.0\interpreters&lt;br /&gt;
    this file contain path to python interpreter. Edit him in notepad if you need (check paths).&lt;/p&gt;
&lt;p&gt;9)  If you Gimp distribution setup with enabled python supprt, skip this item.&lt;br /&gt;
    Unpack plug-ins.zip into c:\bin\gimp\lib\gimp\2.0\plug-ins\&lt;/p&gt;
&lt;p&gt;10) Unpack gimpide.zip into c:\bin\gimp\lib\gimp\2.0\plug-ins\&lt;/p&gt;
&lt;p&gt;THE END :-)&lt;/p&gt;
&lt;p&gt;--&lt;/p&gt;
&lt;p&gt;Example script  (simple paset it into GIMP IDE editor and run):&lt;br /&gt;
&lt;code&gt;&lt;br /&gt;
# -*- coding: utf8 -*-&lt;br /&gt;
#Create border with bg and fg color&lt;br /&gt;
#based on &lt;a href=&quot;http://blogpost.am9.ru/?cat=14&quot; title=&quot;http://blogpost.am9.ru/?cat=14&quot;&gt;http://blogpost.am9.ru/?cat=14&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;import gimp&lt;br /&gt;
from gimpfu import pdb&lt;br /&gt;
from gimpfu import *&lt;/p&gt;
&lt;p&gt;#BORDER WIDTH&lt;br /&gt;
width      =  20&lt;br /&gt;
#Edit this ^^^^^^^&lt;/p&gt;
&lt;p&gt;images = gimp.image_list()&lt;br /&gt;
image = images[0]&lt;br /&gt;
image.undo_group_start()&lt;/p&gt;
&lt;p&gt;old_background_color = pdb.gimp_context_get_background()&lt;br /&gt;
old_foreground_color = pdb.gimp_context_get_foreground()&lt;/p&gt;
&lt;p&gt;image_width  = pdb.gimp_image_width(image)&lt;br /&gt;
image_height = pdb.gimp_image_height(image)&lt;br /&gt;
# get a copy of background&lt;br /&gt;
background_copy = pdb.gimp_image_get_active_layer (image)&lt;br /&gt;
border = pdb.gimp_layer_copy(background_copy,0)&lt;br /&gt;
pdb.gimp_image_add_layer(image, border, -1)&lt;br /&gt;
#select and make stroke&lt;br /&gt;
pdb.gimp_rect_select(image, width, width,  image_width - 2*width , image_height - 2*width , CHANNEL_OP_REPLACE,  0, 0.0)&lt;/p&gt;
&lt;p&gt;drawable = pdb.gimp_image_active_drawable (image)&lt;br /&gt;
# TODO somehow set the width for the stroke&lt;br /&gt;
pdb.gimp_edit_stroke(drawable)&lt;br /&gt;
# fill by foreground color&lt;br /&gt;
pdb.gimp_selection_invert(image)&lt;/p&gt;
&lt;p&gt;pdb.gimp_context_set_foreground(old_background_color)&lt;/p&gt;
&lt;p&gt;drawable = pdb.gimp_image_active_drawable (image)&lt;br /&gt;
pdb.gimp_bucket_fill(drawable,FG_BUCKET_FILL,NORMAL_MODE,100,0,0,width/2,width/2)&lt;br /&gt;
pdb.gimp_layer_set_opacity(border,50)&lt;br /&gt;
pdb.gimp_selection_none (image)&lt;br /&gt;
# megre visible layers&lt;br /&gt;
pdb.gimp_image_merge_visible_layers(image,EXPAND_AS_NECESSARY)&lt;/p&gt;
&lt;p&gt;pdb.gimp_context_set_foreground(old_foreground_color)&lt;br /&gt;
pdb.gimp_context_set_background(old_background_color)&lt;/p&gt;
&lt;p&gt;image.undo_group_end()&lt;br /&gt;
gimp.displays_flush()&lt;br /&gt;
&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;--&lt;/p&gt;
&lt;p&gt;Known issues:&lt;br /&gt;
  * Under Windows syntax highlight not work. (May be mime detection broken)&lt;br /&gt;
  * The strange игп is lost when the contents of global dict:&lt;/p&gt;
&lt;p&gt;if you write&lt;br /&gt;
&lt;code&gt;&lt;br /&gt;
import aaa&lt;br /&gt;
def a(test):&lt;br /&gt;
      print aaa.somefunction(test)&lt;br /&gt;
a(&quot;foo&quot;)&lt;br /&gt;
&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;Python will swear that the aaa module is not loaded&lt;br /&gt;
&lt;code&gt;&lt;br /&gt;
workaround:&lt;br /&gt;
import aaa&lt;br /&gt;
def a(test):&lt;br /&gt;
      import aaa&lt;br /&gt;
      print aaa.somefunction(test)&lt;br /&gt;
a(&quot;foo&quot;)&lt;br /&gt;
&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;--&lt;br /&gt;
Changes:&lt;br /&gt;
31.09.2009 - Russian translation added&lt;/p&gt;
</description>
 <comments>http://www.registry.gimp.org/node/18305#comments</comments>
 <category domain="http://www.registry.gimp.org/taxonomy/term/382">any</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/36">GPLv3</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/259">script</category>
 <enclosure url="http://www.registry.gimp.org/files/gimpide.zip" length="19086" type="application/zip" />
 <pubDate>Thu, 27 Aug 2009 12:42:50 +0200</pubDate>
 <dc:creator>Dmitry</dc:creator>
 <guid isPermaLink="false">18305 at http://www.registry.gimp.org</guid>
</item>
<item>
 <title>Mix cells</title>
 <link>http://www.registry.gimp.org/node/18193</link>
 <description>&lt;p&gt;Script to randomly mix cells of a selection. The bounding box of the current selection will be used automatically to eliminate non-rectangular and feathered selection. After specifying the count of columns and rows in the selected region the width and height of the selection will be reduced if necessary (thus ensured the divisibility of the selection). The script will then shuffle the cells inside the selection and return the mixed image on a new layer or in place of the original layer.&lt;/p&gt;
</description>
 <comments>http://www.registry.gimp.org/node/18193#comments</comments>
 <category domain="http://www.registry.gimp.org/taxonomy/term/23">2.x</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/36">GPLv3</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/782">cells</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/780">mix</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/483">puzzle</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/52">python</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/628">random</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/781">table</category>
 <enclosure url="http://www.registry.gimp.org/files/mix_cells.py" length="4358" type="text/x-python" />
 <pubDate>Sat, 22 Aug 2009 17:42:17 +0200</pubDate>
 <dc:creator>lostlont</dc:creator>
 <guid isPermaLink="false">18193 at http://www.registry.gimp.org</guid>
</item>
<item>
 <title>Fake-DRI</title>
 <link>http://www.registry.gimp.org/node/16666</link>
 <description>&lt;p&gt;
This plugin fakes some kind of DRI effect by enchancing the dark parts of a picture and reducing the light parts. After that procedure it enhances the contrast by using the unsharp masking filter.
&lt;/p&gt;
&lt;p&gt;
Because GIMP has no action recorder till now, i wrote this as a simple batch in python ;-).
&lt;/p&gt;
&lt;p&gt;
I hope, you&#039;re like this little thing.
&lt;/p&gt;
&lt;p&gt;
Tested with GIMP 2.6.x. Should be fine in 2.4.x too.
&lt;/p&gt;</description>
 <comments>http://www.registry.gimp.org/node/16666#comments</comments>
 <category domain="http://www.registry.gimp.org/taxonomy/term/523">2.6</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/639">CC-BY-SA</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/151">DRI</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/748">fake</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/52">python</category>
 <enclosure url="http://www.registry.gimp.org/files/fake_dri_0.zip" length="1107" type="application/zip" />
 <pubDate>Mon, 08 Jun 2009 14:18:57 +0200</pubDate>
 <dc:creator>Ravetracer</dc:creator>
 <guid isPermaLink="false">16666 at http://www.registry.gimp.org</guid>
</item>
<item>
 <title>Palette Generator</title>
 <link>http://www.registry.gimp.org/node/15833</link>
 <description>&lt;p&gt;New version:1_3&lt;br /&gt;
Add to palette black, gray and white by default.&lt;/p&gt;
&lt;p&gt;New version:1_2&lt;br /&gt;
Save palette bug fixed.&lt;/p&gt;
&lt;p&gt;Version:1_1&lt;br /&gt;
Adjust light of scheme work fine (I hope!)&lt;/p&gt;
&lt;p&gt;It generates palette by following the harmonic schemes of color: monochromatic, complementary, triadic, tetrad and analogous.&lt;br /&gt;
Options:&lt;br /&gt;
- you can choose between the digital wheel (RGB) and the real wheel (RYB);&lt;br /&gt;
- you can choose whether to use the color &quot;web safe&quot; or not;&lt;br /&gt;
- you can see in real time in a preview page the combination of colors;&lt;br /&gt;
- you can save a Gimp or Inkscape palette.&lt;br /&gt;
Required python libraries: :&lt;br /&gt;
- GrapeFruit-0.1a3&lt;br /&gt;
INSTALLATION: copy file gimp_palette_generator.py to the standard place for plugins (folder &quot;plug-ins&quot;).&lt;/p&gt;
&lt;p&gt;See: &lt;a href=&quot;http://krypt77.altervista.org/index_gimp.htm&quot; title=&quot;http://krypt77.altervista.org/index_gimp.htm&quot;&gt;http://krypt77.altervista.org/index_gimp.htm&lt;/a&gt;&lt;/p&gt;
</description>
 <comments>http://www.registry.gimp.org/node/15833#comments</comments>
 <category domain="http://www.registry.gimp.org/taxonomy/term/25">2.4</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/523">2.6</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/287">free</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/128">2.4</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/137">color</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/531">palette</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/259">script</category>
 <enclosure url="http://www.registry.gimp.org/files/gimp_palette_generator.py" length="77299" type="text/x-python" />
 <pubDate>Thu, 30 Apr 2009 15:07:17 +0200</pubDate>
 <dc:creator>krypt</dc:creator>
 <guid isPermaLink="false">15833 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>NDS Texture exporter</title>
 <link>http://www.registry.gimp.org/node/14237</link>
 <description>&lt;p&gt;This is a plugin to export image in raw format that can be used for textures on the Nintendo DS (for DevkitPro).&lt;/p&gt;
&lt;p&gt;The plugin add some new &quot;save as&quot; target for each format supported:&lt;br /&gt;
    * NDS A3I5 (palletted, 8bit: 3bit alpha and 5bit index)&lt;br /&gt;
    * NDS A5I3 (palletted, 8bit: 5bit alpha and 3bit index)&lt;br /&gt;
    * NDS RGB16 (palletted, 4bit index - 16 colors)&lt;br /&gt;
    * NDS RGB256 (palletted, 8bit index - 256 colors)&lt;br /&gt;
    * NDS RGB (raw 15bit)&lt;br /&gt;
    * NDS RGBA (raw 15bit + 1bit alpha)&lt;/p&gt;
&lt;p&gt;More info :&lt;br /&gt;
&lt;a href=&quot;http://www.weirdfox.com/?id=18&quot; title=&quot;http://www.weirdfox.com/?id=18&quot;&gt;http://www.weirdfox.com/?id=18&lt;/a&gt;&lt;/p&gt;
</description>
 <comments>http://www.registry.gimp.org/node/14237#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/401">export</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/77">nds</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/52">python</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/659">Python-Fu</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/246">texture</category>
 <enclosure url="http://www.registry.gimp.org/files/nds_export.py" length="13704" type="text/x-python" />
 <pubDate>Thu, 19 Feb 2009 09:57:54 +0100</pubDate>
 <dc:creator>weirdfox</dc:creator>
 <guid isPermaLink="false">14237 at http://www.registry.gimp.org</guid>
</item>
</channel>
</rss>
