Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSantiago Collazo <scollazo@activitycentral.com>2012-12-20 03:05:58 (GMT)
committer Santiago Collazo <scollazo@activitycentral.com>2013-01-11 19:07:00 (GMT)
commiteeb4d5cbd17d12542baac17d40162bf4b6645f17 (patch)
tree85ca93474e2e552c54122f3248bd25516eb4c5f6
parent7e223969062de91def38136c2a6adf3765574ef4 (diff)
Added missing files
-rw-r--r--copyrightF14dex.diff33
-rw-r--r--halt.diff11
-rw-r--r--haltF14.diff11
-rw-r--r--layout/.AbiSuite/AbiWord.Profile181
-rw-r--r--layout/.config/inkscape/extension-errors.log38
-rw-r--r--layout/.config/inkscape/preferences.xml1007
-rw-r--r--layout/.config/user-dirs.locale1
-rwxr-xr-xlayout/.gconf/apps/%gconf.xml0
-rwxr-xr-xlayout/.gconf/apps/camorama/%gconf.xml0
-rwxr-xr-xlayout/.gconf/apps/camorama/preferences/%gconf.xml41
-rw-r--r--layout/.gimp-2.6/colorrc19
-rw-r--r--layout/.gimp-2.6/controllerrc40
-rw-r--r--layout/.gimp-2.6/dockrc4
-rw-r--r--layout/.gimp-2.6/gimprc33
-rw-r--r--layout/.gimp-2.6/gtkrc35
-rw-r--r--layout/.gimp-2.6/menurc1130
-rw-r--r--layout/.gimp-2.6/parasiterc6
-rw-r--r--layout/.gimp-2.6/pluginrc5276
-rw-r--r--layout/.gimp-2.6/profilerc4
-rw-r--r--layout/.gimp-2.6/sessionrc55
-rw-r--r--layout/.gimp-2.6/templaterc193
-rw-r--r--layout/.gimp-2.6/themerc10
-rw-r--r--layout/.gimp-2.6/toolrc133
-rw-r--r--layout/.gimp-2.6/unitrc51
-rw-r--r--layout/.gtk-recordmydesktop56
-rwxr-xr-xmi_lang_pack_v2.sh954
-rw-r--r--olpc-utils/1-olpc-config.diff19
-rw-r--r--olpc-utils/2-olpc-config.diff26
-rw-r--r--olpc-utils/3-olpc-config.diff13
-rw-r--r--olpc-utils/zzz_olpc.diff15
-rw-r--r--olpc.fth160
-rw-r--r--sub-files/DejaVuOlpc-Regular.ttfbin0 -> 912632 bytes
-rw-r--r--sub-files/abc123-Regular.ttfbin0 -> 916396 bytes
-rwxr-xr-xsub-files/halt210
-rw-r--r--sub-files/libflashplayer.sobin0 -> 9672292 bytes
35 files changed, 9765 insertions, 0 deletions
diff --git a/copyrightF14dex.diff b/copyrightF14dex.diff
new file mode 100644
index 0000000..c8e05aa
--- /dev/null
+++ b/copyrightF14dex.diff
@@ -0,0 +1,33 @@
+--- view.py.orig 2011-12-21 03:33:57.193629633 +0930
++++ view.py 2011-12-21 04:21:52.337987791 +0930
+@@ -1,6 +1,7 @@
+ # coding=utf-8
+ # Copyright (C) 2008, OLPC
+ # Copyright (C) 2009 Simon Schampijer
++# Copyright (C) 2011, OLPC-AU
+ #
+ # This program is free software; you can redistribute it and/or modify
+ # it under the terms of the GNU General Public License as published by
+@@ -230,6 +231,22 @@
+ label_info.set_size_request(gtk.gdk.screen_width() / 2, -1)
+ label_info.show()
+ vbox_copyright.pack_start(label_info, expand=False)
++ label_fonts = gtk.Label(_("School Fonts © 2011 Free for use as part of the One Laptop "
++ "per Child and Sugar projects. For any other use, visit: "
++ "http://www.schoolfonts.com.au/"))
++ label_fonts.set_alignment(0, 0)
++ label_fonts.set_line_wrap(True)
++ label_fonts.show()
++ vbox_copyright.pack_start(label_fonts, expand=False)
++
++ label_adobe = gtk.Label(_("Adobe® Flash® Player. Copyright © 1996 - 2011. Adobe Systems "
++ "Incorporated. All Rights Reserved. Adobe and Flash are either "
++ "trademark or registered trademarks in the United States and/or "
++ "other countries."))
++ label_adobe.set_alignment(0, 0)
++ label_adobe.set_line_wrap(True)
++ label_adobe.show()
++ vbox_copyright.pack_start(label_adobe, expand=False)
+
+ expander = gtk.Expander(_('Full license:'))
+ expander.connect('notify::expanded', self.license_expander_cb)
diff --git a/halt.diff b/halt.diff
new file mode 100644
index 0000000..7c1abdf
--- /dev/null
+++ b/halt.diff
@@ -0,0 +1,11 @@
+--- halt.orig 2011-01-12 18:11:26.000000000 +0930
++++ halt 2011-01-12 09:15:48.000000000 +0930
+@@ -85,7 +85,7 @@
+ chmod 600 /var/lib/random-seed
+ action $"Saving random seed: " dd if=/dev/urandom of=/var/lib/random-seed count=1 bs=512 2>/dev/null
+
+-[ -x /sbin/hwclock ] && action $"Syncing hardware clock to system time" /sbin/hwclock --systohc
++#[ -x /sbin/hwclock ] && action $"Syncing hardware clock to system time" /sbin/hwclock --systohc
+
+ # Try to unmount tmpfs filesystems to avoid swapping them in. Ignore failures.
+ tmpfs=$(awk '$2 ~ /^\/($|proc|dev)/ { next; }
diff --git a/haltF14.diff b/haltF14.diff
new file mode 100644
index 0000000..eed0209
--- /dev/null
+++ b/haltF14.diff
@@ -0,0 +1,11 @@
+--- halt.orig 2007-11-02 21:30:00.000000000 +0930
++++ halt 2007-11-02 21:30:00.000000000 +0930
+@@ -104,7 +104,7 @@
+ chmod 600 /var/lib/random-seed
+ action $"Saving random seed: " dd if=/dev/urandom of=/var/lib/random-seed count=1 bs=512 2>/dev/null
+
+-[ -x /sbin/hwclock ] && action $"Syncing hardware clock to system time" /sbin/hwclock --systohc
++#[ -x /sbin/hwclock ] && action $"Syncing hardware clock to system time" /sbin/hwclock --systohc
+
+ # Try to unmount tmpfs filesystems to avoid swapping them in. Ignore failures.
+ tmpfs=$(awk '$2 ~ /^\/($|proc|dev)/ { next; }
diff --git a/layout/.AbiSuite/AbiWord.Profile b/layout/.AbiSuite/AbiWord.Profile
new file mode 100644
index 0000000..f75b1c8
--- /dev/null
+++ b/layout/.AbiSuite/AbiWord.Profile
@@ -0,0 +1,181 @@
+<!-- ===================================================================== -->
+<!-- This file contains AbiSuite Preferences. AbiSuite is a suite of Open -->
+<!-- Source desktop applications developed by AbiSource, Inc. Information -->
+<!-- about this application can be found at http://www.abisource.com -->
+<!-- You should not edit this file by hand. -->
+<!-- ===================================================================== -->
+
+<!-- Build_ID = unknown -->
+<!-- Build_Version = 2.8.4 -->
+<!-- Build_CompileTime = 12:42:09 -->
+<!-- Build_CompileDate = Apr 17 2010 -->
+
+<AbiPreferences app="abiword" ver="1.0">
+
+ <Select
+ scheme="_custom_"
+ autosaveprefs="1"
+ useenvlocale="1"
+ />
+
+ <!-- The following scheme, _builtin_, contains the built-in application
+ **** defaults and adjusted by the installation system defaults. This scheme
+ **** is only written here as a reference. Any schemes following this one
+ **** only list values that deviate from the built-in values.
+ **** Items values must observe XML encoding for double quote (&quot;),
+ **** ampersand (&amp;), and angle brackets (&lt; and &gt;).
+ -->
+
+ <Scheme
+ name="_builtin_"
+ ColorRevision9="0712c3"
+ AutoSaveFile="0"
+ ColorGrammarSquiggle="00bb00"
+ DirMarkerAfterClosingParenthesis="0"
+ KeyBindingsCycle="0"
+ ColorRevision10="ff0000"
+ UseSuffix="1"
+ layoutMode="1"
+ TransparentColor="ffffff"
+ LatinLigatures="0"
+ UseGlyphShapingForHebrew="0"
+ SpellCheckDirectory="dictionary"
+ SpellCheckNumbers="1"
+ StandardBarVisible="1"
+ CursorBlink="1"
+ ColorColumnLine="000000"
+ ChangeLangWithKeyboard="0"
+ />
+
+ <Scheme
+ name="_custom_"
+ RulerUnits="cm"
+ ZoomPercentage="83"
+ />
+
+ <Plugin
+ name="_AbiPaint_"
+ szImageEditor="gimp"
+ bLeaveImageAsPNG="1"
+ />
+
+ <Recent
+ max="9"
+ />
+
+ <Geometry
+ width="760"
+ height="520"
+ posx="34"
+ posy="146"
+ flags="0"
+ />
+
+ <Log>
+ <!-- [Sat 15 Jan 2011 06:52:53 CST] message: XAP_ModuleManager::loadModule - (L104): loading /usr/lib/abiword-2.8/plugins/hancom.so -->
+ <!-- [Sat 15 Jan 2011 06:52:53 CST] message: XAP_ModuleManager::loadModule - (L188): success /usr/lib/abiword-2.8/plugins/hancom.so -->
+ <!-- [Sat 15 Jan 2011 06:52:53 CST] message: XAP_ModuleManager::loadModule - (L104): loading /usr/lib/abiword-2.8/plugins/s5.so -->
+ <!-- [Sat 15 Jan 2011 06:52:53 CST] message: XAP_ModuleManager::loadModule - (L188): success /usr/lib/abiword-2.8/plugins/s5.so -->
+ <!-- [Sat 15 Jan 2011 06:52:53 CST] message: XAP_ModuleManager::loadModule - (L104): loading /usr/lib/abiword-2.8/plugins/babelfish.so -->
+ <!-- [Sat 15 Jan 2011 06:52:53 CST] message: XAP_ModuleManager::loadModule - (L188): success /usr/lib/abiword-2.8/plugins/babelfish.so -->
+ <!-- [Sat 15 Jan 2011 06:52:53 CST] message: XAP_ModuleManager::loadModule - (L104): loading /usr/lib/abiword-2.8/plugins/wmf.so -->
+ <!-- [Sat 15 Jan 2011 06:52:53 CST] message: XAP_ModuleManager::loadModule - (L188): success /usr/lib/abiword-2.8/plugins/wmf.so -->
+ <!-- [Sat 15 Jan 2011 06:52:53 CST] message: XAP_ModuleManager::loadModule - (L104): loading /usr/lib/abiword-2.8/plugins/wikipedia.so -->
+ <!-- [Sat 15 Jan 2011 06:52:53 CST] message: XAP_ModuleManager::loadModule - (L188): success /usr/lib/abiword-2.8/plugins/wikipedia.so -->
+ <!-- [Sat 15 Jan 2011 06:52:53 CST] message: XAP_ModuleManager::loadModule - (L104): loading /usr/lib/abiword-2.8/plugins/paint.so -->
+ <!-- [Sat 15 Jan 2011 06:52:53 CST] message: XAP_ModuleManager::loadModule - (L188): success /usr/lib/abiword-2.8/plugins/paint.so -->
+ <!-- [Sat 15 Jan 2011 06:52:53 CST] message: XAP_ModuleManager::loadModule - (L104): loading /usr/lib/abiword-2.8/plugins/kword.so -->
+ <!-- [Sat 15 Jan 2011 06:52:53 CST] message: XAP_ModuleManager::loadModule - (L188): success /usr/lib/abiword-2.8/plugins/kword.so -->
+ <!-- [Sat 15 Jan 2011 06:52:53 CST] message: XAP_ModuleManager::loadModule - (L104): loading /usr/lib/abiword-2.8/plugins/gdict.so -->
+ <!-- [Sat 15 Jan 2011 06:52:53 CST] message: XAP_ModuleManager::loadModule - (L188): success /usr/lib/abiword-2.8/plugins/gdict.so -->
+ <!-- [Sat 15 Jan 2011 06:52:53 CST] message: XAP_ModuleManager::loadModule - (L104): loading /usr/lib/abiword-2.8/plugins/collab.so -->
+ <!-- [Sat 15 Jan 2011 06:52:53 CST] message: XAP_ModuleManager::loadModule - (L188): success /usr/lib/abiword-2.8/plugins/collab.so -->
+ <!-- [Sat 15 Jan 2011 06:52:53 CST] message: XAP_ModuleManager::loadModule - (L104): loading /usr/lib/abiword-2.8/plugins/ots.so -->
+ <!-- [Sat 15 Jan 2011 06:52:53 CST] message: XAP_ModuleManager::loadModule - (L188): success /usr/lib/abiword-2.8/plugins/ots.so -->
+ <!-- [Sat 15 Jan 2011 06:52:53 CST] message: XAP_ModuleManager::loadModule - (L104): loading /usr/lib/abiword-2.8/plugins/freetranslation.so -->
+ <!-- [Sat 15 Jan 2011 06:52:53 CST] message: XAP_ModuleManager::loadModule - (L188): success /usr/lib/abiword-2.8/plugins/freetranslation.so -->
+ <!-- [Sat 15 Jan 2011 06:52:53 CST] message: XAP_ModuleManager::loadModule - (L104): loading /usr/lib/abiword-2.8/plugins/opml.so -->
+ <!-- [Sat 15 Jan 2011 06:52:53 CST] message: XAP_ModuleManager::loadModule - (L188): success /usr/lib/abiword-2.8/plugins/opml.so -->
+ <!-- [Sat 15 Jan 2011 06:52:53 CST] message: XAP_ModuleManager::loadModule - (L104): loading /usr/lib/abiword-2.8/plugins/loadbindings.so -->
+ <!-- [Sat 15 Jan 2011 06:52:53 CST] message: XAP_ModuleManager::loadModule - (L188): success /usr/lib/abiword-2.8/plugins/loadbindings.so -->
+ <!-- [Sat 15 Jan 2011 06:52:53 CST] message: XAP_ModuleManager::loadModule - (L104): loading /usr/lib/abiword-2.8/plugins/openwriter.so -->
+ <!-- [Sat 15 Jan 2011 06:52:53 CST] message: XAP_ModuleManager::loadModule - (L188): success /usr/lib/abiword-2.8/plugins/openwriter.so -->
+ <!-- [Sat 15 Jan 2011 06:52:53 CST] message: XAP_ModuleManager::loadModule - (L104): loading /usr/lib/abiword-2.8/plugins/wpg.so -->
+ <!-- [Sat 15 Jan 2011 06:52:53 CST] message: XAP_ModuleManager::loadModule - (L188): success /usr/lib/abiword-2.8/plugins/wpg.so -->
+ <!-- [Sat 15 Jan 2011 06:52:53 CST] message: XAP_ModuleManager::loadModule - (L104): loading /usr/lib/abiword-2.8/plugins/google.so -->
+ <!-- [Sat 15 Jan 2011 06:52:53 CST] message: XAP_ModuleManager::loadModule - (L188): success /usr/lib/abiword-2.8/plugins/google.so -->
+ <!-- [Sat 15 Jan 2011 06:52:53 CST] message: XAP_ModuleManager::loadModule - (L104): loading /usr/lib/abiword-2.8/plugins/aiksaurus.so -->
+ <!-- [Sat 15 Jan 2011 06:52:53 CST] message: XAP_ModuleManager::loadModule - (L188): success /usr/lib/abiword-2.8/plugins/aiksaurus.so -->
+ <!-- [Sat 15 Jan 2011 06:52:53 CST] message: XAP_ModuleManager::loadModule - (L104): loading /usr/lib/abiword-2.8/plugins/docbook.so -->
+ <!-- [Sat 15 Jan 2011 06:52:53 CST] message: XAP_ModuleManager::loadModule - (L188): success /usr/lib/abiword-2.8/plugins/docbook.so -->
+ <!-- [Sat 15 Jan 2011 06:52:53 CST] message: XAP_ModuleManager::loadModule - (L104): loading /usr/lib/abiword-2.8/plugins/clarisworks.so -->
+ <!-- [Sat 15 Jan 2011 06:52:53 CST] message: XAP_ModuleManager::loadModule - (L188): success /usr/lib/abiword-2.8/plugins/clarisworks.so -->
+ <!-- [Sat 15 Jan 2011 06:52:53 CST] message: XAP_ModuleManager::loadModule - (L104): loading /usr/lib/abiword-2.8/plugins/latex.so -->
+ <!-- [Sat 15 Jan 2011 06:52:53 CST] message: XAP_ModuleManager::loadModule - (L188): success /usr/lib/abiword-2.8/plugins/latex.so -->
+ <!-- [Sat 15 Jan 2011 06:52:53 CST] message: XAP_ModuleManager::loadModule - (L104): loading /usr/lib/abiword-2.8/plugins/mathview.so -->
+ <!-- [Sat 15 Jan 2011 06:52:53 CST] message: XAP_ModuleManager::loadModule - (L188): success /usr/lib/abiword-2.8/plugins/mathview.so -->
+ <!-- [Sat 15 Jan 2011 06:52:53 CST] message: XAP_ModuleManager::loadModule - (L104): loading /usr/lib/abiword-2.8/plugins/mht.so -->
+ <!-- [Sat 15 Jan 2011 06:52:53 CST] message: XAP_ModuleManager::loadModule - (L188): success /usr/lib/abiword-2.8/plugins/mht.so -->
+ <!-- [Sat 15 Jan 2011 06:52:53 CST] message: XAP_ModuleManager::loadModule - (L104): loading /usr/lib/abiword-2.8/plugins/presentation.so -->
+ <!-- [Sat 15 Jan 2011 06:52:53 CST] message: XAP_ModuleManager::loadModule - (L188): success /usr/lib/abiword-2.8/plugins/presentation.so -->
+ <!-- [Sat 15 Jan 2011 06:52:53 CST] message: XAP_ModuleManager::loadModule - (L104): loading /usr/lib/abiword-2.8/plugins/opendocument.so -->
+ <!-- [Sat 15 Jan 2011 06:52:53 CST] message: XAP_ModuleManager::loadModule - (L188): success /usr/lib/abiword-2.8/plugins/opendocument.so -->
+ <!-- [Sat 15 Jan 2011 06:52:53 CST] message: XAP_ModuleManager::loadModule - (L104): loading /usr/lib/abiword-2.8/plugins/grammar.so -->
+ <!-- [Sat 15 Jan 2011 06:52:53 CST] message: XAP_ModuleManager::loadModule - (L188): success /usr/lib/abiword-2.8/plugins/grammar.so -->
+ <!-- [Sat 15 Jan 2011 06:52:53 CST] message: XAP_ModuleManager::loadModule - (L104): loading /usr/lib/abiword-2.8/plugins/xslfo.so -->
+ <!-- [Sat 15 Jan 2011 06:52:53 CST] message: XAP_ModuleManager::loadModule - (L188): success /usr/lib/abiword-2.8/plugins/xslfo.so -->
+ <!-- [Sat 15 Jan 2011 06:52:53 CST] message: XAP_ModuleManager::loadModule - (L104): loading /usr/lib/abiword-2.8/plugins/passepartout.so -->
+ <!-- [Sat 15 Jan 2011 06:52:53 CST] message: XAP_ModuleManager::loadModule - (L188): success /usr/lib/abiword-2.8/plugins/passepartout.so -->
+ <!-- [Sat 15 Jan 2011 06:52:53 CST] message: XAP_ModuleManager::loadModule - (L104): loading /usr/lib/abiword-2.8/plugins/openxml.so -->
+ <!-- [Sat 15 Jan 2011 06:52:53 CST] message: XAP_ModuleManager::loadModule - (L188): success /usr/lib/abiword-2.8/plugins/openxml.so -->
+ <!-- [Sat 15 Jan 2011 06:52:53 CST] message: XAP_ModuleManager::loadModule - (L104): loading /usr/lib/abiword-2.8/plugins/command.so -->
+ <!-- [Sat 15 Jan 2011 06:52:53 CST] message: XAP_ModuleManager::loadModule - (L188): success /usr/lib/abiword-2.8/plugins/command.so -->
+ <!-- [Sat 15 Jan 2011 06:52:53 CST] message: XAP_ModuleManager::loadModule - (L104): loading /usr/lib/abiword-2.8/plugins/garble.so -->
+ <!-- [Sat 15 Jan 2011 06:52:53 CST] message: XAP_ModuleManager::loadModule - (L188): success /usr/lib/abiword-2.8/plugins/garble.so -->
+ <!-- [Sat 15 Jan 2011 06:52:53 CST] message: XAP_ModuleManager::loadModule - (L104): loading /usr/lib/abiword-2.8/plugins/wordperfect.so -->
+ <!-- [Sat 15 Jan 2011 06:52:53 CST] message: XAP_ModuleManager::loadModule - (L188): success /usr/lib/abiword-2.8/plugins/wordperfect.so -->
+ <!-- [Sat 15 Jan 2011 06:52:53 CST] message: XAP_ModuleManager::loadModule - (L104): loading /usr/lib/abiword-2.8/plugins/pdb.so -->
+ <!-- [Sat 15 Jan 2011 06:52:53 CST] message: XAP_ModuleManager::loadModule - (L188): success /usr/lib/abiword-2.8/plugins/pdb.so -->
+ <!-- [Sat 15 Jan 2011 06:52:53 CST] message: XAP_ModuleManager::loadModule - (L104): loading /usr/lib/abiword-2.8/plugins/mswrite.so -->
+ <!-- [Sat 15 Jan 2011 06:52:53 CST] message: XAP_ModuleManager::loadModule - (L188): success /usr/lib/abiword-2.8/plugins/mswrite.so -->
+ <!-- [Sat 15 Jan 2011 06:52:53 CST] message: XAP_ModuleManager::loadModule - (L104): loading /usr/lib/abiword-2.8/plugins/applix.so -->
+ <!-- [Sat 15 Jan 2011 06:52:53 CST] message: XAP_ModuleManager::loadModule - (L188): success /usr/lib/abiword-2.8/plugins/applix.so -->
+ <!-- [Sat 15 Jan 2011 06:52:53 CST] message: XAP_ModuleManager::loadModule - (L104): loading /usr/lib/abiword-2.8/plugins/gimp.so -->
+ <!-- [Sat 15 Jan 2011 06:52:53 CST] message: XAP_ModuleManager::loadModule - (L188): success /usr/lib/abiword-2.8/plugins/gimp.so -->
+ <!-- [Sat 15 Jan 2011 06:52:53 CST] message: XAP_ModuleManager::loadModule - (L104): loading /usr/lib/abiword-2.8/plugins/wml.so -->
+ <!-- [Sat 15 Jan 2011 06:52:53 CST] message: XAP_ModuleManager::loadModule - (L188): success /usr/lib/abiword-2.8/plugins/wml.so -->
+ <!-- [Sat 15 Jan 2011 06:52:53 CST] message: XAP_ModuleManager::loadModule - (L104): loading /usr/lib/abiword-2.8/plugins/eml.so -->
+ <!-- [Sat 15 Jan 2011 06:52:53 CST] message: XAP_ModuleManager::loadModule - (L188): success /usr/lib/abiword-2.8/plugins/eml.so -->
+ <!-- [Sat 15 Jan 2011 06:52:53 CST] message: XAP_ModuleManager::loadModule - (L104): loading /usr/lib/abiword-2.8/plugins/pdf.so -->
+ <!-- [Sat 15 Jan 2011 06:52:53 CST] message: XAP_ModuleManager::loadModule - (L188): success /usr/lib/abiword-2.8/plugins/pdf.so -->
+ <!-- [Sat 15 Jan 2011 06:52:53 CST] message: XAP_ModuleManager::loadModule - (L104): loading /usr/lib/abiword-2.8/plugins/hrtext.so -->
+ <!-- [Sat 15 Jan 2011 06:52:53 CST] message: XAP_ModuleManager::loadModule - (L188): success /usr/lib/abiword-2.8/plugins/hrtext.so -->
+ <!-- [Sat 15 Jan 2011 06:52:53 CST] message: XAP_ModuleManager::loadModule - (L104): loading /usr/lib/abiword-2.8/plugins/mif.so -->
+ <!-- [Sat 15 Jan 2011 06:52:53 CST] message: XAP_ModuleManager::loadModule - (L188): success /usr/lib/abiword-2.8/plugins/mif.so -->
+ <!-- [Sat 15 Jan 2011 06:52:53 CST] message: XAP_ModuleManager::loadModule - (L104): loading /usr/lib/abiword-2.8/plugins/bmp.so -->
+ <!-- [Sat 15 Jan 2011 06:52:53 CST] message: XAP_ModuleManager::loadModule - (L188): success /usr/lib/abiword-2.8/plugins/bmp.so -->
+ <!-- [Sat 15 Jan 2011 06:52:53 CST] message: XAP_ModuleManager::loadModule - (L104): loading /usr/lib/abiword-2.8/plugins/t602.so -->
+ <!-- [Sat 15 Jan 2011 06:52:53 CST] message: XAP_ModuleManager::loadModule - (L188): success /usr/lib/abiword-2.8/plugins/t602.so -->
+ <!-- [Sat 15 Jan 2011 06:52:53 CST] message: XAP_ModuleManager::loadModule - (L104): loading /usr/lib/abiword-2.8/plugins/iscii.so -->
+ <!-- [Sat 15 Jan 2011 06:52:53 CST] message: XAP_ModuleManager::loadModule - (L188): success /usr/lib/abiword-2.8/plugins/iscii.so -->
+ <!-- [Sat 15 Jan 2011 06:52:53 CST] message: XAP_ModuleManager::loadModule - (L104): loading /usr/lib/abiword-2.8/plugins/sdw.so -->
+ <!-- [Sat 15 Jan 2011 06:52:53 CST] message: XAP_ModuleManager::loadModule - (L188): success /usr/lib/abiword-2.8/plugins/sdw.so -->
+ <!-- [Sat 15 Jan 2011 06:52:53 CST] message: XAP_ModuleManager::loadModule - (L104): loading /usr/lib/abiword-2.8/plugins/urldict.so -->
+ <!-- [Sat 15 Jan 2011 06:52:53 CST] message: XAP_ModuleManager::loadModule - (L188): success /usr/lib/abiword-2.8/plugins/urldict.so -->
+ </Log>
+
+ <Fonts include="0">
+ <!--
+ Here you can put a list of fonts to limit the fonts that appear
+ in the font UI:
+
+ <Face name="some face"/>
+
+ The include attribute of 'Fonts' controls the significance of
+ the list:
+ include="1" - limit fonts to those listed
+ include="0" - exclude the listed fonts from the system font list
+ -->
+ </Fonts>
+
+</AbiPreferences>
diff --git a/layout/.config/inkscape/extension-errors.log b/layout/.config/inkscape/extension-errors.log
new file mode 100644
index 0000000..d6bf952
--- /dev/null
+++ b/layout/.config/inkscape/extension-errors.log
@@ -0,0 +1,38 @@
+Extension "Dia Input" failed to load because a dependency was not met.
+Dependency:
+ type: executable
+ location: path
+ string: dia
+ description: In order to import Dia files, Dia itself must be installed. You can get Dia at http://live.gnome.org/Dia
+
+Extension "Sketch Input" failed to load because a dependency was not met.
+Dependency:
+ type: executable
+ location: extensions
+ string: sk2svg.sh
+
+Extension "Sketch Input" failed to load because a dependency was not met.
+Dependency:
+ type: executable
+ location: path
+ string: skconvert
+
+Extension "DXF Output" failed to load because a dependency was not met.
+Dependency:
+ type: executable
+ location: path
+ string: pstoedit
+ description: pstoedit must be installed to run; see http://www.pstoedit.net/pstoedit
+
+Extension "XFIG Input" failed to load because a dependency was not met.
+Dependency:
+ type: executable
+ location: path
+ string: fig2dev
+
+Extension "LaTeX formula" failed to load because a dependency was not met.
+Dependency:
+ type: executable
+ location: path
+ string: pstoedit
+
diff --git a/layout/.config/inkscape/preferences.xml b/layout/.config/inkscape/preferences.xml
new file mode 100644
index 0000000..4069908
--- /dev/null
+++ b/layout/.config/inkscape/preferences.xml
@@ -0,0 +1,1007 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<inkscape
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ version="1">
+ <group
+ id="window">
+ <group
+ id="menu"
+ state="1" />
+ <group
+ id="commands"
+ state="1" />
+ <group
+ id="snaptoolbox"
+ state="1" />
+ <group
+ id="toppanel"
+ state="1" />
+ <group
+ id="toolbox"
+ state="1" />
+ <group
+ id="statusbar"
+ state="1" />
+ <group
+ id="panels"
+ state="1" />
+ <group
+ id="rulers"
+ state="1" />
+ <group
+ id="scrollbars"
+ state="1" />
+ </group>
+ <group
+ id="fullscreen">
+ <group
+ id="menu"
+ state="1" />
+ <group
+ id="commands"
+ state="1" />
+ <group
+ id="snaptoolbox"
+ state="1" />
+ <group
+ id="toppanel"
+ state="1" />
+ <group
+ id="toolbox"
+ state="1" />
+ <group
+ id="statusbar"
+ state="1" />
+ <group
+ id="panels"
+ state="1" />
+ <group
+ id="rulers"
+ state="1" />
+ <group
+ id="scrollbars"
+ state="1" />
+ </group>
+ <group
+ id="focus">
+ <group
+ id="menu"
+ state="0" />
+ <group
+ id="commands"
+ state="0" />
+ <group
+ id="snaptoolbox"
+ state="0" />
+ <group
+ id="toppanel"
+ state="0" />
+ <group
+ id="toolbox"
+ state="0" />
+ <group
+ id="statusbar"
+ state="0" />
+ <group
+ id="panels"
+ state="0" />
+ <group
+ id="rulers"
+ state="0" />
+ <group
+ id="scrollbars"
+ state="0" />
+ </group>
+ <group
+ id="documents">
+ <group
+ id="recent" />
+ </group>
+ <group
+ id="template">
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ objecttolerance="10.0"
+ gridtolerance="10.0"
+ guidetolerance="10.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:window-width="640"
+ inkscape:window-height="480" />
+ </group>
+ <group
+ id="tools"
+ bounding_box="0"
+ style="fill:none;stroke:black;stroke-opacity:1;stroke-width:1px;stroke-linejoin:miter;stroke-linecap:butt;">
+ <group
+ id="shapes"
+ style="fill-rule:evenodd;"
+ selcue="1"
+ gradientdrag="1">
+ <eventcontext
+ id="rect"
+ style="fill:blue;"
+ usecurrent="1"
+ width="0"
+ height="0"
+ rx="0"
+ ry="0" />
+ <eventcontext
+ id="3dbox"
+ style="stroke:none;stroke-linejoin:round;"
+ usecurrent="1">
+ <side
+ id="XYfront"
+ style="fill:#8686bf;stroke:none;stroke-linejoin:round;"
+ usecurrent="0" />
+ <side
+ id="XYrear"
+ style="fill:#e9e9ff;stroke:none;stroke-linejoin:round;"
+ usecurrent="0" />
+ <side
+ id="XZtop"
+ style="fill:#4d4d9f;stroke:none;stroke-linejoin:round;"
+ usecurrent="0" />
+ <side
+ id="XZbottom"
+ style="fill:#afafde;stroke:none;stroke-linejoin:round;"
+ usecurrent="0" />
+ <side
+ id="YZright"
+ style="fill:#353564;stroke:none;stroke-linejoin:round;"
+ usecurrent="0" />
+ <side
+ id="YZleft"
+ style="fill:#d7d7ff;stroke:none;stroke-linejoin:round;"
+ usecurrent="0" />
+ </eventcontext>
+ <eventcontext
+ id="arc"
+ style="fill:red;"
+ end="0"
+ start="0"
+ usecurrent="1" />
+ <eventcontext
+ id="star"
+ magnitude="5"
+ style="fill:yellow;"
+ usecurrent="1"
+ proportion="0.5"
+ rounded="0"
+ randomized="0" />
+ <eventcontext
+ id="spiral"
+ style="fill:none;"
+ usecurrent="0"
+ revolution="3"
+ expansion="1"
+ t0="0" />
+ </group>
+ <group
+ id="freehand"
+ style="fill:none;fill-rule:evenodd;stroke:black;stroke-opacity:1;stroke-linejoin:miter;stroke-linecap:butt;">
+ <eventcontext
+ id="pencil"
+ tolerance="4.0"
+ selcue="1"
+ style="stroke-width:1px;"
+ usecurrent="0"
+ average_all_sketches="1" />
+ <eventcontext
+ id="pen"
+ mode="drag"
+ selcue="1"
+ style="stroke-width:1px;"
+ usecurrent="0" />
+ </group>
+ <eventcontext
+ id="calligraphic"
+ style="fill:black;fill-opacity:1;fill-rule:nonzero;stroke:none;"
+ mass="2"
+ angle="30"
+ width="15"
+ thinning="10"
+ flatness="90"
+ cap_rounding="0"
+ usecurrent="1"
+ tracebackground="0"
+ usepressure="1"
+ usetilt="0"
+ keep_selected="1">
+ <group
+ id="preset">
+ <group
+ id="cp0"
+ name="Dip pen"
+ mass="2"
+ wiggle="0.0"
+ angle="30.0"
+ thinning="10"
+ tremor="0.0"
+ flatness="90"
+ cap_rounding="0.0"
+ tracebackground="0"
+ usepressure="1"
+ usetilt="1" />
+ <group
+ id="cp1"
+ name="Marker"
+ mass="2"
+ wiggle="0.0"
+ angle="90.0"
+ thinning="0.0"
+ tremor="0.0"
+ flatness="0.0"
+ cap_rounding="1.0"
+ tracebackground="0"
+ usepressure="0"
+ usetilt="0" />
+ <group
+ id="cp2"
+ name="Brush"
+ mass="2"
+ wiggle="25"
+ angle="45.0"
+ thinning="-40"
+ tremor="0.0"
+ flatness="16"
+ cap_rounding=".1"
+ tracebackground="0"
+ usepressure="1"
+ usetilt="1" />
+ <group
+ id="cp3"
+ name="Wiggly"
+ usetilt="1"
+ tracebackground="0"
+ usepressure="1"
+ cap_rounding="0.1"
+ flatness="16"
+ tremor="18"
+ thinning="-30"
+ angle="30"
+ wiggle="50"
+ mass="0" />
+ <group
+ id="cp4"
+ name="Splotchy"
+ width="100"
+ usetilt="1"
+ tracebackground="0"
+ usepressure="0"
+ cap_rounding="1"
+ flatness="0"
+ tremor="10"
+ thinning="30"
+ angle="30"
+ wiggle="0"
+ mass="0" />
+ <group
+ id="cp5"
+ name="Tracing"
+ width="50"
+ mass="0"
+ wiggle="0.0"
+ angle="0.0"
+ thinning="0.0"
+ tremor="0.0"
+ flatness="0"
+ cap_rounding="0.0"
+ tracebackground="1"
+ usepressure="1"
+ usetilt="1" />
+ </group>
+ </eventcontext>
+ <eventcontext
+ id="eraser"
+ mode="0"
+ style="fill:#ff0000;fill-opacity:1;fill-rule:nonzero;stroke:none;"
+ mass="0.02"
+ drag="1"
+ angle="30"
+ width="0.15"
+ thinning="0.1"
+ flatness="0.0"
+ cap_rounding="1.4"
+ usecurrent="0"
+ tracebackground="0"
+ usepressure="1"
+ usetilt="0"
+ selcue="1" />
+ <eventcontext
+ id="lpetool"
+ mode="drag"
+ style="fill:#ff0000;fill-opacity:1;fill-rule:nonzero;stroke:none;"
+ unitid="3"
+ show_bbox="1" />
+ <eventcontext
+ id="text"
+ usecurrent="0"
+ gradientdrag="1"
+ font_sample="AaBbCcIiPpQq12369$€¢?.;/()"
+ style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:40px;"
+ selcue="1" />
+ <eventcontext
+ id="nodes"
+ selcue="1"
+ gradientdrag="1"
+ highlight_color="4278190335"
+ pathflash_enabled="1"
+ pathflash_unselected="0"
+ pathflash_timeout="500"
+ show_handles="1"
+ show_helperpath="0"
+ sculpting_profile="1"
+ x="0"
+ y="0" />
+ <eventcontext
+ id="tweak"
+ selcue="0"
+ gradientdrag="0"
+ show_handles="0"
+ width="0.2"
+ force="0.2"
+ fidelity="0.5"
+ usepressure="1"
+ style="fill:red;stroke:none;"
+ usecurrent="0"
+ doh="1"
+ dos="1"
+ dol="1"
+ doo="1" />
+ <eventcontext
+ id="gradient"
+ selcue="1"
+ newgradient="1"
+ newfillorstroke="1" />
+ <eventcontext
+ id="zoom"
+ selcue="1"
+ gradientdrag="0" />
+ <eventcontext
+ id="dropper"
+ selcue="1"
+ gradientdrag="1"
+ pick="1"
+ setalpha="1" />
+ <eventcontext
+ id="select"
+ selcue="1"
+ gradientdrag="0" />
+ <eventcontext
+ id="connector"
+ style="fill:none;fill-rule:evenodd;stroke:black;stroke-opacity:1;stroke-linejoin:miter;stroke-width:1px;stroke-linecap:butt;"
+ selcue="1"
+ length="100" />
+ <eventcontext
+ id="paintbucket"
+ style="fill:#a0a0a0;stroke:none;"
+ usecurrent="1"
+ offset="0"
+ offsetunits="pt" />
+ </group>
+ <group
+ id="palette">
+ <group
+ id="dashes">
+ <dash
+ id="solid"
+ style="stroke-dasharray:none" />
+ <dash
+ id="dash-1-1"
+ style="stroke-dasharray:1,1" />
+ <dash
+ id="dash-1-2"
+ style="stroke-dasharray:1,2" />
+ <dash
+ id="dash-1-3"
+ style="stroke-dasharray:1,3" />
+ <dash
+ id="dash-1-4"
+ style="stroke-dasharray:1,4" />
+ <dash
+ id="dash-1-6"
+ style="stroke-dasharray:1,6" />
+ <dash
+ id="dash-1-8"
+ style="stroke-dasharray:1,8" />
+ <dash
+ id="dash-1-12"
+ style="stroke-dasharray:1,12" />
+ <dash
+ id="dash-1-24"
+ style="stroke-dasharray:1,24" />
+ <dash
+ id="dash-1-48"
+ style="stroke-dasharray:1,48" />
+ <dash
+ id="dash-2-1"
+ style="stroke-dasharray:2,1" />
+ <dash
+ id="dash-3-1"
+ style="stroke-dasharray:3,1" />
+ <dash
+ id="dash-4-1"
+ style="stroke-dasharray:4,1" />
+ <dash
+ id="dash-6-1"
+ style="stroke-dasharray:6,1" />
+ <dash
+ id="dash-8-1"
+ style="stroke-dasharray:8,1" />
+ <dash
+ id="dash-12-1"
+ style="stroke-dasharray:12,1" />
+ <dash
+ id="dash-24-1"
+ style="stroke-dasharray:24,1" />
+ <dash
+ id="dash-2-2"
+ style="stroke-dasharray:2,2" />
+ <dash
+ id="dash-3-3"
+ style="stroke-dasharray:3,3" />
+ <dash
+ id="dash-4-4"
+ style="stroke-dasharray:4,4" />
+ <dash
+ id="dash-6-6"
+ style="stroke-dasharray:6,6" />
+ <dash
+ id="dash-8-8"
+ style="stroke-dasharray:8,8" />
+ <dash
+ id="dash-12-12"
+ style="stroke-dasharray:12,12" />
+ <dash
+ id="dash-24-24"
+ style="stroke-dasharray:24,24" />
+ <dash
+ id="dash-2-4"
+ style="stroke-dasharray:2,4" />
+ <dash
+ id="dash-4-2"
+ style="stroke-dasharray:4,2" />
+ <dash
+ id="dash-2-6"
+ style="stroke-dasharray:2,6" />
+ <dash
+ id="dash-6-2"
+ style="stroke-dasharray:6,2" />
+ <dash
+ id="dash-4-8"
+ style="stroke-dasharray:4,8" />
+ <dash
+ id="dash-8-4"
+ style="stroke-dasharray:8,4" />
+ <dash
+ id="dash-2-1-012-1"
+ style="stroke-dasharray:2,1,0.5,1" />
+ <dash
+ id="dash-4-2-1-2"
+ style="stroke-dasharray:4,2,1,2" />
+ <dash
+ id="dash-8-2-1-2"
+ style="stroke-dasharray:8,2,1,2" />
+ <dash
+ id="dash-012-012"
+ style="stroke-dasharray:0.5,0.5" />
+ <dash
+ id="dash-014-014"
+ style="stroke-dasharray:0.25,0.25" />
+ <dash
+ id="dash-0110-0110"
+ style="stroke-dasharray:0.1,0.1" />
+ </group>
+ </group>
+ <group
+ id="colorselector"
+ page="0" />
+ <group
+ id="embedded">
+ <group
+ id="swatches"
+ panel_size="1"
+ panel_mode="1"
+ panel_ratio="100"
+ panel_wrap="0"
+ palette="Inkscape default" />
+ </group>
+ <group
+ id="dialogs">
+ <group
+ id="toolbox" />
+ <group
+ id="fillstroke" />
+ <group
+ id="filtereffects" />
+ <group
+ id="textandfont" />
+ <group
+ id="transformation"
+ applyseparately="0" />
+ <group
+ id="align" />
+ <group
+ id="xml" />
+ <group
+ id="find" />
+ <group
+ id="spellcheck"
+ w="200"
+ h="250"
+ lang="en_US"
+ ignorenumbers="1" />
+ <group
+ id="documentoptions"
+ state="1" />
+ <group
+ id="preferences"
+ state="1"
+ panel_size="1"
+ panel_ratio="100"
+ panel_mode="1"
+ panel_wrap="0"
+ page="36"
+ x="31"
+ y="0"
+ w="1163"
+ h="603" />
+ <group
+ id="gradienteditor" />
+ <group
+ id="object" />
+ <group
+ id="export"
+ default=""
+ append_extension="1"
+ path="">
+ <group
+ id="exportarea" />
+ <group
+ id="defaultxdpi" />
+ </group>
+ <group
+ id="save_as"
+ default="org.inkscape.output.svg.inkscape"
+ append_extension="1"
+ enable_preview="1"
+ path="" />
+ <group
+ id="save_copy"
+ default=""
+ append_extension="1"
+ enable_preview="1"
+ path="" />
+ <group
+ id="open"
+ enable_preview="1"
+ path="" />
+ <group
+ id="import"
+ enable_preview="1"
+ path="" />
+ <group
+ id="debug"
+ redirect="0" />
+ <group
+ id="clonetiler" />
+ <group
+ id="gridtiler" />
+ <group
+ id="extension-error"
+ show-on-startup="0" />
+ <group
+ id="memory" />
+ <group
+ id="messages" />
+ <group
+ id="swatches" />
+ <group
+ id="iconpreview" />
+ <group
+ id="aboutextensions" />
+ <group
+ id="treeeditor" />
+ <group
+ id="layers"
+ maxDepth="20" />
+ <group
+ id="extensioneditor" />
+ <group
+ id="trace"
+ state="1" />
+ <group
+ id="script" />
+ <group
+ id="input" />
+ <group
+ id="colorpickerwindow" />
+ <group
+ id="undo-history" />
+ <group
+ id="filtereffects" />
+ <group
+ id="transparency"
+ on-focus="1.0"
+ on-blur="0.50"
+ animate-time="100" />
+ </group>
+ <group
+ id="printing">
+ <settings
+ id="ps" />
+ <group
+ id="debug"
+ add-label-comments="0" />
+ </group>
+ <group
+ id="options">
+ <group
+ id="useoldpdfexporter"
+ value="0" />
+ <group
+ id="highlightoriginal"
+ value="1" />
+ <group
+ id="relinkclonesonduplicate"
+ value="0" />
+ <group
+ id="mapalt"
+ value="1" />
+ <group
+ id="trackalt"
+ value="0" />
+ <group
+ id="switchonextinput"
+ value="0" />
+ <group
+ id="useextinput"
+ value="1" />
+ <group
+ id="nudgedistance"
+ value="2" />
+ <group
+ id="rotationsnapsperpi"
+ value="12" />
+ <group
+ id="cursortolerance"
+ value="8.0" />
+ <group
+ id="dragtolerance"
+ value="4.0" />
+ <group
+ id="displayprofile"
+ enable="0"
+ from_display="0"
+ intent="0"
+ uri="" />
+ <group
+ id="softproof"
+ enable="0"
+ intent="0"
+ gamutcolor="#808080"
+ gamutwarn="0"
+ bpc="0"
+ preserveblack="0"
+ uri="" />
+ <group
+ id="savewindowgeometry"
+ value="1" />
+ <group
+ id="defaultoffsetwidth"
+ value="2" />
+ <group
+ id="defaultscale"
+ value="2" />
+ <group
+ id="maxrecentdocuments"
+ value="36" />
+ <group
+ id="zoomincrement"
+ value="1.414213562" />
+ <group
+ id="zoomcorrection"
+ value="1.0049999999999999"
+ unit="cm" />
+ <group
+ id="keyscroll"
+ value="15" />
+ <group
+ id="wheelscroll"
+ value="40" />
+ <group
+ id="spacepans"
+ value="0" />
+ <group
+ id="wheelzooms"
+ value="0" />
+ <group
+ id="transientpolicy"
+ value="1" />
+ <group
+ id="scrollingacceleration"
+ value="0.4" />
+ <group
+ id="snapdelay"
+ value="150" />
+ <group
+ id="snapweight"
+ value="0.5" />
+ <group
+ id="snapclosestonly"
+ value="0" />
+ <group
+ id="snapindicator"
+ value="1" />
+ <group
+ id="autoscrollspeed"
+ value="0.7" />
+ <group
+ id="autoscrolldistance"
+ value="-10" />
+ <group
+ id="simplifythreshold"
+ value="0.002" />
+ <group
+ id="bitmapoversample"
+ value="1" />
+ <group
+ id="bitmapeditor"
+ value="0"
+ choices="gimp,krita,gpaint,kolourpaint,mtpaint,cinepaint" />
+ <group
+ id="bitmapautoreload"
+ value="1" />
+ <group
+ id="dialogtype"
+ value="1" />
+ <group
+ id="dock"
+ cancenterdock="1"
+ dockbarstyle="2"
+ switcherstyle="2" />
+ <group
+ id="dialogsskiptaskbar"
+ value="1" />
+ <group
+ id="arenatilescachesize"
+ value="8192" />
+ <group
+ id="preservetransform"
+ value="0" />
+ <group
+ id="clonecompensation"
+ value="1" />
+ <group
+ id="cloneorphans"
+ value="0" />
+ <group
+ id="stickyzoom"
+ value="0" />
+ <group
+ id="selcue"
+ value="2" />
+ <group
+ id="transform"
+ stroke="1"
+ rectcorners="1"
+ pattern="1"
+ gradient="1" />
+ <group
+ id="kbselection"
+ inlayer="1"
+ onlyvisible="1"
+ onlysensitive="1" />
+ <group
+ id="selection"
+ layerdeselect="1" />
+ <group
+ id="createbitmap" />
+ <group
+ id="compassangledisplay"
+ value="0" />
+ <group
+ id="maskobject"
+ topmost="1"
+ remove="1" />
+ <group
+ id="blurquality"
+ value="0" />
+ <group
+ id="filterquality"
+ value="1" />
+ <group
+ id="showfiltersinfobox"
+ value="1" />
+ <group
+ id="startmode"
+ outline="0" />
+ <group
+ id="outlinemode"
+ value="0" />
+ <group
+ id="ocalurl"
+ str="openclipart.org" />
+ <group
+ id="ocalusername"
+ str="" />
+ <group
+ id="ocalpassword"
+ str="" />
+ <group
+ id="wireframecolors"
+ onlight="255"
+ ondark="4294967295"
+ images="4278190335"
+ clips="16711935"
+ masks="65535" />
+ <group
+ id="svgoutput"
+ usenamedcolors="0"
+ numericprecision="8"
+ minimumexponent="-8"
+ inlineattrs="0"
+ indent="2"
+ allowrelativecoordinates="1"
+ forcerepeatcommands="0" />
+ <group
+ id="forkgradientvectors"
+ value="1" />
+ <group
+ id="iconrender"
+ named_nodelay="0" />
+ <group
+ id="autosave"
+ enable="0"
+ interval="10"
+ path=""
+ max="10" />
+ <group
+ id="grids"
+ no_emphasize_when_zoomedout="0">
+ <group
+ id="xy"
+ units="px"
+ origin_x="0.0"
+ origin_y="0.0"
+ spacing_x="1.0"
+ spacing_y="1.0"
+ color="65312"
+ empcolor="65344"
+ empspacing="5"
+ dotted="0" />
+ <group
+ id="axonom"
+ units="mm"
+ origin_x="0.0"
+ origin_y="0.0"
+ spacing_y="1.0"
+ angle_x="30.0"
+ angle_z="30.0"
+ color="65312"
+ empcolor="65344"
+ empspacing="5" />
+ </group>
+ <group
+ id="workarounds"
+ colorsontop="1" />
+ </group>
+ <group
+ id="extensions" />
+ <group
+ id="desktop"
+ style="">
+ <group
+ width="1189"
+ height="747"
+ x="5"
+ y="89"
+ fullscreen="0"
+ id="geometry"
+ maximized="0" />
+ <group
+ id="XYfront" />
+ <group
+ id="XYrear" />
+ <group
+ id="XZtop" />
+ <group
+ id="XZbottom" />
+ <group
+ id="YZleft" />
+ <group
+ id="YZright" />
+ </group>
+ <group
+ id="devices" />
+ <group
+ id="toolbox"
+ icononly="1"
+ secondary="1"
+ small="1">
+ <group
+ id="tools"
+ icononly="1"
+ small="0" />
+ </group>
+ <group
+ id="iconpreview">
+ <group
+ id="sizes">
+ <group
+ id="default">
+ <group
+ value="16"
+ show="1"
+ id="size16" />
+ <group
+ value="24"
+ show="1"
+ id="size24" />
+ <group
+ value="32"
+ show="1"
+ id="size32" />
+ <group
+ value="48"
+ show="1"
+ id="size48" />
+ <group
+ value="50"
+ show="0"
+ id="size50" />
+ <group
+ value="64"
+ show="0"
+ id="size64" />
+ <group
+ value="72"
+ show="0"
+ id="size72" />
+ <group
+ value="80"
+ show="0"
+ id="size80" />
+ <group
+ value="96"
+ show="0"
+ id="size96" />
+ <group
+ value="128"
+ show="1"
+ id="size128" />
+ <group
+ value="256"
+ show="0"
+ id="size256" />
+ </group>
+ </group>
+ </group>
+ <group
+ id="whiteboard">
+ <group
+ id="server"
+ name="jabber.org"
+ port="5222"
+ username=""
+ ssl="0" />
+ <group
+ id="room"
+ name="inkboard"
+ server="gristle.org" />
+ </group>
+ <group
+ id="debug">
+ <group
+ id="latency"
+ skew="1" />
+ </group>
+ <group
+ id="ui"
+ language="en_AU" />
+</inkscape>
diff --git a/layout/.config/user-dirs.locale b/layout/.config/user-dirs.locale
new file mode 100644
index 0000000..245a091
--- /dev/null
+++ b/layout/.config/user-dirs.locale
@@ -0,0 +1 @@
+en_AU \ No newline at end of file
diff --git a/layout/.gconf/apps/%gconf.xml b/layout/.gconf/apps/%gconf.xml
new file mode 100755
index 0000000..e69de29
--- /dev/null
+++ b/layout/.gconf/apps/%gconf.xml
diff --git a/layout/.gconf/apps/camorama/%gconf.xml b/layout/.gconf/apps/camorama/%gconf.xml
new file mode 100755
index 0000000..e69de29
--- /dev/null
+++ b/layout/.gconf/apps/camorama/%gconf.xml
diff --git a/layout/.gconf/apps/camorama/preferences/%gconf.xml b/layout/.gconf/apps/camorama/preferences/%gconf.xml
new file mode 100755
index 0000000..31e8969
--- /dev/null
+++ b/layout/.gconf/apps/camorama/preferences/%gconf.xml
@@ -0,0 +1,41 @@
+<?xml version="1.0"?>
+<gconf>
+ <entry name="use_custom_string" mtime="1308395726" schema="/schemas/apps/camorama/preferences/use_custom_string" type="bool" value="true"/>
+ <entry name="timestamp" mtime="1308395560" schema="/schemas/apps/camorama/preferences/timestamp" type="bool" value="false"/>
+ <entry name="show_effects" mtime="1308395560" schema="/schemas/apps/camorama/preferences/show_effects" type="bool" value="false"/>
+ <entry name="show_adjustments" mtime="1308395811" schema="/schemas/apps/camorama/preferences/show_adjustments" type="bool" value="false"/>
+ <entry name="remote_timestamp" mtime="1308395560" schema="/schemas/apps/camorama/preferences/remote_timestamp" type="bool" value="false"/>
+ <entry name="remote_file_type" mtime="1308395560" schema="/schemas/apps/camorama/preferences/remote_file_type" type="int" value="0"/>
+ <entry name="remote_capture" mtime="1308395560" schema="/schemas/apps/camorama/preferences/remote_capture" type="bool" value="false"/>
+ <entry name="remote_append_ts_to_file" mtime="1308395560" schema="/schemas/apps/camorama/preferences/remote_append_ts_to_file" type="bool" value="false"/>
+ <entry name="local_capture" mtime="1308395560" schema="/schemas/apps/camorama/preferences/local_capture" type="bool" value="true"/>
+ <entry name="drawdate" mtime="1308395726" schema="/schemas/apps/camorama/preferences/drawdate" type="bool" value="true"/>
+ <entry name="auto_capture" mtime="1308395560" schema="/schemas/apps/camorama/preferences/auto_capture" type="bool" value="false"/>
+ <entry name="append_ts_to_file" mtime="1308395560" schema="/schemas/apps/camorama/preferences/append_ts_to_file" type="bool" value="true"/>
+ <entry name="timestamp_string" mtime="1308395802" schema="/schemas/apps/camorama/preferences/timestamp_string" type="string">
+ <stringvalue>Camorama!</stringvalue>
+ </entry>
+ <entry name="remote_save_file" mtime="1308395802" schema="/schemas/apps/camorama/preferences/remote_save_file" type="string">
+ <stringvalue>Webcam</stringvalue>
+ </entry>
+ <entry name="remote_save_dir" mtime="1308395802" schema="/schemas/apps/camorama/preferences/remote_save_dir" type="string">
+ <stringvalue>your/upload/folder</stringvalue>
+ </entry>
+ <entry name="password" mtime="1308395802" schema="/schemas/apps/camorama/preferences/password" type="string">
+ <stringvalue>seeeekrit</stringvalue>
+ </entry>
+ <entry name="login" mtime="1308395802" schema="/schemas/apps/camorama/preferences/login" type="string">
+ <stringvalue>your-username</stringvalue>
+ </entry>
+ <entry name="hostname" mtime="1308395802" schema="/schemas/apps/camorama/preferences/hostname" type="string">
+ <stringvalue>yourdomain.org</stringvalue>
+ </entry>
+ <entry name="save_file" mtime="1308395802" schema="/schemas/apps/camorama/preferences/save_file" type="string">
+ <stringvalue>Webcam</stringvalue>
+ </entry>
+ <entry name="save_dir" mtime="1308395802" schema="/schemas/apps/camorama/preferences/save_dir" type="string">
+ <stringvalue>/home/olpc/Pictures/Webcam</stringvalue>
+ </entry>
+ <entry name="file_type" mtime="1308395560" schema="/schemas/apps/camorama/preferences/file_type" type="int" value="0"/>
+ <entry name="auto_capture_interval" mtime="1308395726" schema="/schemas/apps/camorama/preferences/auto_capture_interval" type="int" value="1200000"/>
+</gconf>
diff --git a/layout/.gimp-2.6/colorrc b/layout/.gimp-2.6/colorrc
new file mode 100644
index 0000000..6b90574
--- /dev/null
+++ b/layout/.gimp-2.6/colorrc
@@ -0,0 +1,19 @@
+# GIMP colorrc
+#
+# This file holds a list of recently used colors.
+
+(color-history
+ (color-rgba 1.000000 1.000000 1.000000 1.000000)
+ (color-rgba 1.000000 1.000000 1.000000 1.000000)
+ (color-rgba 1.000000 1.000000 1.000000 1.000000)
+ (color-rgba 1.000000 1.000000 1.000000 1.000000)
+ (color-rgba 1.000000 1.000000 1.000000 1.000000)
+ (color-rgba 1.000000 1.000000 1.000000 1.000000)
+ (color-rgba 1.000000 1.000000 1.000000 1.000000)
+ (color-rgba 1.000000 1.000000 1.000000 1.000000)
+ (color-rgba 1.000000 1.000000 1.000000 1.000000)
+ (color-rgba 1.000000 1.000000 1.000000 1.000000)
+ (color-rgba 1.000000 1.000000 1.000000 1.000000)
+ (color-rgba 1.000000 1.000000 1.000000 1.000000))
+
+# end of colorrc
diff --git a/layout/.gimp-2.6/controllerrc b/layout/.gimp-2.6/controllerrc
new file mode 100644
index 0000000..2da250b
--- /dev/null
+++ b/layout/.gimp-2.6/controllerrc
@@ -0,0 +1,40 @@
+# GIMP controllerrc
+#
+# This file will be entirely rewritten each time you exit.
+
+(GimpControllerInfo "Main Mouse Wheel"
+ (stock-id "gimp-controller-wheel")
+ (enabled yes)
+ (debug-events no)
+ (controller "GimpControllerWheel")
+ (mapping
+ (map "scroll-down-shift-control" "context-brush-select-previous")
+ (map "scroll-down-shift-control-alt" "context-font-select-previous")
+ (map "scroll-up-shift-control-alt" "context-font-select-next")
+ (map "scroll-up-shift-control" "context-brush-select-next")
+ (map "scroll-up-control-alt" "context-gradient-select-next")
+ (map "scroll-up-alt" "tools-value-1-increase-skip")
+ (map "scroll-up-shift-alt" "context-pattern-select-next")
+ (map "scroll-down-control-alt" "context-gradient-select-previous")
+ (map "scroll-down-shift-alt" "context-pattern-select-previous")
+ (map "scroll-down-alt" "tools-value-1-decrease-skip")))
+(GimpControllerInfo "Main Keyboard"
+ (stock-id "gimp-controller-keyboard")
+ (enabled yes)
+ (debug-events no)
+ (controller "GimpControllerKeyboard")
+ (mapping
+ (map "cursor-right-shift" "view-scroll-page-right")
+ (map "cursor-down-control" "view-scroll-bottom-border")
+ (map "cursor-down-shift" "view-scroll-page-down")
+ (map "cursor-left-alt" "tools-value-1-decrease")
+ (map "cursor-up-control" "view-scroll-top-border")
+ (map "cursor-left-control" "view-scroll-left-border")
+ (map "cursor-up-alt" "tools-value-1-increase-skip")
+ (map "cursor-down-alt" "tools-value-1-decrease-skip")
+ (map "cursor-up-shift" "view-scroll-page-up")
+ (map "cursor-left-shift" "view-scroll-page-left")
+ (map "cursor-right-control" "view-scroll-right-border")
+ (map "cursor-right-alt" "tools-value-1-increase")))
+
+# end of controllerrc
diff --git a/layout/.gimp-2.6/dockrc b/layout/.gimp-2.6/dockrc
new file mode 100644
index 0000000..bb1944b
--- /dev/null
+++ b/layout/.gimp-2.6/dockrc
@@ -0,0 +1,4 @@
+# recently closed docks
+
+
+# end of recently closed docks
diff --git a/layout/.gimp-2.6/gimprc b/layout/.gimp-2.6/gimprc
new file mode 100644
index 0000000..dec213d
--- /dev/null
+++ b/layout/.gimp-2.6/gimprc
@@ -0,0 +1,33 @@
+# GIMP gimprc
+#
+# This is your personal gimprc file. Any variable defined in this file takes
+# precedence over the value defined in the system-wide gimprc:
+# /etc/gimp/2.0/gimprc
+# Most values can be set within GIMP by changing some options in the
+# Preferences dialog.
+
+(default-image
+ (width 640)
+ (height 400)
+ (unit pixels)
+ (xresolution 72.000000)
+ (yresolution 72.000000)
+ (resolution-unit millimeters)
+ (image-type rgb)
+ (fill-type background-fill)
+ (comment "Created with GIMP"))
+(default-grid
+ (style solid)
+ (fgcolor (color-rgba 0.000000 0.000000 0.000000 1.000000))
+ (bgcolor (color-rgba 1.000000 1.000000 1.000000 1.000000))
+ (xspacing 10.000000)
+ (yspacing 10.000000)
+ (spacing-unit millimeters)
+ (xoffset 0.000000)
+ (yoffset 0.000000)
+ (offset-unit millimeters))
+(monitor-xresolution 201.000000)
+(monitor-yresolution 201.000000)
+
+
+# end of gimprc
diff --git a/layout/.gimp-2.6/gtkrc b/layout/.gimp-2.6/gtkrc
new file mode 100644
index 0000000..5d5cf78
--- /dev/null
+++ b/layout/.gimp-2.6/gtkrc
@@ -0,0 +1,35 @@
+# pixmap_path "<dir 1>:<dir 2>:<dir 3>:..."
+#
+# include "rc-file"
+#
+# style <name> [= <name>]
+# {
+# <option>
+# }
+#
+# widget <widget_set> style <style_name>
+# class <widget_class_set> style <style_name>
+#
+# You can add your own GIMP-specific GTK styles here.
+
+
+#
+# Adjust the size of previews in plug-in dialogs:
+#
+style "gimp-large-preview"
+{
+ GimpPreview::size = 256
+}
+
+# class "GimpPreview" style "gimp-large-preview"
+
+
+#
+# Change the dock separator DND highlight color:
+#
+style "gimp-red-separator-style"
+{
+ bg[SELECTED] = "#aa2448"
+}
+
+# widget "*gimp-dock-separator*" style "gimp-red-separator-style"
diff --git a/layout/.gimp-2.6/menurc b/layout/.gimp-2.6/menurc
new file mode 100644
index 0000000..62aed5a
--- /dev/null
+++ b/layout/.gimp-2.6/menurc
@@ -0,0 +1,1130 @@
+; gimp-2.6 GtkAccelMap rc-file -*- scheme -*-
+; this file is an automated accelerator map dump
+;
+; (gtk_accel_path "<Actions>/plug-in/plug-in-colors-channel-mixer" "")
+; (gtk_accel_path "<Actions>/dockable/dockable-tab-style-menu" "")
+; (gtk_accel_path "<Actions>/view/view-zoom" "")
+; (gtk_accel_path "<Actions>/dialogs/dialogs-module-dialog" "")
+; (gtk_accel_path "<Actions>/plug-in/script-fu-t-o-p-logo-alpha" "")
+; (gtk_accel_path "<Actions>/context/context-brush-spikes-set" "")
+; (gtk_accel_path "<Actions>/context/context-brush-select-set" "")
+; (gtk_accel_path "<Actions>/plug-in/plug-in-fractal-trace" "")
+; (gtk_accel_path "<Actions>/file/file-open" "<Control>o")
+; (gtk_accel_path "<Actions>/vectors/vectors-selection-to-vectors" "")
+; (gtk_accel_path "<Actions>/plug-in/script-fu-truchet" "")
+; (gtk_accel_path "<Actions>/view/view-zoom-other" "")
+; (gtk_accel_path "<Actions>/context/context-brush-spacing-increase" "")
+; (gtk_accel_path "<Actions>/context/context-brush-angle-increase-skip" "")
+; (gtk_accel_path "<Actions>/context/context-palette-background-last" "")
+; (gtk_accel_path "<Actions>/plug-in/script-fu-chip-away-logo" "")
+; (gtk_accel_path "<Actions>/plug-in/script-fu-carve-it" "")
+; (gtk_accel_path "<Actions>/context/context-tool-select-last" "")
+; (gtk_accel_path "<Actions>/image/colors-map-menu" "")
+; (gtk_accel_path "<Actions>/plug-in/script-fu-glowing-logo-alpha" "")
+; (gtk_accel_path "<Actions>/image/image-convert-indexed" "")
+; (gtk_accel_path "<Actions>/plug-in/plug-in-flame" "")
+; (gtk_accel_path "<Actions>/plug-in/gimp-help-2-using-docks" "")
+; (gtk_accel_path "<Actions>/tools/tools-ink-blob-aspect-maximum" "")
+; (gtk_accel_path "<Actions>/windows/windows-show-toolbox" "<Control>b")
+; (gtk_accel_path "<Actions>/plug-in/script-fu-alien-glow-bullet" "")
+; (gtk_accel_path "<Actions>/plug-in/plug-in-render-clouds-menu" "")
+; (gtk_accel_path "<Actions>/context/context-foreground-hue-set" "")
+; (gtk_accel_path "<Actions>/context/context-brush-hardness-decrease" "")
+; (gtk_accel_path "<Actions>/quick-mask/quick-mask-popup" "")
+; (gtk_accel_path "<Actions>/layers/layers-select-next" "Page_Down")
+; (gtk_accel_path "<Actions>/layers/layers-mask-selection-add" "")
+; (gtk_accel_path "<Actions>/context/context-brush-spikes-maximum" "")
+; (gtk_accel_path "<Actions>/tools/tools-color-menu" "")
+; (gtk_accel_path "<Actions>/context/context-foreground-blue-set" "")
+; (gtk_accel_path "<Actions>/context/context-palette-foreground-set" "")
+; (gtk_accel_path "<Actions>/plug-in/file-png-save" "")
+; (gtk_accel_path "<Actions>/tools/tools-value-3-set" "")
+; (gtk_accel_path "<Actions>/layers/layers-alpha-selection-subtract" "")
+; (gtk_accel_path "<Actions>/plug-in/plug-in-qbist" "")
+; (gtk_accel_path "<Actions>/tools/tools-value-1-maximum" "")
+; (gtk_accel_path "<Actions>/dialogs/dialogs-device-status" "")
+; (gtk_accel_path "<Actions>/context/context-brush-hardness-increase-skip" "")
+; (gtk_accel_path "<Actions>/plug-in/plug-in-generic-menu" "")
+; (gtk_accel_path "<Actions>/plug-in/plug-in-icc-profile-file-info" "")
+; (gtk_accel_path "<Actions>/plug-in/script-fu-chrome-logo-alpha" "")
+; (gtk_accel_path "<Actions>/plug-in/plug-in-gfig" "")
+; (gtk_accel_path "<Actions>/context/context-colormap-foreground-last" "")
+; (gtk_accel_path "<Actions>/tools/tools-ink-blob-angle-decrease-skip" "")
+; (gtk_accel_path "<Actions>/plug-in/plug-in-pagecurl" "")
+; (gtk_accel_path "<Actions>/tools/tools-dodge-burn" "<Shift>d")
+; (gtk_accel_path "<Actions>/color-button/color-button-use-foreground" "")
+; (gtk_accel_path "<Actions>/select/select-all" "<Control>a")
+; (gtk_accel_path "<Actions>/plug-in/plug-in-alienmap2" "")
+; (gtk_accel_path "<Actions>/context/context-foreground-saturation-decrease" "")
+; (gtk_accel_path "<Actions>/color-button/color-button-use-background" "")
+; (gtk_accel_path "<Actions>/tools/tools-value-1-increase-skip" "<Control>greater")
+; (gtk_accel_path "<Actions>/context/context-foreground-green-increase" "")
+; (gtk_accel_path "<Actions>/vectors/vectors-new-last-values" "")
+; (gtk_accel_path "<Actions>/tools/tools-ink-blob-aspect-minimum" "")
+; (gtk_accel_path "<Actions>/plug-in/plug-in-reshow" "<Shift><Control>f")
+; (gtk_accel_path "<Actions>/context/context-colormap-background-first" "")
+; (gtk_accel_path "<Actions>/windows/windows-dock-0001" "")
+; (gtk_accel_path "<Actions>/tools/tools-ink" "k")
+; (gtk_accel_path "<Actions>/brushes/brushes-open-as-image" "")
+; (gtk_accel_path "<Actions>/tools/tools-ink-blob-size-increase-skip" "")
+; (gtk_accel_path "<Actions>/quick-mask/quick-mask-invert-on" "")
+; (gtk_accel_path "<Actions>/plug-in/script-fu-textured-logo-alpha" "")
+; (gtk_accel_path "<Actions>/context/context-gradient-select-previous" "")
+; (gtk_accel_path "<Actions>/layers/layers-new-from-visible" "")
+; (gtk_accel_path "<Actions>/dockable/dockable-preview-size-tiny" "")
+; (gtk_accel_path "<Actions>/tools/tools-smudge" "s")
+; (gtk_accel_path "<Actions>/tools/tools-paint-brush-scale-maximum" "")
+; (gtk_accel_path "<Actions>/tools/tools-ink-blob-aspect-decrease" "")
+; (gtk_accel_path "<Actions>/context/context-brush-spikes-minimum" "")
+; (gtk_accel_path "<Actions>/edit/edit-paste-as-new-layer" "")
+; (gtk_accel_path "<Actions>/plug-in/script-fu-basic1-logo" "")
+; (gtk_accel_path "<Actions>/plug-in/plug-in-whirl-pinch" "")
+; (gtk_accel_path "<Actions>/plug-in/plug-in-sample-colorize" "")
+; (gtk_accel_path "<Actions>/dockable/dockable-tab-style-preview-name" "")
+; (gtk_accel_path "<Actions>/layers/layers-alpha-selection-add" "")
+; (gtk_accel_path "<Actions>/context/context-gradient-select-first" "")
+; (gtk_accel_path "<Actions>/plug-in/plug-in-mosaic" "")
+; (gtk_accel_path "<Actions>/plug-in/plug-in-solid-noise" "")
+; (gtk_accel_path "<Actions>/context/context-pattern-select-set" "")
+; (gtk_accel_path "<Actions>/tools/tools-value-3-decrease-skip" "")
+; (gtk_accel_path "<Actions>/plug-in/plug-in-blur-menu" "")
+; (gtk_accel_path "<Actions>/plug-in/plug-in-palettemap" "")
+; (gtk_accel_path "<Actions>/plug-in/plug-in-blur" "")
+; (gtk_accel_path "<Actions>/tools/tools-align" "q")
+; (gtk_accel_path "<Actions>/plug-in/plug-in-animationplay" "")
+; (gtk_accel_path "<Actions>/plug-in/script-fu-alien-neon-logo-alpha" "")
+; (gtk_accel_path "<Actions>/plug-in/plug-in-diffraction" "")
+; (gtk_accel_path "<Actions>/dockable/dockable-preview-size-extra-large" "")
+; (gtk_accel_path "<Actions>/windows/windows-dialogs-menu" "")
+; (gtk_accel_path "<Actions>/context/context-palette-background-previous" "")
+; (gtk_accel_path "<Actions>/tools/tools-move" "m")
+; (gtk_accel_path "<Actions>/context/context-swatch-background-set" "")
+; (gtk_accel_path "<Actions>/dockable/dockable-close-tab" "")
+; (gtk_accel_path "<Actions>/channels/channels-selection-add" "")
+; (gtk_accel_path "<Actions>/plug-in/script-fu-bovinated-logo-alpha" "")
+; (gtk_accel_path "<Actions>/context/context-background-hue-set" "")
+; (gtk_accel_path "<Actions>/tools/tools-object-2-previous" "")
+; (gtk_accel_path "<Actions>/tools/tools-select-menu" "")
+; (gtk_accel_path "<Actions>/dialogs/dialogs-fonts" "")
+; (gtk_accel_path "<Actions>/layers/layers-text-tool" "")
+; (gtk_accel_path "<Actions>/plug-in/plug-in-lic" "")
+; (gtk_accel_path "<Actions>/channels/channels-delete" "")
+; (gtk_accel_path "<Actions>/plug-in/plug-in-color-enhance" "")
+; (gtk_accel_path "<Actions>/view/view-show-sample-points" "")
+; (gtk_accel_path "<Actions>/plug-in/script-fu-tube-subsubbutton-label-gimp-org" "")
+; (gtk_accel_path "<Actions>/channels/channels-new" "")
+; (gtk_accel_path "<Actions>/plug-in/script-fu-gradient-bevel-logo" "")
+; (gtk_accel_path "<Actions>/plug-in/plug-in-decor-menu" "")
+; (gtk_accel_path "<Actions>/context/context-opacity-transparent" "")
+; (gtk_accel_path "<Actions>/plug-in/script-fu-grid-system" "")
+; (gtk_accel_path "<Actions>/plug-in/script-fu-drop-shadow" "")
+; (gtk_accel_path "<Actions>/tools/tools-paint-brush-scale-minimum" "")
+; (gtk_accel_path "<Actions>/context/context-brush-select-first" "")
+; (gtk_accel_path "<Actions>/tools/tools-value-4-set" "")
+; (gtk_accel_path "<Actions>/plug-in/plug-in-photocopy" "")
+; (gtk_accel_path "<Actions>/context/context-brush-angle-menu" "")
+; (gtk_accel_path "<Actions>/context/context-paint-mode-menu" "")
+; (gtk_accel_path "<Actions>/tools/tools-value-1-increase" "greater")
+; (gtk_accel_path "<Actions>/dialogs/dialogs-brush-editor" "")
+; (gtk_accel_path "<Actions>/tools/tools-color-average-set-to-default" "")
+; (gtk_accel_path "<Actions>/dock/dock-show-image-menu" "")
+; (gtk_accel_path "<Actions>/layers/layers-alpha-selection-intersect" "")
+; (gtk_accel_path "<Actions>/layers/layers-mask-add" "")
+; (gtk_accel_path "<Actions>/channels/channels-lower" "")
+; (gtk_accel_path "<Actions>/plug-in/script-fu-circuit" "")
+; (gtk_accel_path "<Actions>/plug-in/plug-in-icc-profile-apply" "")
+; (gtk_accel_path "<Actions>/context/context-palette-select-next" "")
+; (gtk_accel_path "<Actions>/help/help-context-help" "<Shift>F1")
+; (gtk_accel_path "<Actions>/plug-in/script-fu-round-button" "")
+; (gtk_accel_path "<Actions>/gradients/gradients-delete" "")
+; (gtk_accel_path "<Actions>/dockable/dialogs-sample-points" "")
+; (gtk_accel_path "<Actions>/context/context-swatch-foreground-last" "")
+; (gtk_accel_path "<Actions>/context/context-brush-hardness-increase" "")
+; (gtk_accel_path "<Actions>/context/context-palette-background-previous-skip" "")
+; (gtk_accel_path "<Actions>/image/image-resize-to-layers" "")
+; (gtk_accel_path "<Actions>/context/context-foreground-green-decrease-skip" "")
+; (gtk_accel_path "<Actions>/context/context-brush-spikes-decrease" "")
+; (gtk_accel_path "<Actions>/context/context-background-value-decrease-skip" "")
+; (gtk_accel_path "<Actions>/dockable/dialogs-indexed-palette" "")
+; (gtk_accel_path "<Actions>/dockable/dialogs-tool-options" "")
+; (gtk_accel_path "<Actions>/plug-in/script-fu-spinning-globe" "")
+; (gtk_accel_path "<Actions>/plug-in/plug-in-autocrop-layer" "")
+; (gtk_accel_path "<Actions>/plug-in/plug-in-curve-bend" "")
+; (gtk_accel_path "<Actions>/plug-in/script-fu-make-brush-elliptical-feathered" "")
+; (gtk_accel_path "<Actions>/channels/channels-raise-to-top" "")
+; (gtk_accel_path "<Actions>/plug-in/script-fu-chalk-logo" "")
+; (gtk_accel_path "<Actions>/plug-in/plug-in-neon" "")
+; (gtk_accel_path "<Actions>/context/context-background-blue-increase-skip" "")
+; (gtk_accel_path "<Actions>/dockable/dialogs-navigation" "")
+; (gtk_accel_path "<Actions>/plug-in/script-fu-selection-to-brush" "")
+; (gtk_accel_path "<Actions>/tools/tools-object-1-next" "")
+; (gtk_accel_path "<Actions>/tools/tools-paint-brush-scale-decrease" "")
+; (gtk_accel_path "<Actions>/context/context-background-blue-set" "")
+; (gtk_accel_path "<Actions>/image/colors-components-menu" "")
+; (gtk_accel_path "<Actions>/dialogs/dialogs-indexed-palette" "")
+; (gtk_accel_path "<Actions>/context/context-background-red-decrease" "")
+; (gtk_accel_path "<Actions>/tools/tools-color-average-radius-decrease-skip" "")
+; (gtk_accel_path "<Actions>/edit/edit-paste" "<Control>v")
+; (gtk_accel_path "<Actions>/color-button/color-button-use-white" "")
+; (gtk_accel_path "<Actions>/tools/tools-hue-saturation" "")
+; (gtk_accel_path "<Actions>/tools/tools-value-2-set-to-default" "backslash")
+; (gtk_accel_path "<Actions>/context/context-colormap-background-previous" "")
+; (gtk_accel_path "<Actions>/plug-in/script-fu-small-header-gimp-org" "")
+; (gtk_accel_path "<Actions>/channels/channels-selection-subtract" "")
+; (gtk_accel_path "<Actions>/plug-in/script-fu-round-corners" "")
+; (gtk_accel_path "<Actions>/plug-in/plug-in-waves" "")
+; (gtk_accel_path "<Actions>/context/context-foreground-saturation-increase" "")
+; (gtk_accel_path "<Actions>/plug-in/plug-in-map-menu" "")
+; (gtk_accel_path "<Actions>/dock/dock-close" "<Control>w")
+; (gtk_accel_path "<Actions>/dialogs/dialogs-layers" "<Control>l")
+; (gtk_accel_path "<Actions>/plug-in/script-fu-make-brush-rectangular" "")
+; (gtk_accel_path "<Actions>/tools/tools-heal" "h")
+; (gtk_accel_path "<Actions>/context/context-palette-foreground-previous-skip" "")
+; (gtk_accel_path "<Actions>/channels/channels-selection-replace" "")
+; (gtk_accel_path "<Actions>/tools/tools-ink-blob-aspect-increase" "")
+; (gtk_accel_path "<Actions>/tools/tools-value-4-decrease" "")
+; (gtk_accel_path "<Actions>/plug-in/plug-in-checkerboard" "")
+; (gtk_accel_path "<Actions>/plug-in/script-fu-t-o-p-logo" "")
+; (gtk_accel_path "<Actions>/context/context-foreground-hue-decrease" "")
+; (gtk_accel_path "<Actions>/dockable/dialogs-error-console" "")
+; (gtk_accel_path "<Actions>/plug-in/plug-in-smooth-palette" "")
+; (gtk_accel_path "<Actions>/plug-in/plug-in-destripe" "")
+; (gtk_accel_path "<Actions>/context/context-palette-background-first" "")
+; (gtk_accel_path "<Actions>/plug-in/script-fu-button00" "")
+; (gtk_accel_path "<Actions>/context/context-brush-angle-decrease-skip" "")
+; (gtk_accel_path "<Actions>/context/context-foreground-saturation-set" "")
+; (gtk_accel_path "<Actions>/tool-options/tool-options-save-new" "")
+; (gtk_accel_path "<Actions>/context/context-font-select-next" "")
+; (gtk_accel_path "<Actions>/layers/layers-transform-menu" "")
+; (gtk_accel_path "<Actions>/dialogs/dialogs-about" "")
+; (gtk_accel_path "<Actions>/image/image-mode-menu" "")
+; (gtk_accel_path "<Actions>/plug-in/script-fu-blended-logo" "")
+; (gtk_accel_path "<Actions>/plug-in/plug-in-film" "")
+; (gtk_accel_path "<Actions>/dockable/dockable-preview-size-extra-small" "")
+; (gtk_accel_path "<Actions>/plug-in/plug-in-distorts-menu" "")
+; (gtk_accel_path "<Actions>/plug-in/plug-in-nlfilt" "")
+; (gtk_accel_path "<Actions>/plug-in/gimp-online-docs-web-site" "")
+; (gtk_accel_path "<Actions>/view/view-zoom-fill" "")
+; (gtk_accel_path "<Actions>/layers/layers-mask-selection-intersect" "")
+; (gtk_accel_path "<Actions>/context/context-background-blue-maximum" "")
+; (gtk_accel_path "<Actions>/dockable/dockable-detach-tab" "")
+; (gtk_accel_path "<Actions>/vectors/vectors-edit-attributes" "")
+; (gtk_accel_path "<Actions>/context/context-foreground-value-decrease" "")
+; (gtk_accel_path "<Actions>/layers/layers-opacity-transparent" "")
+; (gtk_accel_path "<Actions>/select/select-stroke-last-values" "")
+; (gtk_accel_path "<Actions>/view/view-scroll-down" "")
+; (gtk_accel_path "<Actions>/plug-in/gimp-help-2-using-web" "")
+; (gtk_accel_path "<Actions>/plug-in/plug-in-normalize" "")
+; (gtk_accel_path "<Actions>/plug-in/script-fu-guides-remove" "")
+; (gtk_accel_path "<Actions>/view/view-navigation-window" "")
+; (gtk_accel_path "<Actions>/edit/edit-fill-fg" "<Control>comma")
+; (gtk_accel_path "<Actions>/plug-in/script-fu-fuzzy-border" "")
+; (gtk_accel_path "<Actions>/plug-in/plug-in-lighting" "")
+; (gtk_accel_path "<Actions>/plug-in/script-fu-alien-glow-button" "")
+; (gtk_accel_path "<Actions>/context/context-background-hue-increase" "")
+; (gtk_accel_path "<Actions>/view/view-shrink-wrap" "<Control>e")
+; (gtk_accel_path "<Actions>/context/context-brush-hardness-decrease-skip" "")
+; (gtk_accel_path "<Actions>/plug-in/plug-in-mail-image" "")
+; (gtk_accel_path "<Actions>/tools/tools-value-4-maximum" "")
+; (gtk_accel_path "<Actions>/image/image-new" "<Control>n")
+; (gtk_accel_path "<Actions>/context/context-pattern-select-next" "")
+; (gtk_accel_path "<Actions>/dockable/dockable-preview-size-menu" "")
+; (gtk_accel_path "<Actions>/context/context-font-menu" "")
+; (gtk_accel_path "<Actions>/drawable/drawable-rotate-180" "")
+; (gtk_accel_path "<Actions>/dockable/dialogs-tools" "")
+; (gtk_accel_path "<Actions>/view/view-zoom-out-skip" "")
+; (gtk_accel_path "<Actions>/tools/tools-value-1-decrease-skip" "<Control>less")
+; (gtk_accel_path "<Actions>/plug-in/script-fu-glossy-logo" "")
+; (gtk_accel_path "<Actions>/edit/edit-menu" "")
+; (gtk_accel_path "<Actions>/tools/tools-free-select" "f")
+; (gtk_accel_path "<Actions>/plug-in/script-fu-alien-glow-right-arrow" "")
+; (gtk_accel_path "<Actions>/plug-in/gimp-online-developer-web-site" "")
+; (gtk_accel_path "<Actions>/tools/tools-ink-blob-size-maximum" "")
+; (gtk_accel_path "<Actions>/plug-in/gimp-help-2-concepts-usage" "")
+; (gtk_accel_path "<Actions>/context/context-background-blue-minimum" "")
+; (gtk_accel_path "<Actions>/vectors/vectors-popup" "")
+; (gtk_accel_path "<Actions>/color-button/color-button-use-black" "")
+; (gtk_accel_path "<Actions>/view/view-scroll-right-border" "")
+; (gtk_accel_path "<Actions>/plug-in/plug-in-edge" "")
+; (gtk_accel_path "<Actions>/tools/tools-ink-blob-size-decrease-skip" "")
+; (gtk_accel_path "<Actions>/plug-in/script-fu-make-brush-elliptical" "")
+; (gtk_accel_path "<Actions>/vectors/vectors-new" "")
+; (gtk_accel_path "<Actions>/tools/tools-foreground-select-brush-size-set" "")
+; (gtk_accel_path "<Actions>/view/view-zoom-2-1" "")
+; (gtk_accel_path "<Actions>/view/view-scroll-page-up" "")
+; (gtk_accel_path "<Actions>/dockable/dialogs-histogram" "")
+; (gtk_accel_path "<Actions>/view/view-padding-color-dark-check" "")
+; (gtk_accel_path "<Actions>/view/view-close" "<Control>w")
+; (gtk_accel_path "<Actions>/context/context-background-hue-maximum" "")
+; (gtk_accel_path "<Actions>/windows/windows-docks-menu" "")
+; (gtk_accel_path "<Actions>/plug-in/plug-in-gflare" "")
+; (gtk_accel_path "<Actions>/layers/layers-mask-apply" "")
+; (gtk_accel_path "<Actions>/vectors/vectors-merge-visible" "")
+; (gtk_accel_path "<Actions>/tools/tools-bucket-fill" "<Shift>b")
+; (gtk_accel_path "<Actions>/context/context-brush-spacing-maximum" "")
+; (gtk_accel_path "<Actions>/context/context-background-value-increase" "")
+; (gtk_accel_path "<Actions>/tools/tools-zoom" "z")
+; (gtk_accel_path "<Actions>/plug-in/plug-in-small-tiles" "")
+; (gtk_accel_path "<Actions>/dialogs/dialogs-tool-options" "")
+; (gtk_accel_path "<Actions>/plug-in/gimp-online-plug-in-web-site" "")
+; (gtk_accel_path "<Actions>/image/image-resize-to-selection" "")
+; (gtk_accel_path "<Actions>/context/context-swatch-foreground-next-skip" "")
+; (gtk_accel_path "<Actions>/file/file-open-location" "")
+; (gtk_accel_path "<Actions>/tools/tools-measure" "<Shift>m")
+; (gtk_accel_path "<Actions>/edit/edit-undo" "<Control>z")
+; (gtk_accel_path "<Actions>/tools/tools-value-4-minimum" "")
+; (gtk_accel_path "<Actions>/tools/tools-paint-brush-scale-increase" "")
+; (gtk_accel_path "<Actions>/file/file-save-as-template" "")
+; (gtk_accel_path "<Actions>/vectors/vectors-raise" "")
+; (gtk_accel_path "<Actions>/plug-in/plug-in-threshold-alpha" "")
+; (gtk_accel_path "<Actions>/vectors/vectors-delete" "")
+; (gtk_accel_path "<Actions>/view/view-scroll-vertical" "")
+; (gtk_accel_path "<Actions>/edit/edit-fill-bg" "<Control>period")
+; (gtk_accel_path "<Actions>/view/view-zoom-maximum" "")
+; (gtk_accel_path "<Actions>/layers/layers-delete" "")
+; (gtk_accel_path "<Actions>/help/help-menu" "")
+; (gtk_accel_path "<Actions>/context/context-menu" "")
+; (gtk_accel_path "<Actions>/file/file-menu" "")
+; (gtk_accel_path "<Actions>/brushes/brushes-popup" "")
+; (gtk_accel_path "<Actions>/vectors/vectors-selection-add" "")
+; (gtk_accel_path "<Actions>/context/context-foreground-blue-maximum" "")
+; (gtk_accel_path "<Actions>/patterns/patterns-duplicate" "")
+; (gtk_accel_path "<Actions>/dialogs/dialogs-navigation" "")
+; (gtk_accel_path "<Actions>/plug-in/plug-in-gauss" "")
+; (gtk_accel_path "<Actions>/tools/tools-value-3-maximum" "")
+; (gtk_accel_path "<Actions>/plug-in/plug-in-reset-all" "")
+; (gtk_accel_path "<Actions>/image/colors-menu" "")
+; (gtk_accel_path "<Actions>/plug-in/script-fu-basic2-logo" "")
+; (gtk_accel_path "<Actions>/dialogs/dialogs-images" "")
+; (gtk_accel_path "<Actions>/plug-in/plug-in-sharpen" "")
+; (gtk_accel_path "<Actions>/vectors/vectors-selection-intersect" "")
+; (gtk_accel_path "<Actions>/context/context-foreground-red-increase-skip" "")
+; (gtk_accel_path "<Actions>/context/context-swatch-foreground-first" "")
+; (gtk_accel_path "<Actions>/view/view-scroll-left" "")
+; (gtk_accel_path "<Actions>/plug-in/script-fu-sota-chrome-logo" "")
+; (gtk_accel_path "<Actions>/context/context-opacity-decrease" "")
+; (gtk_accel_path "<Actions>/context/context-background-hue-minimum" "")
+; (gtk_accel_path "<Actions>/context/context-colormap-background-next" "")
+; (gtk_accel_path "<Actions>/tools/tools-ink-blob-angle-increase" "")
+; (gtk_accel_path "<Actions>/context/context-foreground-saturation-maximum" "")
+; (gtk_accel_path "<Actions>/channels/channels-lower-to-bottom" "")
+; (gtk_accel_path "<Actions>/tools/tools-ellipse-select" "e")
+; (gtk_accel_path "<Actions>/plug-in/script-fu-addborder" "")
+; (gtk_accel_path "<Actions>/image/image-flip-horizontal" "")
+; (gtk_accel_path "<Actions>/tools/tools-value-4-increase" "")
+; (gtk_accel_path "<Actions>/plug-in/plug-in-red-eye-removal" "")
+; (gtk_accel_path "<Actions>/view/view-snap-to-vectors" "")
+; (gtk_accel_path "<Actions>/plug-in/plug-in-sparkle" "")
+; (gtk_accel_path "<Actions>/context/context-brush-spacing-minimum" "")
+; (gtk_accel_path "<Actions>/context/context-foreground-hue-increase" "")
+; (gtk_accel_path "<Actions>/tools/tools-clone" "c")
+; (gtk_accel_path "<Actions>/plug-in/plug-in-light-shadow-menu" "")
+; (gtk_accel_path "<Actions>/view/view-zoom-4-1" "")
+; (gtk_accel_path "<Actions>/context/context-opacity-set" "")
+; (gtk_accel_path "<Actions>/dockable/dockable-tab-style-name" "")
+; (gtk_accel_path "<Actions>/windows/windows-menu" "")
+; (gtk_accel_path "<Actions>/layers/layers-stack-menu" "")
+; (gtk_accel_path "<Actions>/tools/tools-ink-blob-aspect-set-to-default" "")
+; (gtk_accel_path "<Actions>/vectors/vectors-selection-to-vectors-advanced" "")
+; (gtk_accel_path "<Actions>/context/context-palette-select-last" "")
+; (gtk_accel_path "<Actions>/plug-in/plug-in-mblur" "")
+; (gtk_accel_path "<Actions>/edit/edit-buffer-menu" "")
+; (gtk_accel_path "<Actions>/tools/tools-ink-blob-size-decrease" "")
+; (gtk_accel_path "<Actions>/plug-in/script-fu-slide" "")
+; (gtk_accel_path "<Actions>/view/view-zoom-minimum" "")
+; (gtk_accel_path "<Actions>/plug-in/plug-in-spread" "")
+; (gtk_accel_path "<Actions>/vectors/vectors-stroke-last-values" "")
+; (gtk_accel_path "<Actions>/tools/tools-value-2-increase-skip" "<Shift>bracketright")
+; (gtk_accel_path "<Actions>/select/select-shrink" "")
+; (gtk_accel_path "<Actions>/plug-in/script-fu-selection-to-image" "")
+; (gtk_accel_path "<Actions>/context/context-foreground-blue-minimum" "")
+; (gtk_accel_path "<Actions>/plug-in/script-fu-frosty-logo-alpha" "")
+; (gtk_accel_path "<Actions>/dialogs/dialogs-gradient-editor" "")
+; (gtk_accel_path "<Actions>/plug-in/plug-in-exchange" "")
+; (gtk_accel_path "<Actions>/context/context-brush-radius-increase-percent" "")
+; (gtk_accel_path "<Actions>/edit/edit-cut" "<Control>x")
+; (gtk_accel_path "<Actions>/context/context-background-value-maximum" "")
+; (gtk_accel_path "<Actions>/context/context-opacity-opaque" "")
+; (gtk_accel_path "<Actions>/tools/tools-value-3-minimum" "")
+; (gtk_accel_path "<Actions>/plug-in/plug-in-lens-distortion" "")
+; (gtk_accel_path "<Actions>/plug-in/script-fu-blended-logo-alpha" "")
+; (gtk_accel_path "<Actions>/plug-in/plug-in-depth-merge" "")
+; (gtk_accel_path "<Actions>/context/context-font-select-first" "")
+; (gtk_accel_path "<Actions>/plug-in/plug-in-artistic-menu" "")
+; (gtk_accel_path "<Actions>/context/context-background-blue-decrease-skip" "")
+; (gtk_accel_path "<Actions>/plug-in/script-fu-guide-new" "")
+; (gtk_accel_path "<Actions>/drawable/drawable-levels-stretch" "")
+; (gtk_accel_path "<Actions>/context/context-colormap-background-set" "")
+; (gtk_accel_path "<Actions>/plug-in/plug-in-max-rgb" "")
+; (gtk_accel_path "<Actions>/context/context-foreground-saturation-minimum" "")
+; (gtk_accel_path "<Actions>/edit/edit-redo" "<Control>y")
+; (gtk_accel_path "<Actions>/plug-in/plug-in-nova" "")
+; (gtk_accel_path "<Actions>/tools/tools-object-1-last" "")
+; (gtk_accel_path "<Actions>/plug-in/plug-in-despeckle" "")
+; (gtk_accel_path "<Actions>/layers/layers-raise-to-top" "")
+; (gtk_accel_path "<Actions>/view/view-open-display" "")
+; (gtk_accel_path "<Actions>/tools/tools-value-4-set-to-default" "")
+; (gtk_accel_path "<Actions>/plug-in/plug-in-sel-gauss" "")
+; (gtk_accel_path "<Actions>/context/context-background-green-increase-skip" "")
+; (gtk_accel_path "<Actions>/image/image-resize" "")
+; (gtk_accel_path "<Actions>/context/context-font-select-set" "")
+; (gtk_accel_path "<Actions>/context/context-colormap-foreground-first" "")
+; (gtk_accel_path "<Actions>/plug-in/python-fu-slice" "")
+; (gtk_accel_path "<Actions>/dialogs/dialogs-cursor" "")
+; (gtk_accel_path "<Actions>/plug-in/script-fu-paste-as-pattern" "")
+; (gtk_accel_path "<Actions>/channels/channels-new-last-values" "")
+; (gtk_accel_path "<Actions>/plug-in/plug-in-recompose" "")
+; (gtk_accel_path "<Actions>/context/context-paint-mode-next" "")
+; (gtk_accel_path "<Actions>/view/view-snap-to-grid" "")
+; (gtk_accel_path "<Actions>/plug-in/plug-in-make-seamless" "")
+; (gtk_accel_path "<Actions>/plug-in/script-fu-blend-anim" "")
+; (gtk_accel_path "<Actions>/plug-in/plug-in-gimpressionist" "")
+; (gtk_accel_path "<Actions>/layers/layers-transparency-menu" "")
+; (gtk_accel_path "<Actions>/plug-in/plug-in-edge-detect-menu" "")
+; (gtk_accel_path "<Actions>/help/help-help" "F1")
+; (gtk_accel_path "<Actions>/context/context-brush-hardness-maximum" "")
+; (gtk_accel_path "<Actions>/context/context-foreground-value-maximum" "")
+; (gtk_accel_path "<Actions>/context/context-background-value-minimum" "")
+; (gtk_accel_path "<Actions>/select/selection-popup" "")
+; (gtk_accel_path "<Actions>/layers/layers-alpha-add" "")
+; (gtk_accel_path "<Actions>/plug-in/plug-in-screenshot" "")
+; (gtk_accel_path "<Actions>/context/context-paint-mode-first" "")
+; (gtk_accel_path "<Actions>/plug-in/script-fu-big-header-gimp-org" "")
+; (gtk_accel_path "<Actions>/plug-in/plug-in-cartoon" "")
+; (gtk_accel_path "<Actions>/view/view-zoom-out" "minus")
+; (gtk_accel_path "<Actions>/file/file-quit" "<Control>q")
+; (gtk_accel_path "<Actions>/tools/tools-iscissors" "i")
+; (gtk_accel_path "<Actions>/plug-in/script-fu-weave" "")
+; (gtk_accel_path "<Actions>/tools/tools-paint-brush-scale-increase-skip" "")
+(gtk_accel_path "<Actions>/plug-in/file-print-gtk" "<Control>p")
+; (gtk_accel_path "<Actions>/tools/tools-object-2-next" "")
+; (gtk_accel_path "<Actions>/select/select-grow" "")
+; (gtk_accel_path "<Actions>/plug-in/plug-in-randomize-pick" "")
+; (gtk_accel_path "<Actions>/plug-in/plug-in-randomize-hurl" "")
+; (gtk_accel_path "<Actions>/context/context-font-select-last" "")
+; (gtk_accel_path "<Actions>/quick-mask/quick-mask-invert-off" "")
+; (gtk_accel_path "<Actions>/context/context-swatch-background-next" "")
+; (gtk_accel_path "<Actions>/plug-in/script-fu-title-header" "")
+; (gtk_accel_path "<Actions>/dockable/dockable-tab-style-icon" "")
+; (gtk_accel_path "<Actions>/plug-in/script-fu-basic1-logo-alpha" "")
+; (gtk_accel_path "<Actions>/tools/tools-ink-blob-aspect-increase-skip" "")
+; (gtk_accel_path "<Actions>/layers/layers-mask-selection-replace" "")
+; (gtk_accel_path "<Actions>/tools/tools-rect-select" "r")
+; (gtk_accel_path "<Actions>/plug-in/plug-in-unsharp-mask" "")
+; (gtk_accel_path "<Actions>/file/file-save" "<Control>s")
+; (gtk_accel_path "<Actions>/patterns/patterns-edit" "")
+; (gtk_accel_path "<Actions>/brushes/brushes-new" "")
+; (gtk_accel_path "<Actions>/plug-in/script-fu-swirly-pattern" "")
+; (gtk_accel_path "<Actions>/view/view-zoom-revert" "grave")
+; (gtk_accel_path "<Actions>/context/context-swatch-foreground-set" "")
+; (gtk_accel_path "<Actions>/plug-in/plug-in-grid" "")
+; (gtk_accel_path "<Actions>/plug-in/script-fu-render-map" "")
+; (gtk_accel_path "<Actions>/dialogs/dialogs-selection-editor" "")
+; (gtk_accel_path "<Actions>/drawable/drawable-rotate-90" "")
+; (gtk_accel_path "<Actions>/dockable/dialogs-palette-editor" "")
+; (gtk_accel_path "<Actions>/layers/layers-text-to-selection-menu" "")
+; (gtk_accel_path "<Actions>/layers/layers-new" "<Shift><Control>n")
+; (gtk_accel_path "<Actions>/tools/tools-transform-preview-opacity-increase-skip" "")
+; (gtk_accel_path "<Actions>/plug-in/script-fu-crystal-logo" "")
+; (gtk_accel_path "<Actions>/edit/edit-clear" "Delete")
+; (gtk_accel_path "<Actions>/context/context-brush-hardness-set" "")
+; (gtk_accel_path "<Actions>/tools/tools-value-2-decrease" "bracketleft")
+; (gtk_accel_path "<Actions>/plug-in/plug-in-align-layers" "")
+; (gtk_accel_path "<Actions>/layers/layers-flatten-image" "")
+; (gtk_accel_path "<Actions>/vectors/vectors-paste" "")
+; (gtk_accel_path "<Actions>/select/select-stroke" "")
+; (gtk_accel_path "<Actions>/plug-in/plug-in-polar-coords" "")
+; (gtk_accel_path "<Actions>/tools/tools-foreground-select-brush-size-decrease" "")
+; (gtk_accel_path "<Actions>/dialogs/dialogs-patterns" "<Shift><Control>p")
+; (gtk_accel_path "<Actions>/vectors/vectors-stroke" "")
+; (gtk_accel_path "<Actions>/context/context-background-blue-decrease" "")
+; (gtk_accel_path "<Actions>/context/context-brush-hardness-minimum" "")
+; (gtk_accel_path "<Actions>/layers/layers-lock-alpha" "")
+; (gtk_accel_path "<Actions>/context/context-opacity-increase" "")
+; (gtk_accel_path "<Actions>/context/context-foreground-value-minimum" "")
+; (gtk_accel_path "<Actions>/edit/edit-paste-as-menu" "")
+; (gtk_accel_path "<Actions>/context/context-brush-shape-menu" "")
+; (gtk_accel_path "<Actions>/plug-in/plug-in-icc-profile-set" "")
+; (gtk_accel_path "<Actions>/layers/layers-anchor" "<Control>h")
+; (gtk_accel_path "<Actions>/tools/tools-paint-brush-scale-set" "")
+; (gtk_accel_path "<Actions>/plug-in/script-fu-ripply-anim" "")
+; (gtk_accel_path "<Actions>/drawable/drawable-flip-horizontal" "")
+; (gtk_accel_path "<Actions>/tools/tools-colorize" "")
+; (gtk_accel_path "<Actions>/context/context-background-saturation-increase-skip" "")
+; (gtk_accel_path "<Actions>/context/context-pattern-select-last" "")
+; (gtk_accel_path "<Actions>/plug-in/script-fu-chip-away-logo-alpha" "")
+; (gtk_accel_path "<Actions>/dockable/dockable-lock-tab" "")
+; (gtk_accel_path "<Actions>/drawable/drawable-linked" "")
+; (gtk_accel_path "<Actions>/view/view-scroll-up" "")
+; (gtk_accel_path "<Actions>/plug-in/plug-in-vinvert" "")
+; (gtk_accel_path "<Actions>/plug-in/script-fu-textured-logo" "")
+; (gtk_accel_path "<Actions>/image/image-scale" "")
+; (gtk_accel_path "<Actions>/plug-in/plug-in-borderaverage" "")
+; (gtk_accel_path "<Actions>/view/view-zoom-8-1" "")
+; (gtk_accel_path "<Actions>/dockable/dockable-popup" "")
+; (gtk_accel_path "<Actions>/image/image-print-size" "")
+; (gtk_accel_path "<Actions>/plug-in/script-fu-beveled-pattern-arrow" "")
+; (gtk_accel_path "<Actions>/context/context-brush-spacing-set" "")
+; (gtk_accel_path "<Actions>/layers/layers-text-selection-add" "")
+; (gtk_accel_path "<Actions>/context/context-brush-radius-increase-less" "")
+; (gtk_accel_path "<Actions>/context/context-gradient-select-next" "")
+; (gtk_accel_path "<Actions>/layers/layers-lower" "")
+; (gtk_accel_path "<Actions>/view/view-zoom-out-accel" "KP_Subtract")
+; (gtk_accel_path "<Actions>/plug-in/script-fu-swirl-tile" "")
+; (gtk_accel_path "<Actions>/context/context-palette-background-set" "")
+; (gtk_accel_path "<Actions>/image/image-rotate-180" "")
+; (gtk_accel_path "<Actions>/patterns/patterns-delete" "")
+; (gtk_accel_path "<Actions>/plug-in/plug-in-colormap-remap" "")
+; (gtk_accel_path "<Actions>/dialogs/dialogs-colors" "")
+; (gtk_accel_path "<Actions>/tools/tools-ink-blob-size-increase" "")
+; (gtk_accel_path "<Actions>/edit/edit-undo-clear" "")
+; (gtk_accel_path "<Actions>/plug-in/script-fu-clothify" "")
+; (gtk_accel_path "<Actions>/context/context-tool-select-first" "")
+; (gtk_accel_path "<Actions>/context/context-brush-aspect-menu" "")
+; (gtk_accel_path "<Actions>/tools/tools-ink-blob-angle-maximum" "")
+; (gtk_accel_path "<Actions>/image/image-crop" "")
+; (gtk_accel_path "<Actions>/plug-in/plug-in-iwarp" "")
+; (gtk_accel_path "<Actions>/context/context-colormap-background-previous-skip" "")
+; (gtk_accel_path "<Actions>/layers/layers-mask-show" "")
+; (gtk_accel_path "<Actions>/tools/tools-foreground-select-brush-size-set-to-default" "")
+; (gtk_accel_path "<Actions>/tool-options/tool-options-popup" "")
+; (gtk_accel_path "<Actions>/context/context-background-saturation-decrease" "")
+; (gtk_accel_path "<Actions>/plug-in/plug-in-antialias" "")
+; (gtk_accel_path "<Actions>/tools/tools-foreground-select-brush-size-increase-skip" "")
+; (gtk_accel_path "<Actions>/plug-in/script-fu-3d-outline-logo" "")
+; (gtk_accel_path "<Actions>/image/image-flatten" "")
+; (gtk_accel_path "<Actions>/channels/channels-duplicate" "")
+; (gtk_accel_path "<Actions>/drawable/drawable-visible" "")
+; (gtk_accel_path "<Actions>/context/context-background-red-maximum" "")
+; (gtk_accel_path "<Actions>/edit/edit-fill-pattern" "<Control>semicolon")
+; (gtk_accel_path "<Actions>/layers/layers-merge-down" "")
+; (gtk_accel_path "<Actions>/context/context-palette-menu" "")
+; (gtk_accel_path "<Actions>/plug-in/plug-in-engrave" "")
+; (gtk_accel_path "<Actions>/layers/layers-mode-previous" "")
+; (gtk_accel_path "<Actions>/layers/layers-opacity-opaque" "")
+; (gtk_accel_path "<Actions>/context/context-foreground-hue-increase-skip" "")
+; (gtk_accel_path "<Actions>/context/context-brush-aspect-decrease" "")
+; (gtk_accel_path "<Actions>/plug-in/plug-in-displace" "")
+; (gtk_accel_path "<Actions>/image/image-transform-menu" "")
+; (gtk_accel_path "<Actions>/edit/edit-named-copy-visible" "")
+; (gtk_accel_path "<Actions>/context/context-pattern-menu" "")
+; (gtk_accel_path "<Actions>/tools/tools-desaturate" "")
+; (gtk_accel_path "<Actions>/view/view-show-scrollbars" "")
+; (gtk_accel_path "<Actions>/layers/layers-text-selection-intersect" "")
+; (gtk_accel_path "<Actions>/context/context-foreground-red-decrease-skip" "")
+; (gtk_accel_path "<Actions>/plug-in/plug-in-ripple" "")
+; (gtk_accel_path "<Actions>/context/context-brush-spacing-increase-skip" "")
+; (gtk_accel_path "<Actions>/plug-in/plug-in-hsv-noise" "")
+; (gtk_accel_path "<Actions>/plug-in/plug-in-c-astretch" "")
+; (gtk_accel_path "<Actions>/dockable/dialogs-selection-editor" "")
+; (gtk_accel_path "<Actions>/context/context-background-red-increase-skip" "")
+; (gtk_accel_path "<Actions>/context/context-brush-radius-increase-skip" "")
+; (gtk_accel_path "<Actions>/image/image-menu" "")
+; (gtk_accel_path "<Actions>/channels/channels-popup" "")
+; (gtk_accel_path "<Actions>/context/context-tool-select-set" "")
+; (gtk_accel_path "<Actions>/plug-in/script-fu-glossy-logo-alpha" "")
+; (gtk_accel_path "<Actions>/layers/layers-mode-menu" "")
+; (gtk_accel_path "<Actions>/tools/tools-lower" "")
+; (gtk_accel_path "<Actions>/plug-in/plug-in-compose" "")
+; (gtk_accel_path "<Actions>/vectors/vectors-selection-replace" "")
+; (gtk_accel_path "<Actions>/plug-in/plug-in-softglow" "")
+; (gtk_accel_path "<Actions>/tools/tools-paint-menu" "")
+; (gtk_accel_path "<Actions>/context/context-colormap-background-last" "")
+; (gtk_accel_path "<Actions>/dockable/dialogs-vectors" "")
+; (gtk_accel_path "<Actions>/context/context-palette-foreground-first" "")
+; (gtk_accel_path "<Actions>/tools/tools-ink-blob-angle-minimum" "")
+; (gtk_accel_path "<Actions>/layers/layers-text-to-vectors" "")
+; (gtk_accel_path "<Actions>/view/view-scroll-page-down" "")
+; (gtk_accel_path "<Actions>/dialogs/dialogs-vectors" "")
+; (gtk_accel_path "<Actions>/tools/tools-vector" "b")
+; (gtk_accel_path "<Actions>/tools/tools-lower-to-bottom" "")
+; (gtk_accel_path "<Actions>/plug-in/plug-in-maze" "")
+; (gtk_accel_path "<Actions>/dock/dock-auto-follow-active" "")
+; (gtk_accel_path "<Actions>/plug-in/script-fu-coffee-stain" "")
+; (gtk_accel_path "<Actions>/context/context-background-red-minimum" "")
+; (gtk_accel_path "<Actions>/context/context-opacity-increase-skip" "")
+; (gtk_accel_path "<Actions>/plug-in/script-fu-alien-neon-logo" "")
+; (gtk_accel_path "<Actions>/tools/tools-value-4-increase-skip" "")
+; (gtk_accel_path "<Actions>/context/context-brush-radius-decrease" "")
+; (gtk_accel_path "<Actions>/plug-in/plug-in-rotate-colormap" "")
+; (gtk_accel_path "<Actions>/plug-in/plug-in-warp" "")
+; (gtk_accel_path "<Actions>/channels/channels-edit-attributes" "")
+; (gtk_accel_path "<Actions>/vectors/vectors-linked" "")
+; (gtk_accel_path "<Actions>/channels/channels-raise" "")
+; (gtk_accel_path "<Actions>/plug-in/plug-in-blinds" "")
+; (gtk_accel_path "<Actions>/tools/tools-text" "t")
+; (gtk_accel_path "<Actions>/tool-options/tool-options-delete-menu" "")
+; (gtk_accel_path "<Actions>/plug-in/script-fu-add-bevel" "")
+; (gtk_accel_path "<Actions>/view/view-scroll-right" "")
+; (gtk_accel_path "<Actions>/tools/tools-curves" "")
+; (gtk_accel_path "<Actions>/tools/tools-value-2-decrease-skip" "<Shift>bracketleft")
+; (gtk_accel_path "<Actions>/image/image-guides-menu" "")
+; (gtk_accel_path "<Actions>/vectors/vectors-selection-subtract" "")
+; (gtk_accel_path "<Actions>/plug-in/plug-in-the-slimy-egg" "")
+; (gtk_accel_path "<Actions>/plug-in/script-fu-basic2-logo-alpha" "")
+; (gtk_accel_path "<Actions>/context/context-colormap-background-next-skip" "")
+; (gtk_accel_path "<Actions>/tools/tools-perspective-clone" "")
+; (gtk_accel_path "<Actions>/plug-in/script-fu-predator" "")
+; (gtk_accel_path "<Actions>/tools/tools-value-2-increase" "bracketright")
+; (gtk_accel_path "<Actions>/context/context-gradient-select-set" "")
+; (gtk_accel_path "<Actions>/context/context-pattern-select-previous" "")
+; (gtk_accel_path "<Actions>/tools/tools-foreground-select-brush-size-increase" "")
+; (gtk_accel_path "<Actions>/layers/layers-scale" "")
+; (gtk_accel_path "<Actions>/context/context-background-blue-increase" "")
+; (gtk_accel_path "<Actions>/tool-options/tool-options-reset" "")
+; (gtk_accel_path "<Actions>/gradients/gradients-new" "")
+; (gtk_accel_path "<Actions>/image/image-duplicate" "<Control>d")
+; (gtk_accel_path "<Actions>/view/view-fullscreen" "F11")
+; (gtk_accel_path "<Actions>/tools/tools-eraser" "<Shift>e")
+; (gtk_accel_path "<Actions>/plug-in/script-fu-tube-button-label-gimp-org" "")
+; (gtk_accel_path "<Actions>/context/context-background-green-decrease-skip" "")
+; (gtk_accel_path "<Actions>/file/file-close-all" "<Shift><Control>w")
+; (gtk_accel_path "<Actions>/plug-in/plug-in-repeat" "<Control>f")
+; (gtk_accel_path "<Actions>/tools/tools-paint-brush-scale-set-to-default" "")
+; (gtk_accel_path "<Actions>/edit/edit-named-cut" "")
+; (gtk_accel_path "<Actions>/plug-in/plug-in-sinus" "")
+; (gtk_accel_path "<Actions>/view/view-move-to-screen-menu" "")
+; (gtk_accel_path "<Actions>/dockable/dockable-preview-size-gigantic" "")
+; (gtk_accel_path "<Actions>/context/context-background-value-set" "")
+; (gtk_accel_path "<Actions>/dockable/dialogs-buffers" "")
+; (gtk_accel_path "<Actions>/file/file-open-recent-menu" "")
+; (gtk_accel_path "<Actions>/vectors/vectors-selection-from-vectors" "<Shift>v")
+; (gtk_accel_path "<Actions>/layers/layers-mask-menu" "")
+; (gtk_accel_path "<Actions>/dialogs/dialogs-buffers" "")
+; (gtk_accel_path "<Actions>/plug-in/script-fu-gradient-bevel-logo-alpha" "")
+; (gtk_accel_path "<Actions>/view/view-show-statusbar" "")
+; (gtk_accel_path "<Actions>/context/context-brush-spikes-menu" "")
+; (gtk_accel_path "<Actions>/context/context-paint-mode-last" "")
+; (gtk_accel_path "<Actions>/context/context-foreground-blue-increase-skip" "")
+; (gtk_accel_path "<Actions>/context/context-swatch-background-previous-skip" "")
+; (gtk_accel_path "<Actions>/vectors/vectors-duplicate" "")
+; (gtk_accel_path "<Actions>/plug-in/script-fu-i26-gunya2" "")
+; (gtk_accel_path "<Actions>/select/select-none" "<Shift><Control>a")
+; (gtk_accel_path "<Actions>/view/view-padding-color-prefs" "")
+; (gtk_accel_path "<Actions>/layers/layers-mode-first" "")
+; (gtk_accel_path "<Actions>/view/view-new" "")
+; (gtk_accel_path "<Actions>/tool-options/tool-options-restore-menu" "")
+; (gtk_accel_path "<Actions>/gradients/gradients-popup" "")
+; (gtk_accel_path "<Actions>/patterns/patterns-popup" "")
+; (gtk_accel_path "<Actions>/context/context-background-green-set" "")
+; (gtk_accel_path "<Actions>/context/context-brush-aspect-increase-skip" "")
+; (gtk_accel_path "<Actions>/dockable/dialogs-gradients" "<Control>g")
+; (gtk_accel_path "<Actions>/tools/tools-paint-brush-scale-decrease-skip" "")
+; (gtk_accel_path "<Actions>/context/context-brush-select-next" "")
+; (gtk_accel_path "<Actions>/tools/tools-ink-blob-angle-set" "")
+; (gtk_accel_path "<Actions>/tools/tools-pencil" "n")
+; (gtk_accel_path "<Actions>/context/context-background-saturation-increase" "")
+; (gtk_accel_path "<Actions>/context/context-brush-spikes-decrease-skip" "")
+; (gtk_accel_path "<Actions>/plug-in/script-fu-erase-rows" "")
+; (gtk_accel_path "<Actions>/view/view-snap-to-guides" "")
+; (gtk_accel_path "<Actions>/plug-in/script-fu-spyrogimp" "")
+; (gtk_accel_path "<Actions>/plug-in/plug-in-laplace" "")
+; (gtk_accel_path "<Actions>/context/context-foreground-saturation-increase-skip" "")
+; (gtk_accel_path "<Actions>/edit/edit-fade" "")
+; (gtk_accel_path "<Actions>/image/image-convert-grayscale" "")
+; (gtk_accel_path "<Actions>/edit/edit-paste-as-new" "<Shift><Control>v")
+; (gtk_accel_path "<Actions>/tools/tools-object-2-last" "")
+; (gtk_accel_path "<Actions>/tools/tools-ink-blob-aspect-decrease-skip" "")
+; (gtk_accel_path "<Actions>/plug-in/script-fu-beveled-pattern-hrule" "")
+; (gtk_accel_path "<Actions>/dockable/dialogs-device-status" "")
+; (gtk_accel_path "<Actions>/context/context-foreground-red-decrease" "")
+; (gtk_accel_path "<Actions>/context/context-swatch-background-last" "")
+; (gtk_accel_path "<Actions>/tool-options/tool-options-reset-all" "")
+; (gtk_accel_path "<Actions>/view/view-scroll-page-left" "")
+; (gtk_accel_path "<Actions>/plug-in/script-fu-tube-subbutton-label-gimp-org" "")
+; (gtk_accel_path "<Actions>/plug-in/plug-in-combine-menu" "")
+; (gtk_accel_path "<Actions>/dockable/dockable-view-type-grid" "")
+; (gtk_accel_path "<Actions>/context/context-background-green-decrease" "")
+; (gtk_accel_path "<Actions>/dialogs/dialogs-tips" "")
+; (gtk_accel_path "<Actions>/tools/tools-scale" "<Shift>t")
+; (gtk_accel_path "<Actions>/plug-in/plug-in-enhance-menu" "")
+; (gtk_accel_path "<Actions>/tools/tools-transform-preview-opacity-decrease-skip" "")
+; (gtk_accel_path "<Actions>/context/context-brush-aspect-increase" "")
+; (gtk_accel_path "<Actions>/context/context-tool-menu" "")
+; (gtk_accel_path "<Actions>/dialogs/dialogs-channels" "")
+; (gtk_accel_path "<Actions>/layers/layers-mask-disable" "")
+; (gtk_accel_path "<Actions>/dockable/dialogs-layers" "<Control>l")
+; (gtk_accel_path "<Actions>/view/view-zoom-in-accel" "KP_Add")
+; (gtk_accel_path "<Actions>/select/select-border" "")
+; (gtk_accel_path "<Actions>/tools/tools-value-1-set-to-default" "")
+; (gtk_accel_path "<Actions>/context/context-brush-spikes-increase" "")
+; (gtk_accel_path "<Actions>/tools/tools-fuzzy-select" "u")
+; (gtk_accel_path "<Actions>/tools/tools-airbrush" "a")
+; (gtk_accel_path "<Actions>/plug-in/plug-in-decompose-registered" "")
+; (gtk_accel_path "<Actions>/view/view-zoom-16-1" "")
+; (gtk_accel_path "<Actions>/plug-in/script-fu-line-nova" "")
+; (gtk_accel_path "<Actions>/context/context-background-saturation-decrease-skip" "")
+; (gtk_accel_path "<Actions>/dockable/dialogs-fonts" "")
+; (gtk_accel_path "<Actions>/plug-in/plug-in-deinterlace" "")
+; (gtk_accel_path "<Actions>/context/context-foreground-value-increase-skip" "")
+; (gtk_accel_path "<Actions>/view/view-padding-color-light-check" "")
+; (gtk_accel_path "<Actions>/plug-in/plug-in-noise-menu" "")
+; (gtk_accel_path "<Actions>/vectors/vectors-copy" "")
+; (gtk_accel_path "<Actions>/plug-in/plug-in-script-fu-server" "")
+; (gtk_accel_path "<Actions>/view/view-scroll-left-border" "")
+; (gtk_accel_path "<Actions>/context/context-background-red-increase" "")
+; (gtk_accel_path "<Actions>/context/context-brush-radius-decrease-less" "")
+; (gtk_accel_path "<Actions>/dialogs/dialogs-gradients" "<Control>g")
+; (gtk_accel_path "<Actions>/tool-options/tool-options-rename-menu" "")
+; (gtk_accel_path "<Actions>/edit/edit-copy" "<Control>c")
+; (gtk_accel_path "<Actions>/plug-in/script-fu-make-brush-rectangular-feathered" "")
+; (gtk_accel_path "<Actions>/plug-in/file-png-save2" "")
+; (gtk_accel_path "<Actions>/layers/layers-lower-to-bottom" "")
+; (gtk_accel_path "<Actions>/context/context-gradient-select-last" "")
+; (gtk_accel_path "<Actions>/layers/layers-select-previous" "Page_Up")
+; (gtk_accel_path "<Actions>/layers/layers-alpha-remove" "")
+; (gtk_accel_path "<Actions>/dockable/dockable-view-type-list" "")
+; (gtk_accel_path "<Actions>/dialogs/dialogs-palettes" "")
+; (gtk_accel_path "<Actions>/tools/tools-paintbrush" "p")
+; (gtk_accel_path "<Actions>/plug-in/script-fu-comic-logo" "")
+; (gtk_accel_path "<Actions>/gradients/gradients-edit" "")
+; (gtk_accel_path "<Actions>/tools/tools-foreground-select-brush-size-maximum" "")
+; (gtk_accel_path "<Actions>/dockable/dockable-tab-style-preview" "")
+; (gtk_accel_path "<Actions>/plug-in/plug-in-displace-polar" "")
+; (gtk_accel_path "<Actions>/vectors/vectors-raise-to-top" "")
+; (gtk_accel_path "<Actions>/plug-in/script-fu-3d-outline-logo-alpha" "")
+; (gtk_accel_path "<Actions>/plug-in/plug-in-fractalexplorer" "")
+; (gtk_accel_path "<Actions>/file/file-revert" "")
+; (gtk_accel_path "<Actions>/tools/tools-foreground-select-brush-size-decrease-skip" "")
+; (gtk_accel_path "<Actions>/dock/dock-move-to-screen-menu" "")
+; (gtk_accel_path "<Actions>/context/context-foreground-hue-maximum" "")
+; (gtk_accel_path "<Actions>/tools/tools-rotate-arbitrary" "")
+; (gtk_accel_path "<Actions>/context/context-colormap-foreground-set" "")
+; (gtk_accel_path "<Actions>/tools/tools-transform-preview-opacity-set" "")
+; (gtk_accel_path "<Actions>/plug-in/script-fu-waves-anim" "")
+; (gtk_accel_path "<Actions>/plug-in/plug-in-oilify" "")
+; (gtk_accel_path "<Actions>/plug-in/plug-in-filter-pack" "")
+; (gtk_accel_path "<Actions>/dockable/dialogs-patterns" "<Shift><Control>p")
+; (gtk_accel_path "<Actions>/plug-in/plug-in-icc-profile-set-rgb" "")
+; (gtk_accel_path "<Actions>/plug-in/script-fu-cool-metal-logo-alpha" "")
+; (gtk_accel_path "<Actions>/context/context-brush-radius-menu" "")
+; (gtk_accel_path "<Actions>/context/context-foreground-hue-decrease-skip" "")
+; (gtk_accel_path "<Actions>/context/context-foreground-value-increase" "")
+; (gtk_accel_path "<Actions>/context/context-background-hue-increase-skip" "")
+; (gtk_accel_path "<Actions>/context/context-colors-menu" "")
+; (gtk_accel_path "<Actions>/gradients/gradients-copy-location" "")
+; (gtk_accel_path "<Actions>/view/view-show-menubar" "")
+; (gtk_accel_path "<Actions>/context/context-background-red-decrease-skip" "")
+; (gtk_accel_path "<Actions>/context/context-brush-spacing-decrease-skip" "")
+; (gtk_accel_path "<Actions>/context/context-brush-radius-decrease-skip" "")
+; (gtk_accel_path "<Actions>/plug-in/gimp-help-2-using-photography" "")
+; (gtk_accel_path "<Actions>/dockable/dockable-menu" "")
+; (gtk_accel_path "<Actions>/context/context-palette-foreground-previous" "")
+; (gtk_accel_path "<Actions>/view/view-show-layer-boundary" "")
+; (gtk_accel_path "<Actions>/plug-in/plug-in-animationoptimize-diff" "")
+; (gtk_accel_path "<Actions>/plug-in/plug-in-tile" "")
+; (gtk_accel_path "<Actions>/tools/tools-foreground-select-brush-size-minimum" "")
+; (gtk_accel_path "<Actions>/plug-in/plug-in-autocrop" "")
+; (gtk_accel_path "<Actions>/plug-in/script-fu-gradient-example" "")
+; (gtk_accel_path "<Actions>/plug-in/script-fu-cool-metal-logo" "")
+; (gtk_accel_path "<Actions>/layers/layers-text-selection-replace" "")
+; (gtk_accel_path "<Actions>/channels/channels-selection-intersect" "")
+; (gtk_accel_path "<Actions>/image/image-popup" "")
+; (gtk_accel_path "<Actions>/layers/layers-new-last-values" "")
+; (gtk_accel_path "<Actions>/tools/tools-color-average-radius-set" "")
+; (gtk_accel_path "<Actions>/plug-in/script-fu-guides-from-selection" "")
+; (gtk_accel_path "<Actions>/layers/layers-select-bottom" "End")
+; (gtk_accel_path "<Actions>/plug-in/plug-in-convmatrix" "")
+; (gtk_accel_path "<Actions>/context/context-foreground-hue-minimum" "")
+; (gtk_accel_path "<Actions>/plug-in/plug-in-render-pattern-menu" "")
+; (gtk_accel_path "<Actions>/tools/tools-value-2-maximum" "")
+; (gtk_accel_path "<Actions>/context/context-opacity-decrease-skip" "")
+; (gtk_accel_path "<Actions>/plug-in/script-fu-beveled-pattern-bullet" "")
+; (gtk_accel_path "<Actions>/tools/tools-by-color-select" "<Shift>o")
+; (gtk_accel_path "<Actions>/plug-in/plug-in-animation-menu" "")
+; (gtk_accel_path "<Actions>/view/view-move-to-screen-:0.0" "")
+; (gtk_accel_path "<Actions>/tools/tools-value-4-decrease-skip" "")
+; (gtk_accel_path "<Actions>/context/context-palette-select-previous" "")
+; (gtk_accel_path "<Actions>/view/view-menu" "")
+; (gtk_accel_path "<Actions>/select/select-sharpen" "")
+; (gtk_accel_path "<Actions>/context/context-foreground-red-increase" "")
+; (gtk_accel_path "<Actions>/layers/layers-mask-selection-subtract" "")
+; (gtk_accel_path "<Actions>/dialogs/dialogs-error-console" "")
+; (gtk_accel_path "<Actions>/edit/edit-named-copy" "")
+; (gtk_accel_path "<Actions>/tools/tools-transform-preview-opacity-maximum" "")
+; (gtk_accel_path "<Actions>/plug-in/plug-in-pixelize" "")
+; (gtk_accel_path "<Actions>/view/view-scroll-top-border" "")
+; (gtk_accel_path "<Actions>/context/context-opacity-menu" "")
+; (gtk_accel_path "<Actions>/image/image-flip-vertical" "")
+; (gtk_accel_path "<Actions>/plug-in/python-fu-palette-to-gradient-repeating" "")
+; (gtk_accel_path "<Actions>/plug-in/gimp-help-2-using-selections" "")
+; (gtk_accel_path "<Actions>/context/context-background-green-increase" "")
+; (gtk_accel_path "<Actions>/dockable/dialogs-images" "")
+; (gtk_accel_path "<Actions>/dockable/dockable-add-tab-menu" "")
+; (gtk_accel_path "<Actions>/context/context-brush-angle-decrease" "")
+; (gtk_accel_path "<Actions>/plug-in/plug-in-colorify" "")
+; (gtk_accel_path "<Actions>/context/context-brush-angle-maximum" "")
+; (gtk_accel_path "<Actions>/context/context-colors-swap" "x")
+; (gtk_accel_path "<Actions>/context/context-brush-shape-diamond" "")
+; (gtk_accel_path "<Actions>/dialogs/dialogs-keyboard-shortcuts" "")
+; (gtk_accel_path "<Actions>/context/context-brush-spikes-increase-skip" "")
+; (gtk_accel_path "<Actions>/tools/tools-gegl" "")
+; (gtk_accel_path "<Actions>/context/context-background-green-maximum" "")
+; (gtk_accel_path "<Actions>/plug-in/plug-in-render-nature-menu" "")
+; (gtk_accel_path "<Actions>/plug-in/plug-in-video" "")
+; (gtk_accel_path "<Actions>/plug-in/plug-in-applylens" "")
+; (gtk_accel_path "<Actions>/plug-in/script-fu-newsprint-text" "")
+; (gtk_accel_path "<Actions>/plug-in/plug-in-unit-editor" "")
+; (gtk_accel_path "<Actions>/tools/tools-value-2-minimum" "")
+; (gtk_accel_path "<Actions>/layers/layers-resize-to-image" "")
+; (gtk_accel_path "<Actions>/config/config-use-gegl" "")
+; (gtk_accel_path "<Actions>/tools/tools-object-1-previous" "")
+; (gtk_accel_path "<Actions>/layers/layers-mode-next" "")
+; (gtk_accel_path "<Actions>/plug-in/script-fu-glowing-logo" "")
+; (gtk_accel_path "<Actions>/plug-in/plug-in-apply-canvas" "")
+; (gtk_accel_path "<Actions>/select/select-float" "<Shift><Control>l")
+; (gtk_accel_path "<Actions>/dockable/dockable-preview-size-large" "")
+; (gtk_accel_path "<Actions>/context/context-foreground-blue-decrease-skip" "")
+; (gtk_accel_path "<Actions>/view/view-zoom-1-8" "")
+; (gtk_accel_path "<Actions>/plug-in/plug-in-icc-profile-info" "")
+; (gtk_accel_path "<Actions>/plug-in/script-fu-carved-logo" "")
+; (gtk_accel_path "<Actions>/tools/tools-transform-preview-opacity-minimum" "")
+; (gtk_accel_path "<Actions>/view/view-zoom-1-4" "")
+; (gtk_accel_path "<Actions>/view/view-zoom-1-2" "")
+; (gtk_accel_path "<Actions>/view/view-zoom-1-1" "1")
+; (gtk_accel_path "<Actions>/file/file-save-as" "<Shift><Control>s")
+; (gtk_accel_path "<Actions>/vectors/vectors-export" "")
+; (gtk_accel_path "<Actions>/plug-in/script-fu-lava" "")
+; (gtk_accel_path "<Actions>/view/view-show-grid" "")
+; (gtk_accel_path "<Actions>/context/context-colormap-foreground-previous" "")
+; (gtk_accel_path "<Actions>/plug-in/plug-in-shift" "")
+; (gtk_accel_path "<Actions>/dockable/dockable-preview-size-medium" "")
+; (gtk_accel_path "<Actions>/tools/tools-brightness-contrast" "")
+; (gtk_accel_path "<Actions>/plug-in/gimp-online-main-web-site" "")
+; (gtk_accel_path "<Actions>/context/context-brush-aspect-decrease-skip" "")
+; (gtk_accel_path "<Actions>/plug-in/plug-in-vpropagate" "")
+; (gtk_accel_path "<Actions>/plug-in/script-fu-neon-logo-alpha" "")
+; (gtk_accel_path "<Actions>/context/context-palette-foreground-next" "")
+; (gtk_accel_path "<Actions>/context/context-brush-angle-minimum" "")
+; (gtk_accel_path "<Actions>/tools/tools-object-1-set" "")
+; (gtk_accel_path "<Actions>/view/view-zoom-in" "plus")
+; (gtk_accel_path "<Actions>/context/context-foreground-saturation-decrease-skip" "")
+; (gtk_accel_path "<Actions>/plug-in/gimp-help-2-using-fileformats" "")
+; (gtk_accel_path "<Actions>/brushes/brushes-copy-location" "")
+; (gtk_accel_path "<Actions>/plug-in/plug-in-gradmap" "")
+; (gtk_accel_path "<Actions>/context/context-brush-select-last" "")
+; (gtk_accel_path "<Actions>/tools/tools-object-2-first" "")
+; (gtk_accel_path "<Actions>/context/context-foreground-green-maximum" "")
+; (gtk_accel_path "<Actions>/quick-mask/quick-mask-toggle" "<Shift>q")
+; (gtk_accel_path "<Actions>/image/image-properties" "<Alt>Return")
+; (gtk_accel_path "<Actions>/context/context-background-green-minimum" "")
+; (gtk_accel_path "<Actions>/image/colors-info-menu" "")
+; (gtk_accel_path "<Actions>/plug-in/script-fu-alien-glow-logo" "")
+; (gtk_accel_path "<Actions>/plug-in/script-fu-unsharp-mask" "")
+; (gtk_accel_path "<Actions>/plug-in/script-fu-distress-selection" "")
+; (gtk_accel_path "<Actions>/plug-in/plug-in-flarefx" "")
+; (gtk_accel_path "<Actions>/view/view-show-selection" "<Control>t")
+; (gtk_accel_path "<Actions>/plug-in/plug-in-decompose" "")
+; (gtk_accel_path "<Actions>/dock/dock-move-to-screen-:0.0" "")
+; (gtk_accel_path "<Actions>/view/view-padding-color-menu" "")
+; (gtk_accel_path "<Actions>/layers/layers-opacity-increase-skip" "")
+; (gtk_accel_path "<Actions>/plug-in/file-print-gtk-page-setup" "")
+; (gtk_accel_path "<Actions>/plug-in/script-fu-selection-to-pattern" "")
+; (gtk_accel_path "<Actions>/dockable/dialogs-cursor" "")
+; (gtk_accel_path "<Actions>/gradients/gradients-duplicate" "")
+; (gtk_accel_path "<Actions>/vectors/vectors-visible" "")
+; (gtk_accel_path "<Actions>/tools/tools-value-3-set-to-default" "")
+; (gtk_accel_path "<Actions>/dockable/dialogs-templates" "")
+; (gtk_accel_path "<Actions>/dialogs/dialogs-tools" "")
+; (gtk_accel_path "<Actions>/dockable/dockable-tab-style-icon-name" "")
+; (gtk_accel_path "<Actions>/context/context-brush-radius-decrease-percent" "")
+; (gtk_accel_path "<Actions>/layers/layers-text-selection-subtract" "")
+; (gtk_accel_path "<Actions>/gradients/gradients-refresh" "")
+; (gtk_accel_path "<Actions>/layers/layers-popup" "")
+; (gtk_accel_path "<Actions>/context/context-foreground-blue-decrease" "")
+; (gtk_accel_path "<Actions>/context/context-palette-select-set" "")
+; (gtk_accel_path "<Actions>/view/view-zoom-1-16" "")
+; (gtk_accel_path "<Actions>/context/context-foreground-value-decrease-skip" "")
+; (gtk_accel_path "<Actions>/tools/tools-value-1-minimum" "")
+; (gtk_accel_path "<Actions>/plug-in/plug-in-sobel" "")
+; (gtk_accel_path "<Actions>/plug-in/plug-in-cubism" "")
+; (gtk_accel_path "<Actions>/view/view-snap-to-canvas" "")
+; (gtk_accel_path "<Actions>/tools/tools-transform-menu" "")
+; (gtk_accel_path "<Actions>/tools/tools-color-balance" "")
+; (gtk_accel_path "<Actions>/layers/layers-merge-layers" "")
+; (gtk_accel_path "<Actions>/drawable/drawable-flip-vertical" "")
+; (gtk_accel_path "<Actions>/plug-in/plug-in-dbbrowser" "")
+; (gtk_accel_path "<Actions>/context/context-brush-aspect-set" "")
+; (gtk_accel_path "<Actions>/plug-in/script-fu-copy-visible" "")
+; (gtk_accel_path "<Actions>/plug-in/plug-in-menu" "")
+; (gtk_accel_path "<Actions>/patterns/patterns-refresh" "")
+; (gtk_accel_path "<Actions>/view/view-zoom-fit-in" "<Shift><Control>e")
+; (gtk_accel_path "<Actions>/file/file-open-recent-09" "<Control>9")
+; (gtk_accel_path "<Actions>/view/view-zoom-menu" "")
+; (gtk_accel_path "<Actions>/drawable/drawable-rotate-270" "")
+; (gtk_accel_path "<Actions>/file/file-open-recent-10" "<Control>0")
+; (gtk_accel_path "<Actions>/context/context-foreground-green-minimum" "")
+; (gtk_accel_path "<Actions>/layers/layers-resize" "")
+; (gtk_accel_path "<Actions>/plug-in/plug-in-dilate" "")
+; (gtk_accel_path "<Actions>/plug-in/plug-in-dog" "")
+; (gtk_accel_path "<Actions>/image/colors-auto-menu" "")
+; (gtk_accel_path "<Actions>/plug-in/script-fu-starscape-logo" "")
+; (gtk_accel_path "<Actions>/view/view-scroll-bottom-border" "")
+; (gtk_accel_path "<Actions>/edit/edit-named-paste" "")
+; (gtk_accel_path "<Actions>/dockable/dialogs-brushes" "<Shift><Control>b")
+; (gtk_accel_path "<Actions>/plug-in/plug-in-animationunoptimize" "")
+; (gtk_accel_path "<Actions>/context/context-font-select-previous" "")
+; (gtk_accel_path "<Actions>/file/file-open-recent-04" "<Control>4")
+; (gtk_accel_path "<Actions>/file/file-open-recent-08" "<Control>8")
+; (gtk_accel_path "<Actions>/file/file-open-recent-02" "<Control>2")
+; (gtk_accel_path "<Actions>/file/file-open-recent-01" "<Control>1")
+; (gtk_accel_path "<Actions>/file/file-open-recent-05" "<Control>5")
+; (gtk_accel_path "<Actions>/context/context-background-hue-decrease" "")
+; (gtk_accel_path "<Actions>/file/file-open-recent-07" "<Control>7")
+; (gtk_accel_path "<Actions>/plug-in/script-fu-beveled-pattern-heading" "")
+; (gtk_accel_path "<Actions>/layers/layers-raise" "")
+; (gtk_accel_path "<Actions>/plug-in/python-fu-palette-sort" "")
+; (gtk_accel_path "<Actions>/file/file-open-recent-06" "<Control>6")
+; (gtk_accel_path "<Actions>/plug-in/script-fu-guide-new-percent" "")
+; (gtk_accel_path "<Actions>/dialogs/dialogs-brushes" "<Shift><Control>b")
+; (gtk_accel_path "<Actions>/file/file-open-recent-03" "<Control>3")
+; (gtk_accel_path "<Actions>/plug-in/plug-in-wind" "")
+; (gtk_accel_path "<Actions>/tools/tools-value-3-decrease" "")
+; (gtk_accel_path "<Actions>/layers/layers-duplicate" "<Shift><Control>d")
+; (gtk_accel_path "<Actions>/tools/tools-shear" "<Shift>s")
+; (gtk_accel_path "<Actions>/plug-in/plug-in-papertile" "")
+; (gtk_accel_path "<Actions>/layers/layers-opacity-decrease" "")
+; (gtk_accel_path "<Actions>/tools/tools-levels" "")
+; (gtk_accel_path "<Actions>/context/context-colormap-foreground-previous-skip" "")
+; (gtk_accel_path "<Actions>/context/context-brush-angle-increase" "")
+; (gtk_accel_path "<Actions>/tools/tools-color-average-radius-maximum" "")
+; (gtk_accel_path "<Actions>/dockable/dialogs-channels" "")
+; (gtk_accel_path "<Actions>/dialogs/dialogs-templates" "")
+; (gtk_accel_path "<Actions>/plug-in/python-fu-foggify" "")
+; (gtk_accel_path "<Actions>/layers/layers-edit-attributes" "")
+; (gtk_accel_path "<Actions>/layers/layers-opacity-set" "")
+; (gtk_accel_path "<Actions>/plug-in/plug-in-emboss" "")
+; (gtk_accel_path "<Actions>/file/file-create-menu" "")
+; (gtk_accel_path "<Actions>/tools/tools-ink-blob-aspect-set" "")
+; (gtk_accel_path "<Actions>/tools/tools-object-2-set" "")
+; (gtk_accel_path "<Actions>/image/image-menubar" "")
+; (gtk_accel_path "<Actions>/plug-in/script-fu-labels-gimp-org" "")
+; (gtk_accel_path "<Actions>/plug-in/plug-in-recent-menu" "")
+; (gtk_accel_path "<Actions>/tools/tools-transform-preview-opacity-decrease" "")
+; (gtk_accel_path "<Actions>/view/view-scroll-horizontal" "")
+; (gtk_accel_path "<Actions>/image/image-convert-rgb" "")
+; (gtk_accel_path "<Actions>/vectors/vectors-import" "")
+; (gtk_accel_path "<Actions>/plug-in/plug-in-animationoptimize" "")
+; (gtk_accel_path "<Actions>/plug-in/script-fu-selection-round" "")
+; (gtk_accel_path "<Actions>/plug-in/script-fu-selection-rounded-rectangle" "")
+; (gtk_accel_path "<Actions>/plug-in/script-fu-old-photo" "")
+; (gtk_accel_path "<Actions>/layers/layers-text-discard" "")
+; (gtk_accel_path "<Actions>/tools/tools-threshold" "")
+; (gtk_accel_path "<Actions>/context/context-background-hue-decrease-skip" "")
+; (gtk_accel_path "<Actions>/tools/tools-popup" "")
+; (gtk_accel_path "<Actions>/plug-in/plug-in-ifscompose" "")
+; (gtk_accel_path "<Actions>/context/context-background-saturation-set" "")
+; (gtk_accel_path "<Actions>/dockable/dockable-preview-size-small" "")
+; (gtk_accel_path "<Actions>/context/context-foreground-red-maximum" "")
+; (gtk_accel_path "<Actions>/plug-in/plug-in-spheredesigner" "")
+; (gtk_accel_path "<Actions>/context/context-tool-select-previous" "")
+; (gtk_accel_path "<Actions>/edit/edit-copy-visible" "<Shift><Control>c")
+; (gtk_accel_path "<Actions>/context/context-colormap-foreground-next-skip" "")
+; (gtk_accel_path "<Actions>/context/context-swatch-foreground-previous" "9")
+; (gtk_accel_path "<Actions>/plug-in/script-fu-neon-logo" "")
+; (gtk_accel_path "<Actions>/tools/tools-rotate" "<Shift>r")
+; (gtk_accel_path "<Actions>/plug-in/plug-in-erode" "")
+; (gtk_accel_path "<Actions>/dockable/dialogs-palettes" "")
+; (gtk_accel_path "<Actions>/dockable/dialogs-colors" "")
+; (gtk_accel_path "<Actions>/dock/dock-open-display" "")
+; (gtk_accel_path "<Actions>/context/context-background-value-decrease" "")
+; (gtk_accel_path "<Actions>/tools/tools-convolve" "<Shift>u")
+; (gtk_accel_path "<Actions>/plug-in/script-fu-refresh" "")
+; (gtk_accel_path "<Actions>/layers/layers-select-top" "Home")
+; (gtk_accel_path "<Actions>/file/file-save-and-close" "")
+; (gtk_accel_path "<Actions>/plug-in/script-fu-difference-clouds" "")
+; (gtk_accel_path "<Actions>/context/context-tool-select-next" "")
+; (gtk_accel_path "<Actions>/context/context-palette-background-next" "")
+; (gtk_accel_path "<Actions>/context/context-brush-radius-set" "")
+; (gtk_accel_path "<Actions>/view/view-padding-color-theme" "")
+; (gtk_accel_path "<Actions>/dialogs/dialogs-document-history" "")
+; (gtk_accel_path "<Actions>/plug-in/script-fu-paste-as-brush" "")
+; (gtk_accel_path "<Actions>/plug-in/script-fu-burn-in-anim" "")
+; (gtk_accel_path "<Actions>/context/context-gradient-menu" "")
+; (gtk_accel_path "<Actions>/tools/tools-foreground-select" "")
+; (gtk_accel_path "<Actions>/context/context-colors-default" "d")
+; (gtk_accel_path "<Actions>/plug-in/script-fu-land" "")
+; (gtk_accel_path "<Actions>/plug-in/script-fu-camo-pattern" "")
+; (gtk_accel_path "<Actions>/context/context-foreground-value-set" "")
+; (gtk_accel_path "<Actions>/tools/tools-raise" "")
+; (gtk_accel_path "<Actions>/plug-in/plug-in-icc-profile-apply-rgb" "")
+; (gtk_accel_path "<Actions>/plug-in/gimp-help-2-using-simpleobjects" "")
+; (gtk_accel_path "<Actions>/context/context-brush-aspect-maximum" "")
+; (gtk_accel_path "<Actions>/plug-in/plug-in-colortoalpha" "")
+; (gtk_accel_path "<Actions>/tools/tools-color-average-radius-minimum" "")
+; (gtk_accel_path "<Actions>/drawable/drawable-invert" "")
+; (gtk_accel_path "<Actions>/context/context-brush-radius-maximum" "")
+; (gtk_accel_path "<Actions>/plug-in/plug-in-script-fu-console" "")
+; (gtk_accel_path "<Actions>/plug-in/script-fu-comic-logo-alpha" "")
+; (gtk_accel_path "<Actions>/plug-in/python-fu-palette-offset" "")
+; (gtk_accel_path "<Actions>/brushes/brushes-duplicate" "")
+; (gtk_accel_path "<Actions>/plug-in/plug-in-randomize-slur" "")
+; (gtk_accel_path "<Actions>/view/view-zoom-in-skip" "")
+; (gtk_accel_path "<Actions>/plug-in/python-fu-palette-to-gradient" "")
+; (gtk_accel_path "<Actions>/select/select-menu" "")
+; (gtk_accel_path "<Actions>/context/context-brush-menu" "")
+; (gtk_accel_path "<Actions>/dialogs/dialogs-preferences" "")
+; (gtk_accel_path "<Actions>/plug-in/plug-in-cml-explorer" "")
+; (gtk_accel_path "<Actions>/plug-in/script-fu-alien-glow-horizontal-ruler" "")
+; (gtk_accel_path "<Actions>/dockable/dockable-preview-size-huge" "")
+; (gtk_accel_path "<Actions>/context/context-foreground-red-minimum" "")
+; (gtk_accel_path "<Actions>/plug-in/script-fu-beveled-pattern-button" "")
+; (gtk_accel_path "<Actions>/plug-in/script-fu-alien-glow-logo-alpha" "")
+; (gtk_accel_path "<Actions>/tools/tools-ink-blob-angle-decrease" "")
+; (gtk_accel_path "<Actions>/layers/layers-crop" "")
+; (gtk_accel_path "<Actions>/dockable/dialogs-undo-history" "")
+; (gtk_accel_path "<Actions>/context/context-foreground-green-set" "")
+; (gtk_accel_path "<Actions>/context/context-brush-shape-circle" "")
+; (gtk_accel_path "<Actions>/plug-in/plug-in-map-object" "")
+; (gtk_accel_path "<Actions>/context/context-colormap-foreground-next" "")
+; (gtk_accel_path "<Actions>/plug-in/plug-in-colormap-swap" "")
+; (gtk_accel_path "<Actions>/plug-in/plug-in-the-old-egg" "")
+; (gtk_accel_path "<Actions>/tools/tools-color-average-radius-decrease" "")
+; (gtk_accel_path "<Actions>/patterns/patterns-new" "")
+; (gtk_accel_path "<Actions>/plug-in/plug-in-mblur-inward" "")
+; (gtk_accel_path "<Actions>/tools/tools-ink-blob-angle-increase-skip" "")
+; (gtk_accel_path "<Actions>/view/view-display-filters" "")
+; (gtk_accel_path "<Actions>/context/context-foreground-blue-increase" "")
+; (gtk_accel_path "<Actions>/tools/tools-posterize" "")
+; (gtk_accel_path "<Actions>/context/context-palette-select-first" "")
+; (gtk_accel_path "<Actions>/plug-in/script-fu-font-map" "")
+; (gtk_accel_path "<Actions>/context/context-paint-mode-previous" "")
+; (gtk_accel_path "<Actions>/plug-in/plug-in-imagemap" "")
+; (gtk_accel_path "<Actions>/context/context-brush-aspect-minimum" "")
+; (gtk_accel_path "<Actions>/tools/tools-crop" "<Shift>c")
+; (gtk_accel_path "<Actions>/context/context-brush-radius-minimum" "")
+; (gtk_accel_path "<Actions>/plug-in/plug-in-hot" "")
+; (gtk_accel_path "<Actions>/brushes/brushes-refresh" "")
+; (gtk_accel_path "<Actions>/plug-in/script-fu-xach-effect" "")
+; (gtk_accel_path "<Actions>/layers/layers-mode-last" "")
+; (gtk_accel_path "<Actions>/tools/tools-reset" "")
+; (gtk_accel_path "<Actions>/plug-in/script-fu-frosty-logo" "")
+; (gtk_accel_path "<Actions>/plug-in/script-fu-perspective-shadow" "")
+; (gtk_accel_path "<Actions>/layers/layers-mask-delete" "")
+; (gtk_accel_path "<Actions>/layers/layers-menu" "")
+; (gtk_accel_path "<Actions>/dockable/dockable-preview-size-enormous" "")
+; (gtk_accel_path "<Actions>/context/context-swatch-foreground-previous-skip" "")
+; (gtk_accel_path "<Actions>/plug-in/gimp-help-2-concepts-paths" "")
+; (gtk_accel_path "<Actions>/vectors/vectors-lower" "")
+; (gtk_accel_path "<Actions>/tools/tools-value-1-set" "")
+; (gtk_accel_path "<Actions>/image/image-configure-grid" "")
+; (gtk_accel_path "<Actions>/context/context-brush-spacing-decrease" "")
+; (gtk_accel_path "<Actions>/plug-in/plug-in-zealouscrop" "")
+; (gtk_accel_path "<Actions>/tools/tools-value-3-increase" "")
+; (gtk_accel_path "<Actions>/tools/tools-visibility" "")
+; (gtk_accel_path "<Actions>/plug-in/script-fu-flatland" "")
+; (gtk_accel_path "<Actions>/context/context-palette-foreground-last" "")
+; (gtk_accel_path "<Actions>/context/context-foreground-red-set" "")
+; (gtk_accel_path "<Actions>/layers/layers-opacity-increase" "")
+; (gtk_accel_path "<Actions>/tools/tools-value-3-increase-skip" "")
+; (gtk_accel_path "<Actions>/view/view-show-rulers" "<Shift><Control>r")
+; (gtk_accel_path "<Actions>/layers/layers-alpha-selection-replace" "")
+; (gtk_accel_path "<Actions>/plug-in/script-fu-3dtruchet" "")
+; (gtk_accel_path "<Actions>/context/context-brush-angle-set" "")
+; (gtk_accel_path "<Actions>/context/context-background-saturation-maximum" "")
+; (gtk_accel_path "<Actions>/dockable/dialogs-document-history" "")
+; (gtk_accel_path "<Actions>/plug-in/plug-in-render-menu" "")
+; (gtk_accel_path "<Actions>/plug-in/script-fu-set-cmap" "")
+; (gtk_accel_path "<Actions>/tools/tools-transform-preview-opacity-increase" "")
+; (gtk_accel_path "<Actions>/edit/undo-popup" "")
+; (gtk_accel_path "<Actions>/plug-in/script-fu-speed-text" "")
+; (gtk_accel_path "<Actions>/tools/tools-color-picker" "o")
+; (gtk_accel_path "<Actions>/edit/edit-strong-undo" "<Shift><Control>z")
+; (gtk_accel_path "<Actions>/tools/tools-raise-to-top" "")
+; (gtk_accel_path "<Actions>/plug-in/plug-in-recent-10" "")
+; (gtk_accel_path "<Actions>/tools/tools-menu" "")
+; (gtk_accel_path "<Actions>/image/image-merge-layers" "<Control>m")
+; (gtk_accel_path "<Actions>/tools/tools-object-1-first" "")
+; (gtk_accel_path "<Actions>/layers/layers-opacity-decrease-skip" "")
+; (gtk_accel_path "<Actions>/context/context-brush-radius-increase" "")
+; (gtk_accel_path "<Actions>/layers/layers-properties-menu" "")
+; (gtk_accel_path "<Actions>/vectors/vectors-selection-to-vectors-short" "")
+; (gtk_accel_path "<Actions>/gradients/gradients-save-as-pov" "")
+; (gtk_accel_path "<Actions>/plug-in/plug-in-web-menu" "")
+; (gtk_accel_path "<Actions>/select/select-invert" "<Control>i")
+; (gtk_accel_path "<Actions>/patterns/patterns-copy-location" "")
+; (gtk_accel_path "<Actions>/plug-in/plug-in-retinex" "")
+; (gtk_accel_path "<Actions>/plug-in/script-fu-chalk-logo-alpha" "")
+; (gtk_accel_path "<Actions>/plug-in/plug-in-recent-06" "")
+; (gtk_accel_path "<Actions>/vectors/vectors-path-tool" "")
+; (gtk_accel_path "<Actions>/plug-in/plug-in-ccanalyze" "")
+; (gtk_accel_path "<Actions>/plug-in/plug-in-recent-09" "")
+; (gtk_accel_path "<Actions>/plug-in/plug-in-recent-08" "")
+; (gtk_accel_path "<Actions>/plug-in/plug-in-recent-07" "")
+; (gtk_accel_path "<Actions>/plug-in/plug-in-recent-05" "")
+; (gtk_accel_path "<Actions>/plug-in/plug-in-recent-04" "")
+; (gtk_accel_path "<Actions>/plug-in/plug-in-recent-03" "")
+; (gtk_accel_path "<Actions>/plug-in/plug-in-illusion" "")
+; (gtk_accel_path "<Actions>/plug-in/plug-in-recent-02" "")
+; (gtk_accel_path "<Actions>/plug-in/plug-in-recent-01" "")
+; (gtk_accel_path "<Actions>/dialogs/dialogs-sample-points" "")
+; (gtk_accel_path "<Actions>/plug-in/plug-in-newsprint" "")
+; (gtk_accel_path "<Actions>/dockable/dockable-show-button-bar" "")
+; (gtk_accel_path "<Actions>/tools/tools-blend" "l")
+; (gtk_accel_path "<Actions>/tools/tools-perspective" "<Shift>p")
+; (gtk_accel_path "<Actions>/layers/layers-text-along-vectors" "")
+; (gtk_accel_path "<Actions>/context/context-swatch-background-previous" "")
+; (gtk_accel_path "<Actions>/patterns/patterns-open-as-image" "")
+; (gtk_accel_path "<Actions>/context/context-pattern-select-first" "")
+; (gtk_accel_path "<Actions>/dialogs/dialogs-palette-editor" "")
+; (gtk_accel_path "<Actions>/plug-in/plug-in-jigsaw" "")
+; (gtk_accel_path "<Actions>/plug-in/plug-in-semiflatten" "")
+; (gtk_accel_path "<Actions>/context/context-foreground-green-decrease" "")
+; (gtk_accel_path "<Actions>/context/context-brush-select-previous" "")
+; (gtk_accel_path "<Actions>/context/context-swatch-background-next-skip" "")
+; (gtk_accel_path "<Actions>/view/view-padding-color-custom" "")
+; (gtk_accel_path "<Actions>/plug-in/python-fu-console" "")
+; (gtk_accel_path "<Actions>/context/context-background-saturation-minimum" "")
+; (gtk_accel_path "<Actions>/plug-in/plug-in-guillotine" "")
+; (gtk_accel_path "<Actions>/plug-in/plug-in-bump-map" "")
+; (gtk_accel_path "<Actions>/context/context-swatch-foreground-next" "0")
+; (gtk_accel_path "<Actions>/plug-in/script-fu-sota-chrome-it" "")
+; (gtk_accel_path "<Actions>/image/image-rotate-90" "")
+; (gtk_accel_path "<Actions>/plug-in/script-fu-tile-blur" "")
+; (gtk_accel_path "<Actions>/plug-in/script-fu-text-circle" "")
+; (gtk_accel_path "<Actions>/plug-in/script-fu-bovinated-logo" "")
+; (gtk_accel_path "<Actions>/tools/tools-ink-blob-size-minimum" "")
+; (gtk_accel_path "<Actions>/drawable/drawable-offset" "<Shift><Control>o")
+; (gtk_accel_path "<Actions>/brushes/brushes-delete" "")
+; (gtk_accel_path "<Actions>/select/select-save" "")
+; (gtk_accel_path "<Actions>/layers/layers-mask-edit" "")
+; (gtk_accel_path "<Actions>/context/context-brush-hardness-menu" "")
+; (gtk_accel_path "<Actions>/brushes/brushes-edit" "")
+; (gtk_accel_path "<Actions>/image/image-rotate-270" "")
+; (gtk_accel_path "<Actions>/context/context-foreground-green-increase-skip" "")
+; (gtk_accel_path "<Actions>/context/context-palette-foreground-next-skip" "")
+; (gtk_accel_path "<Actions>/context/context-background-value-increase-skip" "")
+; (gtk_accel_path "<Actions>/plug-in/script-fu-chrome-logo" "")
+; (gtk_accel_path "<Actions>/tools/tools-value-2-set" "")
+; (gtk_accel_path "<Actions>/plug-in/plug-in-plasma" "")
+; (gtk_accel_path "<Actions>/dialogs/dialogs-histogram" "")
+; (gtk_accel_path "<Actions>/quick-mask/quick-mask-configure" "")
+; (gtk_accel_path "<Actions>/context/context-brush-shape-square" "")
+; (gtk_accel_path "<Actions>/context/context-palette-background-next-skip" "")
+; (gtk_accel_path "<Actions>/tools/tools-flip" "<Shift>f")
+; (gtk_accel_path "<Actions>/select/select-feather" "")
+; (gtk_accel_path "<Actions>/tool-options/tool-options-save-menu" "")
+; (gtk_accel_path "<Actions>/dialogs/dialogs-undo-history" "")
+; (gtk_accel_path "<Actions>/plug-in/script-fu-reverse-layers" "")
+; (gtk_accel_path "<Actions>/context/context-background-red-set" "")
+; (gtk_accel_path "<Actions>/tools/tools-color-average-radius-increase" "")
+; (gtk_accel_path "<Actions>/view/view-scroll-page-right" "")
+; (gtk_accel_path "<Actions>/tools/tools-color-average-radius-increase-skip" "")
+; (gtk_accel_path "<Actions>/plug-in/plug-in-plug-in-details" "")
+; (gtk_accel_path "<Actions>/dockable/dialogs-gradient-editor" "")
+; (gtk_accel_path "<Actions>/tools/tools-ink-blob-size-set" "")
+; (gtk_accel_path "<Actions>/view/view-dot-for-dot" "")
+; (gtk_accel_path "<Actions>/edit/edit-paste-into" "")
+; (gtk_accel_path "<Actions>/plug-in/plug-in-autostretch-hsv" "")
+; (gtk_accel_path "<Actions>/plug-in/plug-in-rgb-noise" "")
+; (gtk_accel_path "<Actions>/edit/edit-strong-redo" "<Shift><Control>y")
+; (gtk_accel_path "<Actions>/view/view-show-guides" "<Shift><Control>t")
+; (gtk_accel_path "<Actions>/drawable/drawable-equalize" "")
+; (gtk_accel_path "<Actions>/plug-in/plug-in-glasstile" "")
+; (gtk_accel_path "<Actions>/dockable/dialogs-brush-editor" "")
+; (gtk_accel_path "<Actions>/vectors/vectors-lower-to-bottom" "")
+; (gtk_accel_path "<Actions>/file/file-save-a-copy" "")
+; (gtk_accel_path "<Actions>/file/file-open-as-layers" "<Control><Alt>o")
+; (gtk_accel_path "<Actions>/context/context-swatch-background-first" "")
+; (gtk_accel_path "<Actions>/layers/layers-opacity-menu" "")
+; (gtk_accel_path "<Actions>/tools/tools-value-1-decrease" "less")
diff --git a/layout/.gimp-2.6/parasiterc b/layout/.gimp-2.6/parasiterc
new file mode 100644
index 0000000..6cfb1be
--- /dev/null
+++ b/layout/.gimp-2.6/parasiterc
@@ -0,0 +1,6 @@
+# GIMP parasiterc
+#
+# This file will be entirely rewritten each time you exit.
+
+
+# end of parasiterc
diff --git a/layout/.gimp-2.6/pluginrc b/layout/.gimp-2.6/pluginrc
new file mode 100644
index 0000000..efe319b
--- /dev/null
+++ b/layout/.gimp-2.6/pluginrc
@@ -0,0 +1,5276 @@
+# GIMP pluginrc
+#
+# This file can safely be removed and will be automatically regenerated by
+# querying the installed plugins.
+
+(protocol-version 19)
+
+(plug-in-def "/usr/lib/gimp/2.0/plug-ins/video" 1194004800
+ (proc-def "plug-in-video" 1
+ "Simulate distortion produced by a fuzzy or low-res monitor"
+ "This function simulates the degradation of being on an old low-dotpitch RGB video monitor to the specified drawable."
+ "Adam D. Moss (adam@foxbox.org)"
+ "Adam D. Moss (adam@foxbox.org)"
+ "2nd March 1997"
+ "Vi_deo..."
+ 1
+ (menu-path "<Image>/Filters/Distorts")
+ (icon stock-id -1 "")
+ "RGB*"
+ 6 0
+ (proc-arg 0 "run-mode" "Interactive, non-interactive")
+ (proc-arg 13 "image" "Input image (unused)")
+ (proc-arg 16 "drawable" "Input drawable")
+ (proc-arg 0 "pattern-number" "Type of RGB pattern to use")
+ (proc-arg 0 "additive" "Whether the function adds the result to the original image")
+ (proc-arg 0 "rotated" "Whether to rotate the RGB pattern by ninety degrees")))
+(plug-in-def "/usr/lib/gimp/2.0/plug-ins/noise-randomize" 1194004800
+ (proc-def "plug-in-randomize-hurl" 1
+ "Completely randomize a fraction of pixels"
+ "This plug-in ``hurls'' randomly-valued pixels onto the selection or image. You may select the percentage of pixels to modify and the number of times to repeat the process."
+ "Miles O'Neal <meo@rru.com>"
+ "Miles O'Neal, Spencer Kimball, Peter Mattis, Torsten Martinsen, Brian Degenhardt, Federico Mena Quintero, Stephen Norris, Daniel Cotting"
+ "1995-1998"
+ "_Hurl..."
+ 1
+ (menu-path "<Image>/Filters/Noise")
+ (icon stock-id -1 "")
+ "RGB*, GRAY*, INDEXED*"
+ 7 0
+ (proc-arg 0 "run-mode" "Interactive, non-interactive")
+ (proc-arg 13 "image" "Input image (unused)")
+ (proc-arg 16 "drawable" "Input drawable")
+ (proc-arg 3 "rndm-pct" "Randomization percentage (1.0 - 100.0)")
+ (proc-arg 3 "rndm-rcount" "Repeat count (1.0 - 100.0)")
+ (proc-arg 0 "randomize" "Use random seed (TRUE, FALSE)")
+ (proc-arg 0 "seed" "Seed value (used only if randomize is FALSE)"))
+ (proc-def "plug-in-randomize-pick" 1
+ "Randomly interchange some pixels with neighbors"
+ "This plug-in replaces a pixel with a random adjacent pixel. You may select the percentage of pixels to modify and the number of times to repeat the process."
+ "Miles O'Neal <meo@rru.com>"
+ "Miles O'Neal, Spencer Kimball, Peter Mattis, Torsten Martinsen, Brian Degenhardt, Federico Mena Quintero, Stephen Norris, Daniel Cotting"
+ "1995-1998"
+ "_Pick..."
+ 1
+ (menu-path "<Image>/Filters/Noise")
+ (icon stock-id -1 "")
+ "RGB*, GRAY*, INDEXED*"
+ 7 0
+ (proc-arg 0 "run-mode" "Interactive, non-interactive")
+ (proc-arg 13 "image" "Input image (unused)")
+ (proc-arg 16 "drawable" "Input drawable")
+ (proc-arg 3 "rndm-pct" "Randomization percentage (1.0 - 100.0)")
+ (proc-arg 3 "rndm-rcount" "Repeat count (1.0 - 100.0)")
+ (proc-arg 0 "randomize" "Use random seed (TRUE, FALSE)")
+ (proc-arg 0 "seed" "Seed value (used only if randomize is FALSE)"))
+ (proc-def "plug-in-randomize-slur" 1
+ "Randomly slide some pixels downward (similar to melting)"
+ "This plug-in slurs (melts like a bunch of icicles) an image. You may select the percentage of pixels to modify and the number of times to repeat the process."
+ "Miles O'Neal <meo@rru.com>"
+ "Miles O'Neal, Spencer Kimball, Peter Mattis, Torsten Martinsen, Brian Degenhardt, Federico Mena Quintero, Stephen Norris, Daniel Cotting"
+ "1995-1998"
+ "_Slur..."
+ 1
+ (menu-path "<Image>/Filters/Noise")
+ (icon stock-id -1 "")
+ "RGB*, GRAY*, INDEXED*"
+ 7 0
+ (proc-arg 0 "run-mode" "Interactive, non-interactive")
+ (proc-arg 13 "image" "Input image (unused)")
+ (proc-arg 16 "drawable" "Input drawable")
+ (proc-arg 3 "rndm-pct" "Randomization percentage (1.0 - 100.0)")
+ (proc-arg 3 "rndm-rcount" "Repeat count (1.0 - 100.0)")
+ (proc-arg 0 "randomize" "Use random seed (TRUE, FALSE)")
+ (proc-arg 0 "seed" "Seed value (used only if randomize is FALSE)")))
+(plug-in-def "/usr/lib/gimp/2.0/plug-ins/gfig" 1194004800
+ (proc-def "plug-in-gfig" 1
+ "Create geometric shapes"
+ "Draw Vector Graphics and paint them onto your images. Gfig allows you to draw many types of objects including Lines, Circles, Ellipses, Curves, Polygons, pointed stars, Bezier curves, and Spirals. Objects can be painted using Brushes or other toolsor filled using colours or patterns. Gfig objects can also be used to create selections. "
+ "Andy Thomas"
+ "Andy Thomas"
+ "1997"
+ "_Gfig..."
+ 1
+ (menu-path "<Image>/Filters/Render")
+ (icon stock-id -1 "")
+ "RGB*, GRAY*"
+ 4 0
+ (proc-arg 0 "run-mode" "Interactive, non-interactive")
+ (proc-arg 13 "image" "Input image (unused)")
+ (proc-arg 16 "drawable" "Input drawable")
+ (proc-arg 0 "dummy" "dummy")))
+(plug-in-def "/usr/lib/gimp/2.0/plug-ins/screenshot" 1194004800
+ (proc-def "plug-in-screenshot" 1
+ "Create an image from an area of the screen"
+ "The plug-in allows to take screenshots of a an interactively selected window or of the desktop, either the whole desktop or an interactively selected region. When called non-interactively, it may grab the root window or use the window-id passed as a parameter. The last four parameters are optional and can be used to specify the corners of the region to be grabbed."
+ "Sven Neumann <sven@gimp.org>, Henrik Brix Andersen <brix@gimp.org>"
+ "1998 - 2008"
+ "v1.1 (2008/04)"
+ "_Screenshot..."
+ 1
+ (menu-path "<Image>/File/Create/Acquire")
+ (icon inline-pixbuf 1606 "GdkP\0\0\6F\2\1\0\2\0\0\0X\0\0\0\26\0\0\0\26\213\0\0\0\0\1\242\242\242\5\203\242\242\242\31\221\0\0\0\0\2\27\27\26D\40\40\40\372\203\51\51\51\375\2\32\32\32\362\26\26\25\60\217\0\0\0\0\2\2\2\2\322\307\310\307\377\203\377\377\377\377\2\263\263\262\363\0\0\0\314\217\0\0\0\0\2\6\6\6\334\206\207\205\377\202\252\253\251\377\3\252\252\251\377ghe\376\1\1\1\320\217\0\0\0\0\2\11\11\11\346\56\57\55\345\202GHE\25\3JKH\32\60\61\57\364\5\5\5\333\212\0\0\0\0\17\26\26\25\31\26\26\25\60\26\26\25g\0\0\0\314\53\54\53\331LMK\375EFD\362ffe\347iig\346lmk\346RSQ\362\13\13\13\360\0\0\0\314\2\2\2\321\26\26\25V\203\0\0\0\0\43\26\26\25\31\26\26\25\60\26\26\25n\3\3\3\331\2\2\2\332JJI\355\215\215\215\372\246\246\246\347\267\270\266\362\177\202\176\377BC\77\377TUR\377\134\135Y\377gid\377\133\135X\377\204\206\204\374wxw\276\224\225\224\314LLK\343\26\26\25D\0\0\0\0\26\26\25D\3\3\3\341\17\17\17\373ghg\377\237\240\236\377\273\274\272\377\302\303\300\377\272\273\270\377\200\201\177\377zzz\377tws\377\220\223\217\377\221\225\221\377\224\227\223\377\202\226\232\226\377K\177\202\175\377xyu\377\217\221\215\377\226\227\226\365\0\0\0\371\0\0\0\0\2\2\2\330\257\261\257\377\275\276\273\377\262\263\260\377UWT\377QSP\377suq\377\135\136\133\377\304\304\304\377\303\303\303\377kmi\377MNJ\377WZX\377\133\140\137\377aeb\377gid\377\175\200\173\377SUQ\377FGE\377\200\201\200\377\12\12\12\357\0\0\0\0\4\4\4\345xyv\377\241\242\236\377\210\212\205\377vxt\377\220\222\217\377GIF\377\53\54\51\377\140\140\140\377jji\377UXV\377y\204\210\377\203\215\220\377\176\204\207\377flo\377PW\134\377SWU\377JLI\377\64\65\62\377tut\377\12\12\12\357\0\0\0\0\4\4\4\344opm\377\221\223\217\377\175\177\173\377\215\217\213\377\140b\137\377\50\51\47\377\52\53\51\377\67\70\65\377VXV\377u\176\202\377nsu\377VYZ\377OST\377OQS\377JOP\377\136cd\377\66\71\70\377\41\42\41\377llk\377\12\12\12\357\0\0\0\0\3\3\3\345npl\377\220\221\216\377\202UWS\377\24GIF\377\40\41\37\377\52\53\51\377\71\72\67\377\136ce\377NRT\377UXY\377\50\54\56\377\22\24\25\377\41\44\46\377ILM\377\70\75\77\377RVX\377\47\47\46\377klk\377\12\12\12\357\0\0\0\1\3\3\3\345nol\377\220\221\216\377\202UWS\377\24GIF\377\40\41\37\377\52\53\51\377\70\72\70\377TXY\377\62\70\71\377\23\25\26\377\16\16\16\377\1\1\1\377\2\2\2\377\24\25\25\377\56\63\64\377\62\70\71\377\60\61\61\377aa\140\377\11\11\11\360\0\0\0\3\3\3\3\345nol\377\204\205\202\377\202UWS\377\24GIF\377\40\41\37\377\52\53\51\377\77BA\377\62\70\72\377\34\40\41\377\31\32\32\377\377\377\377\377hhh\377\40\40\40\377\22\22\22\377\56\60\60\377\56\64\66\377\72\76\77\377\140a\140\377\11\11\10\361\0\0\0\7\3\3\3\345mok\377z\173x\377\202UWS\377\24GIF\377\40\41\37\377\52\53\51\377HJI\377\56\64\66\377\25\27\30\377\40\40\40\377hhh\377\232\232\232\377\175\175\175\377\47\47\47\377\71\73\73\377\57\65\67\377\65\71\71\377\140\140\137\377\11\11\10\362\0\0\0\15\3\3\3\345lnk\377rsp\377\202UWS\377\24GIF\377\40\41\37\377\54\55\52\377\76\100\76\377\56\64\66\377\35\37\40\377\1\1\1\377\70\70\70\377\214\214\214\377\213\213\213\377AAA\377JKK\377\57\65\67\377\66\72\73\377WXV\377\6\6\6\364\0\0\0\21\0\0\0\371\201\202\177\377mok\377\202UWS\377iGIF\377MNM\377RRR\372ghg\364\133\140b\377\53\57\60\377\17\17\17\377\42\42\42\377\47\47\47\377HHH\377\263\263\263\377SUU\377W\134\136\377CFF\374\74\74\74\376\20\20\17\317\0\0\0\20\24\24\23\135\4\4\4\353\177\177\176\375\174\175z\373\175\176\174\374hih\376\71\72\71\371\0\0\0\347\0\0\0\351\7\7\7\367\56\64\66\377\62\65\66\377\40\40\40\377\50\50\50\377\72\72\72\377\140ab\377\71\76\77\377\11\13\13\376\0\0\0\353\0\0\0\300\14\14\13H\0\0\0\15\0\0\0\4\23\23\22L\0\0\0\332\0\0\0\341\0\0\0\346\0\0\0\341\14\14\13\173\0\0\0V\0\0\0a\0\0\0l\10\11\11\371\134\136\137\377LOP\377ILL\377LOQ\377QUV\377\16\17\17\377\34\37\40\244\0\0\0\140\0\0\0\64\0\0\0\27\0\0\0\7\0\0\0\1\0\0\0\3\0\0\0\10\0\0\0\21\0\0\0\34\0\0\0\47\0\0\0\60\0\0\0\66\0\0\0\75\0\0\0A\0\0\0F\4\5\5\355\12\13\13\371\17\20\20\376\15\16\16\375\10\10\11\365\7\10\11j\0\0\0G\0\0\0\55\0\0\0\30\0\0\0\13\0\0\0\4\0\0\0\0\0\0\0\1\0\0\0\2\0\0\0\4\0\0\0\11\0\0\0\16\0\0\0\23\0\0\0\31\0\0\0\35\0\0\0\41\0\0\0\43\0\0\0\44\0\0\0\45\0\0\0\44\0\0\0\46\0\0\0\45\0\0\0\36\0\0\0\27\0\0\0\20\0\0\0\10\0\0\0\3\0\0\0\1\204\0\0\0\0\5\0\0\0\1\0\0\0\2\0\0\0\4\0\0\0\5\0\0\0\6\202\0\0\0\10\11\0\0\0\11\0\0\0\7\0\0\0\10\0\0\0\5\0\0\0\7\0\0\0\6\0\0\0\5\0\0\0\3\0\0\0\1\202\0\0\0\0")
+ ""
+ 7 1
+ (proc-arg 0 "run-mode" "Interactive, non-interactive")
+ (proc-arg 0 "root" "Root window { TRUE, FALSE }")
+ (proc-arg 0 "window-id" "Window id")
+ (proc-arg 0 "x1" "(optional) Region left x coord")
+ (proc-arg 0 "y1" "(optional) Region top y coord")
+ (proc-arg 0 "x2" "(optional) Region right x coord")
+ (proc-arg 0 "y2" "(optional) Region bottom y coord")
+ (proc-arg 13 "image" "Output image")))
+(plug-in-def "/usr/lib/gimp/2.0/plug-ins/curve-bend" 1194004800
+ (proc-def "plug-in-curve-bend" 1
+ "Bend the image using two control curves"
+ "This plug-in does bend the active layer If there is a current selection it is copied to floating selection and the curve_bend distortion is done on the floating selection. If work_on_copy parameter is TRUE, the curve_bend distortion is done on a copy of the active layer (or floating selection). The upper and lower edges are bent in shape of 2 spline curves. both (upper and lower) curves are determined by upto 17 points or by 256 Y-Values if curve_type == 1 (freehand mode) If rotation is not 0, the layer is rotated before and rotated back after the bend operation. This enables bending in other directions than vertical. bending usually changes the size of the handled layer. this plugin sets the offsets of the handled layer to keep its center at the same position"
+ "Wolfgang Hofer (hof@hotbot.com)"
+ "Wolfgang Hofer"
+ "v1.3.18 (2003/08/26)"
+ "_Curve Bend..."
+ 1
+ (menu-path "<Image>/Filters/Distorts")
+ (icon stock-id -1 "")
+ "RGB*, GRAY*"
+ 20 1
+ (proc-arg 0 "run-mode" "Interactive, non-interactive")
+ (proc-arg 13 "image" "Input image")
+ (proc-arg 16 "drawable" "Input drawable (must be a layer without layermask)")
+ (proc-arg 3 "rotation" "Direction {angle 0 to 360 degree } of the bend effect")
+ (proc-arg 0 "smoothing" "Smoothing { TRUE, FALSE }")
+ (proc-arg 0 "antialias" "Antialias { TRUE, FALSE }")
+ (proc-arg 0 "work-on-copy" "{ TRUE, FALSE } TRUE: copy the drawable and bend the copy")
+ (proc-arg 0 "curve-type" " { 0, 1 } 0 == smooth (use 17 points), 1 == freehand (use 256 val_y) ")
+ (proc-arg 0 "argc-upper-point-x" "{2 <= argc <= 17} ")
+ (proc-arg 8 "upper-point-x" "array of 17 x point_koords { 0.0 <= x <= 1.0 or -1 for unused point }")
+ (proc-arg 0 "argc-upper-point-y" "{2 <= argc <= 17} ")
+ (proc-arg 8 "upper-point-y" "array of 17 y point_koords { 0.0 <= y <= 1.0 or -1 for unused point }")
+ (proc-arg 0 "argc-lower-point-x" "{2 <= argc <= 17} ")
+ (proc-arg 8 "lower-point-x" "array of 17 x point_koords { 0.0 <= x <= 1.0 or -1 for unused point }")
+ (proc-arg 0 "argc-lower-point-y" "{2 <= argc <= 17} ")
+ (proc-arg 8 "lower-point-y" "array of 17 y point_koords { 0.0 <= y <= 1.0 or -1 for unused point }")
+ (proc-arg 0 "argc-upper-val-y" "{ 256 } ")
+ (proc-arg 7 "upper-val-y" "array of 256 y freehand koord { 0 <= y <= 255 }")
+ (proc-arg 0 "argc-lower-val-y" "{ 256 } ")
+ (proc-arg 7 "lower-val-y" "array of 256 y freehand koord { 0 <= y <= 255 }")
+ (proc-arg 14 "bent-layer" "the handled layer"))
+ (proc-def "plug_in_curve_bend_Iterator" 1
+ "This procedure calculates the modified values for one iterationstep for the call of plug_in_curve_bend"
+ ""
+ "Wolfgang Hofer (hof@hotbot.com)"
+ "Wolfgang Hofer"
+ "v1.3.18 (2003/08/26)"
+ ""
+ 0
+ (icon stock-id -1 "")
+ ""
+ 4 0
+ (proc-arg 0 "run-mode" "non-interactive")
+ (proc-arg 0 "total-steps" "total number of steps (# of layers-1 to apply the related plug-in)")
+ (proc-arg 3 "current-step" "current (for linear iterations this is the layerstack position, otherwise some value inbetween)")
+ (proc-arg 0 "len-struct" "length of stored data structure with id is equal to the plug_in proc_name")))
+(plug-in-def "/usr/lib/gimp/2.0/plug-ins/blur-gauss" 1194004800
+ (proc-def "plug-in-gauss" 1
+ "Simplest, most commonly used way of blurring"
+ "Applies a gaussian blur to the drawable, with specified radius of affect. The standard deviation of the normal distribution used to modify pixel values is calculated based on the supplied radius. Horizontal and vertical blurring can be independently invoked by specifying only one to run. The IIR gaussian blurring works best for large radius values and for images which are not computer-generated."
+ "Spencer Kimball & Peter Mattis"
+ "Spencer Kimball & Peter Mattis"
+ "1995-1996"
+ "_Gaussian Blur..."
+ 1
+ (menu-path "<Image>/Filters/Blur")
+ (icon stock-id -1 "")
+ "RGB*, GRAY*"
+ 6 0
+ (proc-arg 0 "run-mode" "Interactive, non-interactive")
+ (proc-arg 13 "image" "Input image")
+ (proc-arg 16 "drawable" "Input drawable")
+ (proc-arg 3 "horizontal" "Horizontal radius of gaussian blur (in pixels, > 0.0)")
+ (proc-arg 3 "vertical" "Vertical radius of gaussian blur (in pixels, > 0.0)")
+ (proc-arg 0 "method" "IIR (0) or RLE (1)"))
+ (proc-def "plug-in-gauss-iir" 1
+ "Apply a gaussian blur"
+ "Applies a gaussian blur to the drawable, with specified radius of affect. The standard deviation of the normal distribution used to modify pixel values is calculated based on the supplied radius. Horizontal and vertical blurring can be independently invoked by specifying only one to run. The IIR gaussian blurring works best for large radius values and for images which are not computer-generated."
+ "Spencer Kimball & Peter Mattis"
+ "Spencer Kimball & Peter Mattis"
+ "1995-1996"
+ ""
+ 0
+ (icon stock-id -1 "")
+ "RGB*, GRAY*"
+ 6 0
+ (proc-arg 0 "run-mode" "Interactive, non-interactive")
+ (proc-arg 13 "image" "Input image (unused)")
+ (proc-arg 16 "drawable" "Input drawable")
+ (proc-arg 3 "radius" "Radius of gaussian blur (in pixels, > 0.0)")
+ (proc-arg 0 "horizontal" "Blur in horizontal direction")
+ (proc-arg 0 "vertical" "Blur in vertical direction"))
+ (proc-def "plug-in-gauss-iir2" 1
+ "Apply a gaussian blur"
+ "Applies a gaussian blur to the drawable, with specified radius of affect. The standard deviation of the normal distribution used to modify pixel values is calculated based on the supplied radius. This radius can be specified indepently on for the horizontal and the vertical direction. The IIR gaussian blurring works best for large radius values and for images which are not computer-generated."
+ "Spencer Kimball, Peter Mattis & Sven Neumann"
+ "Spencer Kimball, Peter Mattis & Sven Neumann"
+ "1995-2000"
+ ""
+ 0
+ (icon stock-id -1 "")
+ "RGB*, GRAY*"
+ 5 0
+ (proc-arg 0 "run-mode" "Interactive, non-interactive")
+ (proc-arg 13 "image" "Input image")
+ (proc-arg 16 "drawable" "Input drawable")
+ (proc-arg 3 "horizontal" "Horizontal radius of gaussian blur (in pixels, > 0.0)")
+ (proc-arg 3 "vertical" "Vertical radius of gaussian blur (in pixels, > 0.0)"))
+ (proc-def "plug-in-gauss-rle" 1
+ "Apply a gaussian blur"
+ "Applies a gaussian blur to the drawable, with specified radius of affect. The standard deviation of the normal distribution used to modify pixel values is calculated based on the supplied radius. Horizontal and vertical blurring can be independently invoked by specifying only one to run. The RLE gaussian blurring performs most efficiently on computer-generated images or images with large areas of constant intensity."
+ "Spencer Kimball & Peter Mattis"
+ "Spencer Kimball & Peter Mattis"
+ "1995-1996"
+ ""
+ 0
+ (icon stock-id -1 "")
+ "RGB*, GRAY*"
+ 6 0
+ (proc-arg 0 "run-mode" "Interactive, non-interactive")
+ (proc-arg 13 "image" "Input image (unused)")
+ (proc-arg 16 "drawable" "Input drawable")
+ (proc-arg 3 "radius" "Radius of gaussian blur (in pixels, > 0.0)")
+ (proc-arg 0 "horizontal" "Blur in horizontal direction")
+ (proc-arg 0 "vertical" "Blur in vertical direction"))
+ (proc-def "plug-in-gauss-rle2" 1
+ "Apply a gaussian blur"
+ "Applies a gaussian blur to the drawable, with specified radius of affect. The standard deviation of the normal distribution used to modify pixel values is calculated based on the supplied radius. This radius can be specified indepently on for the horizontal and the vertical direction. The RLE gaussian blurring performs most efficiently on computer-generated images or images with large areas of constant intensity."
+ "Spencer Kimball, Peter Mattis & Sven Neumann"
+ "Spencer Kimball, Peter Mattis & Sven Neumann"
+ "1995-2000"
+ ""
+ 0
+ (icon stock-id -1 "")
+ "RGB*, GRAY*"
+ 5 0
+ (proc-arg 0 "run-mode" "Interactive, non-interactive")
+ (proc-arg 13 "image" "Input image")
+ (proc-arg 16 "drawable" "Input drawable")
+ (proc-arg 3 "horizontal" "Horizontal radius of gaussian blur (in pixels, > 0.0)")
+ (proc-arg 3 "vertical" "Vertical radius of gaussian blur (in pixels, > 0.0)")))
+(plug-in-def "/usr/lib/gimp/2.0/plug-ins/file-compressor" 1194004800
+ (proc-def "file-gz-load" 1
+ "loads files compressed with gzip"
+ "You need to have gzip installed."
+ "Daniel Risacher"
+ "Daniel Risacher, Spencer Kimball and Peter Mattis"
+ "1995-1997"
+ "gzip archive"
+ 0
+ (icon stock-id -1 "")
+ (load-proc
+ (extension "xcf.gz,gz,xcfgz")
+ (magic "0,string,\037")
+ (mime-type "application/x-gzip"))
+ ""
+ 3 1
+ (proc-arg 0 "run-mode" "Interactive, non-interactive")
+ (proc-arg 4 "filename" "The name of the file to load")
+ (proc-arg 4 "raw-filename" "The name entered")
+ (proc-arg 13 "image" "Output image"))
+ (proc-def "file-gz-save" 1
+ "saves files compressed with gzip"
+ "You need to have gzip installed."
+ "Daniel Risacher"
+ "Daniel Risacher, Spencer Kimball and Peter Mattis"
+ "1995-1997"
+ "gzip archive"
+ 0
+ (icon stock-id -1 "")
+ (save-proc
+ (extension "xcf.gz,gz,xcfgz")
+ (mime-type "application/x-gzip"))
+ "RGB*, GRAY*, INDEXED*"
+ 5 0
+ (proc-arg 0 "run-mode" "Interactive, non-interactive")
+ (proc-arg 13 "image" "Input image")
+ (proc-arg 16 "drawable" "Drawable to save")
+ (proc-arg 4 "filename" "The name of the file to save the image in")
+ (proc-arg 4 "raw-filename" "The name entered"))
+ (proc-def "file-bz2-load" 1
+ "loads files compressed with bzip2"
+ "You need to have bzip2 installed."
+ "Daniel Risacher"
+ "Daniel Risacher, Spencer Kimball and Peter Mattis"
+ "1995-1997"
+ "bzip archive"
+ 0
+ (icon stock-id -1 "")
+ (load-proc
+ (extension "xcf.bz2,bz2,xcfbz2")
+ (magic "0,string,BZh")
+ (mime-type "application/x-bzip"))
+ ""
+ 3 1
+ (proc-arg 0 "run-mode" "Interactive, non-interactive")
+ (proc-arg 4 "filename" "The name of the file to load")
+ (proc-arg 4 "raw-filename" "The name entered")
+ (proc-arg 13 "image" "Output image"))
+ (proc-def "file-bz2-save" 1
+ "saves files compressed with bzip2"
+ "You need to have bzip2 installed"
+ "Daniel Risacher"
+ "Daniel Risacher, Spencer Kimball and Peter Mattis"
+ "1995-1997"
+ "bzip archive"
+ 0
+ (icon stock-id -1 "")
+ (save-proc
+ (extension "xcf.bz2,bz2,xcfbz2")
+ (mime-type "application/x-bzip"))
+ "RGB*, GRAY*, INDEXED*"
+ 5 0
+ (proc-arg 0 "run-mode" "Interactive, non-interactive")
+ (proc-arg 13 "image" "Input image")
+ (proc-arg 16 "drawable" "Drawable to save")
+ (proc-arg 4 "filename" "The name of the file to save the image in")
+ (proc-arg 4 "raw-filename" "The name entered")))
+(plug-in-def "/usr/lib/gimp/2.0/plug-ins/help" 1194004800
+ (proc-def "extension-gimp-help" 2
+ ""
+ ""
+ "Sven Neumann <sven@gimp.org>, Michael Natterer <mitch@gimp.org>, Henrik Brix Andersen <brix@gimp.org>"
+ "Sven Neumann, Michael Natterer & Henrik Brix Andersen"
+ "1999-2008"
+ ""
+ 0
+ (icon stock-id -1 "")
+ ""
+ 4 0
+ (proc-arg 0 "num-domain-names" "")
+ (proc-arg 9 "domain-names" "")
+ (proc-arg 0 "num-domain-uris" "")
+ (proc-arg 9 "domain-uris" "")))
+(plug-in-def "/usr/lib/gimp/2.0/plug-ins/sharpen" 1194004800
+ (proc-def "plug-in-sharpen" 1
+ "Make image sharper (less powerful than Unsharp Mask)"
+ "This plug-in selectively performs a convolution filter on an image."
+ "Michael Sweet <mike@easysw.com>"
+ "Copyright 1997-1998 by Michael Sweet"
+ "1.4.2 - 3 June 1998"
+ "_Sharpen..."
+ 1
+ (menu-path "<Image>/Filters/Enhance")
+ (icon stock-id -1 "")
+ "RGB*, GRAY*"
+ 4 0
+ (proc-arg 0 "run-mode" "Interactive, non-interactive")
+ (proc-arg 13 "image" "Input image")
+ (proc-arg 16 "drawable" "Input drawable")
+ (proc-arg 0 "percent" "Percent sharpening (default = 10)")))
+(plug-in-def "/usr/lib/gimp/2.0/plug-ins/fractal-trace" 1194004800
+ (proc-def "plug-in-fractal-trace" 1
+ "Transform image with the Mandelbrot Fractal"
+ "transform image with the Mandelbrot Fractal"
+ "Hirotsuna Mizuno <s1041150@u-aizu.ac.jp>"
+ "Copyright (C) 1997 Hirotsuna Mizuno"
+ "v0.4 test version (Dec. 25 1997)"
+ "_Fractal Trace..."
+ 1
+ (menu-path "<Image>/Filters/Map")
+ (icon stock-id -1 "")
+ "RGB*, GRAY*"
+ 9 0
+ (proc-arg 0 "run-mode" "interactive / non-interactive")
+ (proc-arg 13 "image" "input image (not used)")
+ (proc-arg 16 "drawable" "input drawable")
+ (proc-arg 3 "xmin" "xmin fractal image delimiter")
+ (proc-arg 3 "xmax" "xmax fractal image delimiter")
+ (proc-arg 3 "ymin" "ymin fractal image delimiter")
+ (proc-arg 3 "ymax" "ymax fractal image delimiter")
+ (proc-arg 0 "depth" "trace depth")
+ (proc-arg 0 "outside-type" "outside type(0=WRAP/1=TRANS/2=BLACK/3=WHITE)")))
+(plug-in-def "/usr/lib/gimp/2.0/plug-ins/colorxhtml.py" 1194004800
+ (proc-def "file-colorxhtml-save" 1
+ "Save as colored XHTML"
+ "Saves the image as colored XHTML text (based on Perl version by Marc Lehmann)"
+ "Manish Singh and Carol Spears"
+ "Manish Singh and Carol Spears"
+ "2003"
+ "Colored XHTML"
+ 1
+ (menu-path "<Save>")
+ (icon stock-id -1 "")
+ (save-proc
+ (extension "xhtml"))
+ "RGB"
+ 9 0
+ (proc-arg 0 "run-mode" "Interactive, Non-Interactive")
+ (proc-arg 13 "image" "Input image")
+ (proc-arg 16 "drawable" "Input drawable")
+ (proc-arg 4 "filename" "The name of the file")
+ (proc-arg 4 "raw-filename" "The name of the file")
+ (proc-arg 4 "source" "Character source")
+ (proc-arg 4 "characters" "File to read or characters to use")
+ (proc-arg 0 "font-size" "Font size in pixels")
+ (proc-arg 0 "separate" "Write a separate CSS file"))
+ (locale-def "gimp20-python" "/usr/share/locale"))
+(plug-in-def "/usr/lib/gimp/2.0/plug-ins/sparkle" 1194004800
+ (proc-def "plug-in-sparkle" 1
+ "Turn bright spots into starry sparkles"
+ "Uses a percentage based luminoisty threhsold to find candidate pixels for adding some sparkles (spikes). "
+ "John Beale, & (ported to GIMP v0.54) Michael J. Hammel & ted to GIMP v1.0) & Seth Burgess & Spencer Kimball"
+ "John Beale"
+ "Version 1.27, September 2003"
+ "_Sparkle..."
+ 1
+ (menu-path "<Image>/Filters/Light and Shadow/Light")
+ (icon stock-id -1 "")
+ "RGB*, GRAY*"
+ 16 0
+ (proc-arg 0 "run-mode" "Interactive, non-interactive")
+ (proc-arg 13 "image" "Input image (unused)")
+ (proc-arg 16 "drawable" "Input drawable")
+ (proc-arg 3 "lum-threshold" "Luminosity threshold (0.0 - 1.0)")
+ (proc-arg 3 "flare-inten" "Flare intensity (0.0 - 1.0)")
+ (proc-arg 0 "spike-len" "Spike length (in pixels)")
+ (proc-arg 0 "spike-pts" "# of spike points")
+ (proc-arg 0 "spike-angle" "Spike angle (0-360 degrees, -1: random)")
+ (proc-arg 3 "density" "Spike density (0.0 - 1.0)")
+ (proc-arg 3 "transparency" "Transparency (0.0 - 1.0)")
+ (proc-arg 3 "random-hue" "Random hue (0.0 - 1.0)")
+ (proc-arg 3 "random-saturation" "Random saturation (0.0 - 1.0)")
+ (proc-arg 0 "preserve-luminosity" "Preserve luminosity (TRUE/FALSE)")
+ (proc-arg 0 "inverse" "Inverse (TRUE/FALSE)")
+ (proc-arg 0 "border" "Add border (TRUE/FALSE)")
+ (proc-arg 0 "color-type" "Color of sparkles: { NATURAL (0), FOREGROUND (1), BACKGROUND (2) }")))
+(plug-in-def "/usr/lib/gimp/2.0/plug-ins/align-layers" 1194004800
+ (proc-def "plug-in-align-layers" 1
+ "Align all visible layers of the image"
+ "Align visible layers"
+ "Shuji Narazaki <narazaki@InetQ.or.jp>"
+ "Shuji Narazaki"
+ "1997"
+ "Align Visi_ble Layers..."
+ 1
+ (menu-path "<Image>/Image/Arrange")
+ (icon stock-id -1 "")
+ "RGB*,GRAY*,INDEXED*"
+ 5 0
+ (proc-arg 0 "run-mode" "Interactive, non-interactive")
+ (proc-arg 13 "image" "Input image")
+ (proc-arg 16 "drawable" "Input drawable (not used)")
+ (proc-arg 0 "link-after-alignment" "Link the visible layers after alignment")
+ (proc-arg 0 "use-bottom" "use the bottom layer as the base of alignment")))
+(plug-in-def "/usr/lib/gimp/2.0/plug-ins/procedure-browser" 1194004800
+ (proc-def "plug-in-dbbrowser" 1
+ "List available procedures in the PDB"
+ ""
+ "Thomas Noel"
+ "Thomas Noel"
+ "23th june 1997"
+ "Procedure _Browser"
+ 1
+ (menu-path "<Image>/Help/Programming")
+ (icon stock-id -1 "")
+ ""
+ 1 0
+ (proc-arg 0 "run-mode" "Interactive, [non-interactive]")))
+(plug-in-def "/usr/lib/gimp/2.0/plug-ins/file-fits" 1194004800
+ (proc-def "file-fits-load" 1
+ "load file of the FITS file format"
+ "load file of the FITS file format (Flexible Image Transport System)"
+ "Peter Kirchgessner"
+ "Peter Kirchgessner (peter@kirchgessner.net)"
+ "1997"
+ "Flexible Image Transport System"
+ 0
+ (icon stock-id -1 "")
+ (load-proc
+ (extension "fit,fits")
+ (magic "0,string,SIMPLE")
+ (mime-type "image/x-fits"))
+ ""
+ 3 1
+ (proc-arg 0 "run-mode" "Interactive, non-interactive")
+ (proc-arg 4 "filename" "The name of the file to load")
+ (proc-arg 4 "raw-filename" "The name of the file to load")
+ (proc-arg 13 "image" "Output image"))
+ (proc-def "file-fits-save" 1
+ "save file in the FITS file format"
+ "FITS saving handles all image types except those with alpha channels."
+ "Peter Kirchgessner"
+ "Peter Kirchgessner (peter@kirchgessner.net)"
+ "1997"
+ "Flexible Image Transport System"
+ 0
+ (icon stock-id -1 "")
+ (save-proc
+ (extension "fit,fits")
+ (mime-type "image/x-fits"))
+ "RGB, GRAY, INDEXED"
+ 5 0
+ (proc-arg 0 "run-mode" "Interactive, non-interactive")
+ (proc-arg 13 "image" "Input image")
+ (proc-arg 16 "drawable" "Drawable to save")
+ (proc-arg 4 "filename" "The name of the file to save the image in")
+ (proc-arg 4 "raw-filename" "The name of the file to save the image in")))
+(plug-in-def "/usr/lib/gimp/2.0/plug-ins/animation-optimize" 1194004800
+ (proc-def "plug-in-animationoptimize" 1
+ "Modify image to reduce size when saved as GIF animation"
+ "This procedure applies various optimizations to a GIMP layer-based animation in an attempt to reduce the final file size. If a frame of the animation can use the 'combine' mode, this procedure attempts to maximize the number of ajdacent pixels having the same color, which improves the compression for some image formats such as GIF or MNG."
+ "Adam D. Moss <adam@gimp.org>"
+ "Adam D. Moss <adam@gimp.org>"
+ "1997-2003"
+ "Optimize (for _GIF)"
+ 1
+ (menu-path "<Image>/Filters/Animation")
+ (icon stock-id -1 "")
+ "RGB*, INDEXED*, GRAY*"
+ 3 1
+ (proc-arg 0 "run-mode" "Interactive, non-interactive")
+ (proc-arg 13 "image" "Input image")
+ (proc-arg 16 "drawable" "Input drawable (unused)")
+ (proc-arg 13 "result" "Resulting image"))
+ (proc-def "plug-in-animationoptimize-diff" 1
+ "Reduce file size where combining layers is possible"
+ "This procedure applies various optimizations to a GIMP layer-based animation in an attempt to reduce the final file size. If a frame of the animation can use the 'combine' mode, this procedure uses a simple difference between the frames."
+ "Adam D. Moss <adam@gimp.org>"
+ "Adam D. Moss <adam@gimp.org>"
+ "1997-2001"
+ "_Optimize (Difference)"
+ 1
+ (menu-path "<Image>/Filters/Animation")
+ (icon stock-id -1 "")
+ "RGB*, INDEXED*, GRAY*"
+ 3 1
+ (proc-arg 0 "run-mode" "Interactive, non-interactive")
+ (proc-arg 13 "image" "Input image")
+ (proc-arg 16 "drawable" "Input drawable (unused)")
+ (proc-arg 13 "result" "Resulting image"))
+ (proc-def "plug-in-animationunoptimize" 1
+ "Remove optimization to make editing easier"
+ "This procedure 'simplifies' a GIMP layer-based animation that has been optimized for animation. This makes editing the animation much easier."
+ "Adam D. Moss <adam@gimp.org>"
+ "Adam D. Moss <adam@gimp.org>"
+ "1997-2001"
+ "_Unoptimize"
+ 1
+ (menu-path "<Image>/Filters/Animation")
+ (icon stock-id -1 "")
+ "RGB*, INDEXED*, GRAY*"
+ 3 1
+ (proc-arg 0 "run-mode" "Interactive, non-interactive")
+ (proc-arg 13 "image" "Input image")
+ (proc-arg 16 "drawable" "Input drawable (unused)")
+ (proc-arg 13 "result" "Resulting image")))
+(plug-in-def "/usr/lib/gimp/2.0/plug-ins/plasma" 1194004800
+ (proc-def "plug-in-plasma" 1
+ "Create a random plasma texture"
+ "More help"
+ "Stephen Norris & (ported to 1.0 by) Eiichi Takamori"
+ "Stephen Norris"
+ "May 2000"
+ "_Plasma..."
+ 1
+ (menu-path "<Image>/Filters/Render/Clouds")
+ (icon stock-id -1 "")
+ "RGB*, GRAY*"
+ 5 0
+ (proc-arg 0 "run-mode" "Interactive, non-interactive")
+ (proc-arg 13 "image" "Input image (unused)")
+ (proc-arg 16 "drawable" "Input drawable")
+ (proc-arg 0 "seed" "Random seed")
+ (proc-arg 3 "turbulence" "Turbulence of plasma")))
+(plug-in-def "/usr/lib/gimp/2.0/plug-ins/decompose" 1194004800
+ (proc-def "plug-in-decompose" 1
+ "Decompose an image into separate colorspace components"
+ "This function creates new gray images with different channel information in each of them"
+ "Peter Kirchgessner"
+ "Peter Kirchgessner"
+ "1997"
+ "_Decompose..."
+ 0
+ (icon stock-id -1 "")
+ "RGB*"
+ 5 4
+ (proc-arg 0 "run-mode" "Interactive, non-interactive")
+ (proc-arg 13 "image" "Input image (unused)")
+ (proc-arg 16 "drawable" "Input drawable")
+ (proc-arg 4 "decompose-type" "What to decompose: \"RGB\", \"Red\", \"Green\", \"Blue\", \"RGBA\", \"HSV\", \"Hue\", \"Saturation\", \"Value\", \"HSL\", \"Hue (HSL)\", \"Saturation (HSL)\", \"Lightness\", \"CMY\", \"Cyan\", \"Magenta\", \"Yellow\", \"CMYK\", \"Cyan_K\", \"Magenta_K\", \"Yellow_K\", \"Alpha\", \"LAB\", \"YCbCr_ITU_R470\", \"YCbCr_ITU_R709\", \"YCbCr ITU R470 256\", \"YCbCr ITU R709 256\"")
+ (proc-arg 0 "layers-mode" "Create channels as layers in a single image")
+ (proc-arg 13 "new-image" "Output gray image")
+ (proc-arg 13 "new-image" "Output gray image (N/A for single channel extract)")
+ (proc-arg 13 "new-image" "Output gray image (N/A for single channel extract)")
+ (proc-arg 13 "new-image" "Output gray image (N/A for single channel extract)"))
+ (proc-def "plug-in-decompose-registered" 1
+ "Decompose an image into separate colorspace components"
+ "This function creates new gray images with different channel information in each of them. Pixels in the foreground color will appear black in all output images. This can be used for things like crop marks that have to show up on all channels."
+ "Peter Kirchgessner"
+ "Peter Kirchgessner, Clarence Risher"
+ "1997"
+ "_Decompose..."
+ 1
+ (menu-path "<Image>/Colors/Components")
+ (icon stock-id -1 "")
+ "RGB*"
+ 5 4
+ (proc-arg 0 "run-mode" "Interactive, non-interactive")
+ (proc-arg 13 "image" "Input image (unused)")
+ (proc-arg 16 "drawable" "Input drawable")
+ (proc-arg 4 "decompose-type" "What to decompose: \"RGB\", \"Red\", \"Green\", \"Blue\", \"RGBA\", \"HSV\", \"Hue\", \"Saturation\", \"Value\", \"HSL\", \"Hue (HSL)\", \"Saturation (HSL)\", \"Lightness\", \"CMY\", \"Cyan\", \"Magenta\", \"Yellow\", \"CMYK\", \"Cyan_K\", \"Magenta_K\", \"Yellow_K\", \"Alpha\", \"LAB\", \"YCbCr_ITU_R470\", \"YCbCr_ITU_R709\", \"YCbCr ITU R470 256\", \"YCbCr ITU R709 256\"")
+ (proc-arg 0 "layers-mode" "Create channels as layers in a single image")
+ (proc-arg 13 "new-image" "Output gray image")
+ (proc-arg 13 "new-image" "Output gray image (N/A for single channel extract)")
+ (proc-arg 13 "new-image" "Output gray image (N/A for single channel extract)")
+ (proc-arg 13 "new-image" "Output gray image (N/A for single channel extract)")))
+(plug-in-def "/usr/lib/gimp/2.0/plug-ins/file-uri" 1194004800
+ (proc-def "file-uri-load" 1
+ "loads files given an URI"
+ "Loads a file using the GIO Virtual File System"
+ "Spencer Kimball & Peter Mattis"
+ "Spencer Kimball & Peter Mattis"
+ "1995-2008"
+ "URI"
+ 0
+ (icon stock-id -1 "gimp-web")
+ (load-proc
+ (prefix "network:,trash:,sftp:,ssh:,davs:,dav:,cdda:,smb:,ftp:,davs+sd:,dav+sd:,dns-sd:,burn:,localtest:,http:,computer:"))
+ ""
+ 3 1
+ (proc-arg 0 "run-mode" "Interactive, non-interactive")
+ (proc-arg 4 "filename" "The name of the file to load")
+ (proc-arg 4 "raw-filename" "The name entered")
+ (proc-arg 13 "image" "Output image"))
+ (proc-def "file-uri-save" 1
+ "saves files given an URI"
+ "Saves a file using the GIO Virtual File System"
+ "Michael Natterer, Sven Neumann"
+ "Michael Natterer"
+ "2005-2008"
+ "URI"
+ 0
+ (icon stock-id -1 "gimp-web")
+ (save-proc
+ (prefix "network:,trash:,sftp:,ssh:,davs:,dav:,cdda:,smb:,ftp:,davs+sd:,dav+sd:,dns-sd:,burn:,localtest:,http:,computer:"))
+ "RGB*, GRAY*, INDEXED*"
+ 5 0
+ (proc-arg 0 "run-mode" "Interactive, non-interactive")
+ (proc-arg 13 "image" "Input image")
+ (proc-arg 16 "drawable" "Drawable to save")
+ (proc-arg 4 "filename" "The name of the file to save the image in")
+ (proc-arg 4 "raw-filename" "The name of the file to save the image in")))
+(plug-in-def "/usr/lib/gimp/2.0/plug-ins/file-tiff-save" 1194004800
+ (proc-def "file-tiff-save" 1
+ "saves files in the tiff file format"
+ "Saves files in the Tagged Image File Format. The value for the saved comment is taken from the 'gimp-comment' parasite."
+ "Spencer Kimball & Peter Mattis"
+ "Spencer Kimball & Peter Mattis"
+ "1995-1996,2000-2003"
+ "TIFF image"
+ 0
+ (icon stock-id -1 "")
+ (save-proc
+ (extension "tif,tiff")
+ (mime-type "image/tiff"))
+ "RGB*, GRAY*, INDEXED"
+ 6 0
+ (proc-arg 0 "run-mode" "Interactive, non-interactive")
+ (proc-arg 13 "image" "Input image")
+ (proc-arg 16 "drawable" "Drawable to save")
+ (proc-arg 4 "filename" "The name of the file to save the image in")
+ (proc-arg 4 "raw-filename" "The name of the file to save the image in")
+ (proc-arg 0 "compression" "Compression type: { NONE (0), LZW (1), PACKBITS (2), DEFLATE (3), JPEG (4), CCITT G3 Fax (5), CCITT G4 Fax (6) }"))
+ (proc-def "file-tiff-save2" 1
+ "saves files in the tiff file format"
+ "Saves files in the Tagged Image File Format. The value for the saved comment is taken from the 'gimp-comment' parasite."
+ "Spencer Kimball & Peter Mattis"
+ "Spencer Kimball & Peter Mattis"
+ "1995-1996,2000-2003"
+ "TIFF image"
+ 0
+ (icon stock-id -1 "")
+ (save-proc
+ (mime-type "image/tiff"))
+ "RGB*, GRAY*, INDEXED"
+ 7 0
+ (proc-arg 0 "run-mode" "Interactive, non-interactive")
+ (proc-arg 13 "image" "Input image")
+ (proc-arg 16 "drawable" "Drawable to save")
+ (proc-arg 4 "filename" "The name of the file to save the image in")
+ (proc-arg 4 "raw-filename" "The name of the file to save the image in")
+ (proc-arg 0 "compression" "Compression type: { NONE (0), LZW (1), PACKBITS (2), DEFLATE (3), JPEG (4), CCITT G3 Fax (5), CCITT G4 Fax (6) }")
+ (proc-arg 0 "save-transp-pixels" "Keep the color data masked by an alpha channel intact")))
+(plug-in-def "/usr/lib/gimp/2.0/plug-ins/animation-play" 1194004800
+ (proc-def "plug-in-animationplay" 1
+ "Preview a GIMP layer-based animation"
+ ""
+ "Adam D. Moss <adam@gimp.org>"
+ "Adam D. Moss <adam@gimp.org>"
+ "1997, 1998..."
+ "_Playback..."
+ 1
+ (menu-path "<Image>/Filters/Animation")
+ (icon stock-id -1 "gtk-media-play")
+ "RGB*, INDEXED*, GRAY*"
+ 3 0
+ (proc-arg 0 "run-mode" "Interactive, non-interactive")
+ (proc-arg 13 "image" "Input image")
+ (proc-arg 16 "drawable" "Input drawable (unused)")))
+(plug-in-def "/usr/lib/gimp/2.0/plug-ins/engrave" 1194004800
+ (proc-def "plug-in-engrave" 1
+ "Simulate an antique engraving"
+ "Creates a black-and-white 'engraved' version of an image as seen in old illustrations"
+ "Spencer Kimball & Peter Mattis, Eiichi Takamori, Torsten Martinsen"
+ "Spencer Kimball & Peter Mattis, Eiichi Takamori, Torsten Martinsen"
+ "1995,1996,1997"
+ "En_grave..."
+ 1
+ (menu-path "<Image>/Filters/Distorts")
+ (icon stock-id -1 "")
+ "RGBA, GRAYA"
+ 5 0
+ (proc-arg 0 "run-mode" "Interactive, non-interactive")
+ (proc-arg 13 "image" "Input image (unused)")
+ (proc-arg 16 "drawable" "Input drawable")
+ (proc-arg 0 "height" "Resolution in pixels")
+ (proc-arg 0 "limit" "If true, limit line width")))
+(plug-in-def "/usr/lib/gimp/2.0/plug-ins/noise-spread" 1194004800
+ (proc-def "plug-in-spread" 1
+ "Move pixels around randomly"
+ "Spreads the pixels of the specified drawable. Pixels are randomly moved to another location whose distance varies from the original by the horizontal and vertical spread amounts "
+ "Spencer Kimball and Peter Mattis, ported by Brian Degenhardt and Federico Mena Quintero"
+ "Federico Mena Quintero and Brian Degenhardt"
+ "1997"
+ "Sp_read..."
+ 1
+ (menu-path "<Image>/Filters/Noise")
+ (icon stock-id -1 "")
+ "RGB*, GRAY*"
+ 5 0
+ (proc-arg 0 "run-mode" "Interactive, non-interactive")
+ (proc-arg 13 "image" "Input image (unused)")
+ (proc-arg 16 "drawable" "Input drawable")
+ (proc-arg 3 "spread-amount-x" "Horizontal spread amount (0 <= spread_amount_x <= 200)")
+ (proc-arg 3 "spread-amount-y" "Vertical spread amount (0 <= spread_amount_y <= 200)")))
+(plug-in-def "/usr/lib/gimp/2.0/plug-ins/depth-merge" 1194004800
+ (proc-def "plug-in-depth-merge" 1
+ "Combine two images using depth maps (z-buffers)"
+ "Taking as input two full-color, full-alpha images and two corresponding grayscale depth maps, this plug-in combines the images based on which is closer (has a lower depth map value) at each point."
+ "Sean Cier"
+ "Sean Cier"
+ "August 1998"
+ "_Depth Merge..."
+ 1
+ (menu-path "<Image>/Filters/Combine")
+ (icon stock-id -1 "")
+ "RGB*, GRAY*"
+ 11 0
+ (proc-arg 0 "run-mode" "Interactive, non-interactive")
+ (proc-arg 13 "image" "Input image (unused)")
+ (proc-arg 16 "result" "Result")
+ (proc-arg 16 "source1" "Source 1")
+ (proc-arg 16 "source2" "Source 2")
+ (proc-arg 16 "depthMap1" "Depth map 1")
+ (proc-arg 16 "depthMap2" "Depth map 2")
+ (proc-arg 3 "overlap" "Overlap")
+ (proc-arg 3 "offset" "Depth relative offset")
+ (proc-arg 3 "scale1" "Depth relative scale 1")
+ (proc-arg 3 "scale2" "Depth relative scale 2")))
+(plug-in-def "/usr/lib/gimp/2.0/plug-ins/script-fu" 1194004800
+ (proc-def "extension-script-fu" 2
+ "A scheme interpreter for scripting GIMP operations"
+ "More help here later"
+ "Spencer Kimball & Peter Mattis"
+ "Spencer Kimball & Peter Mattis"
+ "1997"
+ ""
+ 0
+ (icon stock-id -1 "")
+ ""
+ 0 0)
+ (proc-def "plug-in-script-fu-console" 1
+ "Interactive console for Script-Fu development"
+ "Provides an interface which allows interactive scheme development."
+ "Spencer Kimball & Peter Mattis"
+ "Spencer Kimball & Peter Mattis"
+ "1997"
+ "_Console"
+ 1
+ (menu-path "<Image>/Filters/Languages/Script-Fu")
+ (icon stock-id -1 "")
+ ""
+ 1 0
+ (proc-arg 0 "run-mode" "Interactive, [non-interactive]"))
+ (proc-def "plug-in-script-fu-text-console" 1
+ "Provides a text console mode for script-fu development"
+ "Provides an interface which allows interactive scheme development."
+ "Spencer Kimball & Peter Mattis"
+ "Spencer Kimball & Peter Mattis"
+ "1997"
+ ""
+ 0
+ (icon stock-id -1 "")
+ ""
+ 1 0
+ (proc-arg 0 "run-mode" "Interactive, [non-interactive]"))
+ (proc-def "plug-in-script-fu-server" 1
+ "Server for remote Script-Fu operation"
+ "Provides a server for remote script-fu operation"
+ "Spencer Kimball & Peter Mattis"
+ "Spencer Kimball & Peter Mattis"
+ "1997"
+ "_Start Server..."
+ 1
+ (menu-path "<Image>/Filters/Languages/Script-Fu")
+ (icon stock-id -1 "")
+ ""
+ 3 0
+ (proc-arg 0 "run-mode" "[Interactive], non-interactive")
+ (proc-arg 0 "port" "The port on which to listen for requests")
+ (proc-arg 4 "logfile" "The file to log server activity to"))
+ (proc-def "plug-in-script-fu-eval" 1
+ "Evaluate scheme code"
+ "Evaluate the code under the scheme interpreter (primarily for batch mode)"
+ "Manish Singh"
+ "Manish Singh"
+ "1998"
+ ""
+ 0
+ (icon stock-id -1 "")
+ ""
+ 2 0
+ (proc-arg 0 "run-mode" "[Interactive], non-interactive")
+ (proc-arg 4 "code" "The code to evaluate"))
+ (locale-def "gimp20-script-fu"))
+(plug-in-def "/usr/lib/gimp/2.0/plug-ins/file-glob" 1194004800
+ (proc-def "file-glob" 1
+ "Returns a list of matching filenames"
+ "This can be useful in scripts and other plugins (e.g., batch-conversion). See the glob(7) manpage for more info. Note however that this isn't a full-featured glob implementation. It only handles simple patterns like \"/home/foo/bar/*.jpg\"."
+ "Sven Neumann"
+ "Sven Neumann"
+ "2004"
+ ""
+ 0
+ (icon stock-id -1 "")
+ ""
+ 2 2
+ (proc-arg 4 "pattern" "The glob pattern (in UTF-8 encoding)")
+ (proc-arg 0 "encoding" "Encoding of the returned names: { UTF-8 (0), filename encoding (1) }")
+ (proc-arg 0 "num-files" "The number of returned names")
+ (proc-arg 9 "files" "The list of matching names")))
+(plug-in-def "/usr/lib/gimp/2.0/plug-ins/file-psd-save" 1194004800
+ (proc-def "file-psd-save" 1
+ "saves files in the Photoshop(tm) PSD file format"
+ "This filter saves files of Adobe Photoshop(tm) native PSD format. These files may be of any image type supported by GIMP, with or without layers, layer masks, aux channels and guides."
+ "Monigotes"
+ "Monigotes"
+ "2000"
+ "Photoshop image"
+ 0
+ (icon stock-id -1 "")
+ (save-proc
+ (extension "psd")
+ (mime-type "image/x-psd"))
+ "RGB*, GRAY*, INDEXED*"
+ 7 0
+ (proc-arg 0 "run-mode" "Interactive, non-interactive")
+ (proc-arg 13 "image" "Input image")
+ (proc-arg 16 "drawable" "Drawable to save")
+ (proc-arg 4 "filename" "The name of the file to save the image in")
+ (proc-arg 4 "raw-filename" "The name of the file to save the image in")
+ (proc-arg 0 "compression" "Compression type: { NONE (0), LZW (1), PACKBITS (2)")
+ (proc-arg 0 "fill-order" "Fill Order: { MSB to LSB (0), LSB to MSB (1)")))
+(plug-in-def "/usr/lib/gimp/2.0/plug-ins/colormap-remap" 1194004800
+ (proc-def "plug-in-colormap-remap" 1
+ "Rearrange the colormap"
+ "This procedure takes an indexed image and lets you alter the positions of colors in the colormap without visually changing the image."
+ "Mukund Sivaraman <muks@mukund.org>"
+ "Mukund Sivaraman <muks@mukund.org>"
+ "June 2006"
+ "R_earrange Colormap..."
+ 2
+ (menu-path "<Image>/Colors/Map/Colormap")
+ (menu-path "<Colormap>")
+ (icon stock-id -1 "gimp-colormap")
+ "INDEXED*"
+ 5 0
+ (proc-arg 0 "run-mode" "Interactive, non-interactive")
+ (proc-arg 13 "image" "Input image")
+ (proc-arg 16 "drawable" "Input drawable")
+ (proc-arg 0 "num-colors" "Length of `map' argument (should be equal to colormap size)")
+ (proc-arg 7 "map" "Remap array for the colormap"))
+ (proc-def "plug-in-colormap-swap" 1
+ "Swap two colors in the colormap"
+ "This procedure takes an indexed image and lets you swap the positions of two colors in the colormap without visually changing the image."
+ "Mukund Sivaraman <muks@mukund.org>"
+ "Mukund Sivaraman <muks@mukund.org>"
+ "June 2006"
+ "_Swap Colors"
+ 0
+ (icon stock-id -1 "")
+ "INDEXED*"
+ 5 0
+ (proc-arg 0 "run-mode" "Non-interactive")
+ (proc-arg 13 "image" "Input image")
+ (proc-arg 16 "drawable" "Input drawable")
+ (proc-arg 2 "index1" "First index in the colormap")
+ (proc-arg 2 "index2" "Second (other) index in the colormap")))
+(plug-in-def "/usr/lib/gimp/2.0/plug-ins/file-png" 1194004800
+ (proc-def "file-png-load" 1
+ "Loads files in PNG file format"
+ "This plug-in loads Portable Network Graphics (PNG) files."
+ "Michael Sweet <mike@easysw.com>, Daniel Skarda <0rfelyus@atrey.karlin.mff.cuni.cz>"
+ "Michael Sweet <mike@easysw.com>, Daniel Skarda <0rfelyus@atrey.karlin.mff.cuni.cz>, Nick Lamb <njl195@zepler.org.uk>"
+ "1.3.4 - 03 September 2002"
+ "PNG image"
+ 0
+ (icon stock-id -1 "")
+ (load-proc
+ (extension "png")
+ (magic "0,string,PNG\r\n\032\n")
+ (mime-type "image/png"))
+ ""
+ 3 1
+ (proc-arg 0 "run-mode" "Interactive, non-interactive")
+ (proc-arg 4 "filename" "The name of the file to load")
+ (proc-arg 4 "raw-filename" "The name of the file to load")
+ (proc-arg 13 "image" "Output image"))
+ (proc-def "file-png-save" 1
+ "Saves files in PNG file format"
+ "This plug-in saves Portable Network Graphics (PNG) files."
+ "Michael Sweet <mike@easysw.com>, Daniel Skarda <0rfelyus@atrey.karlin.mff.cuni.cz>"
+ "Michael Sweet <mike@easysw.com>, Daniel Skarda <0rfelyus@atrey.karlin.mff.cuni.cz>, Nick Lamb <njl195@zepler.org.uk>"
+ "1.3.4 - 03 September 2002"
+ "PNG image"
+ 0
+ (icon stock-id -1 "")
+ "RGB*,GRAY*,INDEXED*"
+ 12 0
+ (proc-arg 0 "run-mode" "Interactive, non-interactive")
+ (proc-arg 13 "image" "Input image")
+ (proc-arg 16 "drawable" "Drawable to save")
+ (proc-arg 4 "filename" "The name of the file to save the image in")
+ (proc-arg 4 "raw-filename" "The name of the file to save the image in")
+ (proc-arg 0 "interlace" "Use Adam7 interlacing?")
+ (proc-arg 0 "compression" "Deflate Compression factor (0--9)")
+ (proc-arg 0 "bkgd" "Write bKGD chunk?")
+ (proc-arg 0 "gama" "Write gAMA chunk?")
+ (proc-arg 0 "offs" "Write oFFs chunk?")
+ (proc-arg 0 "phys" "Write pHYs chunk?")
+ (proc-arg 0 "time" "Write tIME chunk?"))
+ (proc-def "file-png-save2" 1
+ "Saves files in PNG file format"
+ "This plug-in saves Portable Network Graphics (PNG) files. This procedure adds 2 extra parameters to file-png-save that allows to control whether image comments are saved and whether transparent pixels are saved or nullified."
+ "Michael Sweet <mike@easysw.com>, Daniel Skarda <0rfelyus@atrey.karlin.mff.cuni.cz>"
+ "Michael Sweet <mike@easysw.com>, Daniel Skarda <0rfelyus@atrey.karlin.mff.cuni.cz>, Nick Lamb <njl195@zepler.org.uk>"
+ "1.3.4 - 03 September 2002"
+ "PNG image"
+ 0
+ (icon stock-id -1 "")
+ "RGB*,GRAY*,INDEXED*"
+ 14 0
+ (proc-arg 0 "run-mode" "Interactive, non-interactive")
+ (proc-arg 13 "image" "Input image")
+ (proc-arg 16 "drawable" "Drawable to save")
+ (proc-arg 4 "filename" "The name of the file to save the image in")
+ (proc-arg 4 "raw-filename" "The name of the file to save the image in")
+ (proc-arg 0 "interlace" "Use Adam7 interlacing?")
+ (proc-arg 0 "compression" "Deflate Compression factor (0--9)")
+ (proc-arg 0 "bkgd" "Write bKGD chunk?")
+ (proc-arg 0 "gama" "Write gAMA chunk?")
+ (proc-arg 0 "offs" "Write oFFs chunk?")
+ (proc-arg 0 "phys" "Write pHYs chunk?")
+ (proc-arg 0 "time" "Write tIME chunk?")
+ (proc-arg 0 "comment" "Write comment?")
+ (proc-arg 0 "svtrans" "Preserve color of transparent pixels?"))
+ (proc-def "file-png-save-defaults" 1
+ "Saves files in PNG file format"
+ "This plug-in saves Portable Network Graphics (PNG) files, using the default settings stored as a parasite."
+ "Michael Sweet <mike@easysw.com>, Daniel Skarda <0rfelyus@atrey.karlin.mff.cuni.cz>"
+ "Michael Sweet <mike@easysw.com>, Daniel Skarda <0rfelyus@atrey.karlin.mff.cuni.cz>, Nick Lamb <njl195@zepler.org.uk>"
+ "1.3.4 - 03 September 2002"
+ "PNG image"
+ 0
+ (icon stock-id -1 "")
+ (save-proc
+ (extension "png")
+ (mime-type "image/png"))
+ "RGB*,GRAY*,INDEXED*"
+ 5 0
+ (proc-arg 0 "run-mode" "Interactive, non-interactive")
+ (proc-arg 13 "image" "Input image")
+ (proc-arg 16 "drawable" "Drawable to save")
+ (proc-arg 4 "filename" "The name of the file to save the image in")
+ (proc-arg 4 "raw-filename" "The name of the file to save the image in"))
+ (proc-def "file-png-get-defaults" 1
+ "Get the current set of defaults used by the PNG file save plug-in"
+ "This procedure returns the current set of defaults stored as a parasite for the PNG save plug-in. These defaults are used to seed the UI, by the file_png_save_defaults procedure, and by gimp_file_save when it detects to use PNG."
+ "Michael Sweet <mike@easysw.com>, Daniel Skarda <0rfelyus@atrey.karlin.mff.cuni.cz>"
+ "Michael Sweet <mike@easysw.com>, Daniel Skarda <0rfelyus@atrey.karlin.mff.cuni.cz>, Nick Lamb <njl195@zepler.org.uk>"
+ "1.3.4 - 03 September 2002"
+ ""
+ 0
+ (icon stock-id -1 "")
+ ""
+ 0 9
+ (proc-arg 0 "interlace" "Use Adam7 interlacing?")
+ (proc-arg 0 "compression" "Deflate Compression factor (0--9)")
+ (proc-arg 0 "bkgd" "Write bKGD chunk?")
+ (proc-arg 0 "gama" "Write gAMA chunk?")
+ (proc-arg 0 "offs" "Write oFFs chunk?")
+ (proc-arg 0 "phys" "Write pHYs chunk?")
+ (proc-arg 0 "time" "Write tIME chunk?")
+ (proc-arg 0 "comment" "Write comment?")
+ (proc-arg 0 "svtrans" "Preserve color of transparent pixels?"))
+ (proc-def "file-png-set-defaults" 1
+ "Set the current set of defaults used by the PNG file save plug-in"
+ "This procedure set the current set of defaults stored as a parasite for the PNG save plug-in. These defaults are used to seed the UI, by the file_png_save_defaults procedure, and by gimp_file_save when it detects to use PNG."
+ "Michael Sweet <mike@easysw.com>, Daniel Skarda <0rfelyus@atrey.karlin.mff.cuni.cz>"
+ "Michael Sweet <mike@easysw.com>, Daniel Skarda <0rfelyus@atrey.karlin.mff.cuni.cz>, Nick Lamb <njl195@zepler.org.uk>"
+ "1.3.4 - 03 September 2002"
+ ""
+ 0
+ (icon stock-id -1 "")
+ ""
+ 9 0
+ (proc-arg 0 "interlace" "Use Adam7 interlacing?")
+ (proc-arg 0 "compression" "Deflate Compression factor (0--9)")
+ (proc-arg 0 "bkgd" "Write bKGD chunk?")
+ (proc-arg 0 "gama" "Write gAMA chunk?")
+ (proc-arg 0 "offs" "Write oFFs chunk?")
+ (proc-arg 0 "phys" "Write pHYs chunk?")
+ (proc-arg 0 "time" "Write tIME chunk?")
+ (proc-arg 0 "comment" "Write comment?")
+ (proc-arg 0 "svtrans" "Preserve color of transparent pixels?")))
+(plug-in-def "/usr/lib/gimp/2.0/plug-ins/file-ps" 1194004800
+ (proc-def "file-ps-load" 1
+ "load PostScript documents"
+ "load PostScript documents"
+ "Peter Kirchgessner <peter@kirchgessner.net>"
+ "Peter Kirchgessner"
+ "v1.17 19-Sep-2004"
+ "PostScript document"
+ 0
+ (icon stock-id -1 "")
+ (load-proc
+ (extension "ps")
+ (magic "0,string,%!,0,long,0xc5d0d3c6")
+ (mime-type "application/postscript")
+ (thumb-loader "file-ps-load-thumb"))
+ ""
+ 3 1
+ (proc-arg 0 "run-mode" "Interactive, non-interactive")
+ (proc-arg 4 "filename" "The name of the file to load")
+ (proc-arg 4 "raw-filename" "The name of the file to load")
+ (proc-arg 13 "image" "Output image"))
+ (proc-def "file-eps-load" 1
+ "load Encapsulated PostScript images"
+ "load Encapsulated PostScript images"
+ "Peter Kirchgessner <peter@kirchgessner.net>"
+ "Peter Kirchgessner"
+ "v1.17 19-Sep-2004"
+ "Encapsulated PostScript image"
+ 0
+ (icon stock-id -1 "")
+ (load-proc
+ (extension "eps")
+ (magic "0,string,%!,0,long,0xc5d0d3c6")
+ (mime-type "image/x-eps")
+ (thumb-loader "file-ps-load-thumb"))
+ ""
+ 3 1
+ (proc-arg 0 "run-mode" "Interactive, non-interactive")
+ (proc-arg 4 "filename" "The name of the file to load")
+ (proc-arg 4 "raw-filename" "The name of the file to load")
+ (proc-arg 13 "image" "Output image"))
+ (proc-def "file-ps-load-setargs" 1
+ "set additional parameters for procedure file-ps-load"
+ "set additional parameters for procedure file-ps-load"
+ "Peter Kirchgessner <peter@kirchgessner.net>"
+ "Peter Kirchgessner"
+ "v1.17 19-Sep-2004"
+ ""
+ 0
+ (icon stock-id -1 "")
+ ""
+ 8 0
+ (proc-arg 0 "resolution" "Resolution to interprete image (dpi)")
+ (proc-arg 0 "width" "Desired width")
+ (proc-arg 0 "height" "Desired height")
+ (proc-arg 0 "check-bbox" "0: Use width/height, 1: Use BoundingBox")
+ (proc-arg 4 "pages" "Pages to load (e.g.: 1,3,5-7)")
+ (proc-arg 0 "coloring" "4: b/w, 5: grey, 6: colour image, 7: automatic")
+ (proc-arg 0 "text-alpha-bits" "1, 2, or 4")
+ (proc-arg 0 "graphic-alpha-bits" "1, 2, or 4"))
+ (proc-def "file-ps-load-thumb" 1
+ "Loads a small preview from a PostScript or PDF document"
+ ""
+ "Peter Kirchgessner <peter@kirchgessner.net>"
+ "Peter Kirchgessner"
+ "v1.17 19-Sep-2004"
+ ""
+ 0
+ (icon stock-id -1 "")
+ ""
+ 2 1
+ (proc-arg 4 "filename" "The name of the file to load")
+ (proc-arg 0 "thumb-size" "Preferred thumbnail size")
+ (proc-arg 13 "image" "Output image"))
+ (proc-def "file-ps-save" 1
+ "save image as PostScript docuement"
+ "PostScript saving handles all image types except those with alpha channels."
+ "Peter Kirchgessner <peter@kirchgessner.net>"
+ "Peter Kirchgessner"
+ "v1.17 19-Sep-2004"
+ "PostScript document"
+ 0
+ (icon stock-id -1 "")
+ (save-proc
+ (extension "ps")
+ (mime-type "application/postscript"))
+ "RGB, GRAY, INDEXED"
+ 15 0
+ (proc-arg 0 "run-mode" "Interactive, non-interactive")
+ (proc-arg 13 "image" "Input image")
+ (proc-arg 16 "drawable" "Drawable to save")
+ (proc-arg 4 "filename" "The name of the file to save the image in")
+ (proc-arg 4 "raw-filename" "The name of the file to save the image in")
+ (proc-arg 3 "width" "Width of the image in PostScript file (0: use input image size)")
+ (proc-arg 3 "height" "Height of image in PostScript file (0: use input image size)")
+ (proc-arg 3 "x-offset" "X-offset to image from lower left corner")
+ (proc-arg 3 "y-offset" "Y-offset to image from lower left corner")
+ (proc-arg 0 "unit" "Unit for width/height/offset. 0: inches, 1: millimeters")
+ (proc-arg 0 "keep-ratio" "0: use width/height, 1: keep aspect ratio")
+ (proc-arg 0 "rotation" "0, 90, 180, 270")
+ (proc-arg 0 "eps-flag" "0: PostScript, 1: Encapsulated PostScript")
+ (proc-arg 0 "preview" "0: no preview, >0: max. size of preview")
+ (proc-arg 0 "level" "1: PostScript Level 1, 2: PostScript Level 2"))
+ (proc-def "file-eps-save" 1
+ "save image as Encapsulated PostScript image"
+ "PostScript saving handles all image types except those with alpha channels."
+ "Peter Kirchgessner <peter@kirchgessner.net>"
+ "Peter Kirchgessner"
+ "v1.17 19-Sep-2004"
+ "Encapsulated PostScript image"
+ 0
+ (icon stock-id -1 "")
+ (save-proc
+ (extension "eps")
+ (mime-type "application/x-eps"))
+ "RGB, GRAY, INDEXED"
+ 15 0
+ (proc-arg 0 "run-mode" "Interactive, non-interactive")
+ (proc-arg 13 "image" "Input image")
+ (proc-arg 16 "drawable" "Drawable to save")
+ (proc-arg 4 "filename" "The name of the file to save the image in")
+ (proc-arg 4 "raw-filename" "The name of the file to save the image in")
+ (proc-arg 3 "width" "Width of the image in PostScript file (0: use input image size)")
+ (proc-arg 3 "height" "Height of image in PostScript file (0: use input image size)")
+ (proc-arg 3 "x-offset" "X-offset to image from lower left corner")
+ (proc-arg 3 "y-offset" "Y-offset to image from lower left corner")
+ (proc-arg 0 "unit" "Unit for width/height/offset. 0: inches, 1: millimeters")
+ (proc-arg 0 "keep-ratio" "0: use width/height, 1: keep aspect ratio")
+ (proc-arg 0 "rotation" "0, 90, 180, 270")
+ (proc-arg 0 "eps-flag" "0: PostScript, 1: Encapsulated PostScript")
+ (proc-arg 0 "preview" "0: no preview, >0: max. size of preview")
+ (proc-arg 0 "level" "1: PostScript Level 1, 2: PostScript Level 2")))
+(plug-in-def "/usr/lib/gimp/2.0/plug-ins/max-rgb" 1194004800
+ (proc-def "plug-in-max-rgb" 1
+ "Reduce image to pure red, green, and blue"
+ "There's no help yet."
+ "Shuji Narazaki (narazaki@InetQ.or.jp)"
+ "Shuji Narazaki"
+ "May 2000"
+ "Maxim_um RGB..."
+ 1
+ (menu-path "<Image>/Colors/Modify")
+ (icon stock-id -1 "")
+ "RGB*"
+ 4 0
+ (proc-arg 0 "run-mode" "Interactive, non-interactive")
+ (proc-arg 13 "image" "Input image (not used)")
+ (proc-arg 16 "drawable" "Input drawable")
+ (proc-arg 0 "max-p" "1 for maximizing, 0 for minimizing")))
+(plug-in-def "/usr/lib/gimp/2.0/plug-ins/contrast-normalize" 1194004800
+ (proc-def "plug-in-normalize" 1
+ "Stretch brightness values to cover the full range"
+ "This plugin performs almost the same operation as the 'contrast autostretch' plugin, except that it won't allow the color channels to normalize independently. This is actually what most people probably want instead of contrast-autostretch; use c-a only if you wish to remove an undesirable color-tint from a source image which is supposed to contain pure-white and pure-black."
+ "Adam D. Moss, Federico Mena Quintero"
+ "Adam D. Moss, Federico Mena Quintero"
+ "1997"
+ "_Normalize"
+ 1
+ (menu-path "<Image>/Colors/Auto")
+ (icon stock-id -1 "")
+ "RGB*, GRAY*, INDEXED*"
+ 3 0
+ (proc-arg 0 "run-mode" "Interactive, non-interactive")
+ (proc-arg 13 "image" "Input image")
+ (proc-arg 16 "drawable" "Input drawable")))
+(plug-in-def "/usr/lib/gimp/2.0/plug-ins/color-enhance" 1194004800
+ (proc-def "plug-in-color-enhance" 1
+ "Stretch color saturation to cover maximum possible range"
+ "This simple plug-in does an automatic saturation stretch. For each channel in the image, it finds the minimum and maximum values... it uses those values to stretch the individual histograms to the full range. For some images it may do just what you want; for others it may not work that well. This version differs from Contrast Autostretch in that it works in HSV space, and preserves hue."
+ "Martin Weber"
+ "Martin Weber"
+ "1997"
+ "_Color Enhance"
+ 1
+ (menu-path "<Image>/Colors/Auto")
+ (icon stock-id -1 "")
+ "RGB*, INDEXED*"
+ 3 0
+ (proc-arg 0 "run-mode" "Interactive, non-interactive")
+ (proc-arg 13 "image" "Input image")
+ (proc-arg 16 "drawable" "Input drawable")))
+(plug-in-def "/usr/lib/gimp/2.0/plug-ins/iwarp" 1194004800
+ (proc-def "plug-in-iwarp" 1
+ "Use mouse control to warp image areas"
+ "Interactive warping of the specified drawable"
+ "Norbert Schmitz"
+ "Norbert Schmitz"
+ "1997"
+ "_IWarp..."
+ 1
+ (menu-path "<Image>/Filters/Distorts")
+ (icon stock-id -1 "")
+ "RGB*, GRAY*"
+ 3 0
+ (proc-arg 0 "run-mode" "Interactive, non-interactive")
+ (proc-arg 13 "image" "Input image (unused)")
+ (proc-arg 16 "drawable" "Input drawable")))
+(plug-in-def "/usr/lib/gimp/2.0/plug-ins/illusion" 1194004800
+ (proc-def "plug-in-illusion" 1
+ "Superimpose many altered copies of the image"
+ "produce illusion"
+ "Hirotsuna Mizuno <s1041150@u-aizu.ac.jp>"
+ "Hirotsuna Mizuno"
+ "v0.8 (May 14 2000)"
+ "_Illusion..."
+ 1
+ (menu-path "<Image>/Filters/Map")
+ (icon stock-id -1 "")
+ "RGB*, GRAY*"
+ 5 0
+ (proc-arg 0 "run-mode" "interactive / non-interactive")
+ (proc-arg 13 "image" "input image")
+ (proc-arg 16 "drawable" "input drawable")
+ (proc-arg 0 "division" "the number of divisions")
+ (proc-arg 0 "type" "illusion type (0=type1, 1=type2)")))
+(plug-in-def "/usr/lib/gimp/2.0/plug-ins/pagecurl" 1194004800
+ (proc-def "plug-in-pagecurl" 1
+ "Curl up one of the image corners"
+ "This plug-in creates a pagecurl-effect."
+ "Federico Mena Quintero and Simon Budig"
+ "Federico Mena Quintero and Simon Budig"
+ "July 2004, 1.0"
+ "_Pagecurl..."
+ 1
+ (menu-path "<Image>/Filters/Distorts")
+ (icon stock-id -1 "")
+ "RGB*, GRAY*"
+ 7 1
+ (proc-arg 0 "run-mode" "Interactive (0), non-interactive (1)")
+ (proc-arg 13 "image" "Input image")
+ (proc-arg 16 "drawable" "Input drawable")
+ (proc-arg 0 "colors" "FG- and BG-Color (0), Current gradient (1), Current gradient reversed (2)")
+ (proc-arg 0 "edge" "Edge to curl (1-4, clockwise, starting in the lower right edge)")
+ (proc-arg 0 "orientation" "Vertical (0), Horizontal (1)")
+ (proc-arg 0 "shade" "Shade the region under the curl (1) or not (0)")
+ (proc-arg 14 "Curl-Layer" "The new layer with the curl.")))
+(plug-in-def "/usr/lib/gimp/2.0/plug-ins/despeckle" 1194004800
+ (proc-def "plug-in-despeckle" 1
+ "Remove speckle noise from the image"
+ "This plug-in selectively performs a median or adaptive box filter on an image."
+ "Michael Sweet <mike@easysw.com>"
+ "Copyright 1997-1998 by Michael Sweet"
+ "May 1998"
+ "Des_peckle..."
+ 1
+ (menu-path "<Image>/Filters/Enhance")
+ (icon stock-id -1 "")
+ "RGB*, GRAY*"
+ 7 0
+ (proc-arg 0 "run-mode" "Interactive, non-interactive")
+ (proc-arg 13 "image" "Input image")
+ (proc-arg 16 "drawable" "Input drawable")
+ (proc-arg 0 "radius" "Filter box radius (default = 3)")
+ (proc-arg 0 "type" "Filter type (0 = median, 1 = adaptive, 2 = recursive-median, 3 = recursive-adaptive)")
+ (proc-arg 0 "black" "Black level (-1 to 255)")
+ (proc-arg 0 "white" "White level (0 to 256)")))
+(plug-in-def "/usr/lib/gimp/2.0/plug-ins/edge-neon" 1194004800
+ (proc-def "plug-in-neon" 1
+ "Simulate the glowing boundary of a neon light"
+ "This filter works in a manner similar to the edge plug-in, but uses the first derivative of the gaussian operator to achieve resolution independence. The IIR method of calculating the effect is utilized to keep the processing time constant between large and small standard deviations."
+ "Spencer Kimball"
+ "Bit Specialists, Inc."
+ "2002"
+ "_Neon..."
+ 1
+ (menu-path "<Image>/Filters/Edge-Detect")
+ (icon stock-id -1 "")
+ "RGB*, GRAY*"
+ 5 0
+ (proc-arg 0 "run-mode" "Interactive, non-interactive")
+ (proc-arg 13 "image" "Input image (unused)")
+ (proc-arg 16 "drawable" "Input drawable")
+ (proc-arg 3 "radius" "Radius of neon effect (in pixels)")
+ (proc-arg 3 "amount" "Effect enhancement variable (0.0 - 1.0)")))
+(plug-in-def "/usr/lib/gimp/2.0/plug-ins/channel-mixer" 1194004800
+ (proc-def "plug-in-colors-channel-mixer" 1
+ "Alter colors by mixing RGB Channels"
+ "This plug-in mixes the RGB channels."
+ "Martin Guldahl <mguldahl@xmission.com>"
+ "Martin Guldahl <mguldahl@xmission.com>"
+ "2002"
+ "Channel Mi_xer..."
+ 1
+ (menu-path "<Image>/Colors/Components")
+ (icon stock-id -1 "")
+ "RGB*"
+ 13 0
+ (proc-arg 0 "run-mode" "Interactive, non-interactive")
+ (proc-arg 13 "image" "Input image (unused)")
+ (proc-arg 16 "drawable" "Input drawable")
+ (proc-arg 0 "monochrome" "Monochrome (TRUE or FALSE)")
+ (proc-arg 3 "rr-gain" "Set the red gain for the red channel")
+ (proc-arg 3 "rg-gain" "Set the green gain for the red channel")
+ (proc-arg 3 "rb-gain" "Set the blue gain for the red channel")
+ (proc-arg 3 "gr-gain" "Set the red gain for the green channel")
+ (proc-arg 3 "gg-gain" "Set the green gain for the green channel")
+ (proc-arg 3 "gb-gain" "Set the blue gain for the green channel")
+ (proc-arg 3 "br-gain" "Set the red gain for the blue channel")
+ (proc-arg 3 "bg-gain" "Set the green gain for the blue channel")
+ (proc-arg 3 "bb-gain" "Set the blue gain for the blue channel")))
+(plug-in-def "/usr/lib/gimp/2.0/plug-ins/alien-map" 1194004800
+ (proc-def "plug-in-alienmap2" 1
+ "Alter colors in various psychedelic ways"
+ "No help yet. Just try it and you'll see!"
+ "Martin Weber (martweb@gmx.net)"
+ "Martin Weber (martweb@gmx.net"
+ "24th April 1998"
+ "_Alien Map..."
+ 1
+ (menu-path "<Image>/Colors/Map")
+ (icon stock-id -1 "")
+ "RGB*"
+ 13 0
+ (proc-arg 0 "run-mode" "Interactive, non-interactive")
+ (proc-arg 13 "image" "Input image")
+ (proc-arg 16 "drawable" "Input drawable")
+ (proc-arg 3 "redfrequency" "Red/hue component frequency factor")
+ (proc-arg 3 "redangle" "Red/hue component angle factor (0-360)")
+ (proc-arg 3 "greenfrequency" "Green/saturation component frequency factor")
+ (proc-arg 3 "greenangle" "Green/saturation component angle factor (0-360)")
+ (proc-arg 3 "bluefrequency" "Blue/luminance component frequency factor")
+ (proc-arg 3 "blueangle" "Blue/luminance component angle factor (0-360)")
+ (proc-arg 2 "colormodel" "Color model (0: RGB_MODEL, 1: HSL_MODEL)")
+ (proc-arg 2 "redmode" "Red/hue application mode (TRUE, FALSE)")
+ (proc-arg 2 "greenmode" "Green/saturation application mode (TRUE, FALSE)")
+ (proc-arg 2 "bluemode" "Blue/luminance application mode (TRUE, FALSE)")))
+(plug-in-def "/usr/lib/gimp/2.0/plug-ins/color-exchange" 1194004800
+ (proc-def "plug-in-exchange" 1
+ "Swap one color with another"
+ "Exchange one color with another, optionally setting a threshold to convert from one shade to another"
+ "robert@experimental.net"
+ "robert@experimental.net"
+ "June 17th, 1997"
+ "_Color Exchange..."
+ 1
+ (menu-path "<Image>/Colors/Map")
+ (icon stock-id -1 "")
+ "RGB*"
+ 12 0
+ (proc-arg 0 "run-mode" "Interactive")
+ (proc-arg 13 "image" "Input image")
+ (proc-arg 16 "drawable" "Input drawable")
+ (proc-arg 2 "from-red" "Red value (from)")
+ (proc-arg 2 "from-green" "Green value (from)")
+ (proc-arg 2 "from-blue" "Blue value (from)")
+ (proc-arg 2 "to-red" "Red value (to)")
+ (proc-arg 2 "to-green" "Green value (to)")
+ (proc-arg 2 "to-blue" "Blue value (to)")
+ (proc-arg 2 "red-threshold" "Red threshold")
+ (proc-arg 2 "green-threshold" "Green threshold")
+ (proc-arg 2 "blue-threshold" "Blue threshold")))
+(plug-in-def "/usr/lib/gimp/2.0/plug-ins/palette-to-gradient.py" 1194004800
+ (proc-def "python-fu-palette-to-gradient" 1
+ "Create a gradient using colors from the palette"
+ "Create a new gradient using colors from the palette."
+ "Carol Spears, reproduced from previous work by Adrian Likins and Jeff Trefftz"
+ "Carol Spears"
+ "2006"
+ "Palette to _Gradient"
+ 1
+ (menu-path "<Palettes>")
+ (icon stock-id -1 "")
+ ""
+ 2 1
+ (proc-arg 0 "run-mode" "Interactive, Non-Interactive")
+ (proc-arg 4 "palette" "Palette")
+ (proc-arg 4 "new-gradient" "Result"))
+ (proc-def "python-fu-palette-to-gradient-repeating" 1
+ "Create a repeating gradient using colors from the palette"
+ "Create a new repeating gradient using colors from the palette."
+ "Carol Spears, reproduced from previous work by Adrian Likins and Jeff Trefftz"
+ "Carol Spears"
+ "2006"
+ "Palette to _Repeating Gradient"
+ 1
+ (menu-path "<Palettes>")
+ (icon stock-id -1 "")
+ ""
+ 2 1
+ (proc-arg 0 "run-mode" "Interactive, Non-Interactive")
+ (proc-arg 4 "palette" "Palette")
+ (proc-arg 4 "new-gradient" "Result"))
+ (locale-def "gimp20-python" "/usr/share/locale"))
+(plug-in-def "/usr/lib/gimp/2.0/plug-ins/python-console.py" 1194004800
+ (proc-def "python-fu-console" 1
+ "Interactive GIMP Python interpreter"
+ "Type in commands and see results"
+ "James Henstridge"
+ "James Henstridge"
+ "1997-1999"
+ "_Console"
+ 1
+ (menu-path "<Image>/Filters/Languages/Python-Fu")
+ (icon stock-id -1 "")
+ ""
+ 1 0
+ (proc-arg 0 "run-mode" "Interactive, Non-Interactive"))
+ (locale-def "gimp20-python" "/usr/share/locale"))
+(plug-in-def "/usr/lib/gimp/2.0/plug-ins/file-desktop-link" 1194004800
+ (proc-def "file-desktop-link-load" 1
+ "Follows a link to an image in a .desktop file"
+ "Opens a .desktop file and if it is a link, it asks GIMP to open the file the link points to."
+ "Sven Neumann"
+ "Sven Neumann"
+ "2006"
+ "Desktop Link"
+ 0
+ (icon stock-id -1 "")
+ (load-proc
+ (extension "desktop"))
+ ""
+ 3 1
+ (proc-arg 0 "run-mode" "Interactive, non-interactive")
+ (proc-arg 4 "filename" "The name of the file to load")
+ (proc-arg 4 "raw-filename" "The name entered")
+ (proc-arg 13 "image" "Output image")))
+(plug-in-def "/usr/lib/gimp/2.0/plug-ins/polar-coords" 1194004800
+ (proc-def "plug-in-polar-coords" 1
+ "Convert image to or from polar coordinates"
+ "Remaps and image from rectangular coordinates to polar coordinates or vice versa"
+ "Daniel Dunbar and Federico Mena Quintero"
+ "Daniel Dunbar and Federico Mena Quintero"
+ "July 1997, 0.5"
+ "P_olar Coordinates..."
+ 1
+ (menu-path "<Image>/Filters/Distorts")
+ (icon stock-id -1 "")
+ "RGB*, GRAY*"
+ 8 0
+ (proc-arg 0 "run-mode" "Interactive, non-interactive")
+ (proc-arg 13 "image" "Input image")
+ (proc-arg 16 "drawable" "Input drawable")
+ (proc-arg 3 "circle" "Circle depth in %")
+ (proc-arg 3 "angle" "Offset angle")
+ (proc-arg 0 "backwards" "Map backwards?")
+ (proc-arg 0 "inverse" "Map from top?")
+ (proc-arg 0 "polrec" "Polar to rectangular?")))
+(plug-in-def "/usr/lib/gimp/2.0/plug-ins/diffraction" 1194004800
+ (proc-def "plug-in-diffraction" 1
+ "Generate diffraction patterns"
+ "Help? What help? Real men do not need help :-)"
+ "Federico Mena Quintero"
+ "Federico Mena Quintero & David Bleecker"
+ "April 1997, 0.5"
+ "_Diffraction Patterns..."
+ 1
+ (menu-path "<Image>/Filters/Render/Pattern")
+ (icon stock-id -1 "")
+ "RGB*"
+ 15 0
+ (proc-arg 0 "run-mode" "Interactive, non-interactive")
+ (proc-arg 13 "image" "Input image")
+ (proc-arg 16 "drawable" "Input drawable")
+ (proc-arg 3 "lam-r" "Light frequency (red)")
+ (proc-arg 3 "lam-g" "Light frequency (green)")
+ (proc-arg 3 "lam-b" "Light frequency (blue)")
+ (proc-arg 3 "contour-r" "Number of contours (red)")
+ (proc-arg 3 "contour-g" "Number of contours (green)")
+ (proc-arg 3 "contour-b" "Number of contours (blue)")
+ (proc-arg 3 "edges-r" "Number of sharp edges (red)")
+ (proc-arg 3 "edges-g" "Number of sharp edges (green)")
+ (proc-arg 3 "edges-b" "Number of sharp edges (blue)")
+ (proc-arg 3 "brightness" "Brightness and shifting/fattening of contours")
+ (proc-arg 3 "scattering" "Scattering (Speed vs. quality)")
+ (proc-arg 3 "polarization" "Polarization")))
+(plug-in-def "/usr/lib/gimp/2.0/plug-ins/gee-zoom" 1194004800
+ (proc-def "plug-in-the-old-egg" 1
+ "A big hello from the GIMP team!"
+ "Hay-ulp"
+ "Adam D. Moss <adam@gimp.org>"
+ "Adam D. Moss <adam@gimp.org>"
+ "1998"
+ "Gee Zoom"
+ 0
+ (icon stock-id -1 "")
+ "RGB*, INDEXED*, GRAY*"
+ 3 0
+ (proc-arg 0 "run-mode" "Must be interactive (1)")
+ (proc-arg 13 "image" "Input Image")
+ (proc-arg 16 "drawable" "Input Drawable")))
+(plug-in-def "/usr/lib/gimp/2.0/plug-ins/file-gif-load" 1194004800
+ (proc-def "file-gif-load" 1
+ "Loads files of Compuserve GIF file format"
+ "FIXME: write help for gif_load"
+ "Spencer Kimball, Peter Mattis, Adam Moss, David Koblas"
+ "Spencer Kimball, Peter Mattis, Adam Moss, David Koblas"
+ "1995-2006"
+ "GIF image"
+ 0
+ (icon stock-id -1 "")
+ (load-proc
+ (extension "gif")
+ (magic "0,string,GIF8")
+ (mime-type "image/gif")
+ (thumb-loader "file-gif-load-thumb"))
+ ""
+ 3 1
+ (proc-arg 0 "run-mode" "Interactive, non-interactive")
+ (proc-arg 4 "filename" "The name of the file to load")
+ (proc-arg 4 "raw-filename" "The name entered")
+ (proc-arg 13 "image" "Output image"))
+ (proc-def "file-gif-load-thumb" 1
+ "Loads only the first frame of a GIF image, to be used as a thumbnail"
+ ""
+ "Sven Neumann"
+ "Sven Neumann"
+ "2006"
+ ""
+ 0
+ (icon stock-id -1 "")
+ ""
+ 2 1
+ (proc-arg 4 "filename" "The name of the file to load")
+ (proc-arg 0 "thumb-size" "Preferred thumbnail size")
+ (proc-arg 13 "image" "Output image")))
+(plug-in-def "/usr/lib/gimp/2.0/plug-ins/tile-glass" 1194004800
+ (proc-def "plug-in-glasstile" 1
+ "Simulate distortion caused by square glass tiles"
+ "Divide the image into square glassblocks in which the image is refracted."
+ "Karl-Johan Andersson"
+ "Karl-Johan Andersson"
+ "May 2000"
+ "_Glass Tile..."
+ 1
+ (menu-path "<Image>/Filters/Light and Shadow/Glass")
+ (icon stock-id -1 "")
+ "RGB*, GRAY*"
+ 5 0
+ (proc-arg 0 "run-mode" "Interactive, non-interactive")
+ (proc-arg 13 "image" "Input image (unused)")
+ (proc-arg 16 "drawable" "Input drawable")
+ (proc-arg 0 "tilex" "Tile width (10 - 50)")
+ (proc-arg 0 "tiley" "Tile height (10 - 50)")))
+(plug-in-def "/usr/lib/gimp/2.0/plug-ins/edge-sobel" 1194004800
+ (proc-def "plug-in-sobel" 1
+ "Specialized direction-dependent edge detection"
+ "This plugin calculates the gradient with a sobel operator. The user can specify which direction to use. When both directions are used, the result is the RMS of the two gradients; if only one direction is used, the result either the absolut value of the gradient, or 127 + gradient (if the 'keep sign' switch is on). This way, information about the direction of the gradient is preserved. Resulting images are not autoscaled."
+ "Thorsten Schnier"
+ "Thorsten Schnier"
+ "1997"
+ "_Sobel..."
+ 1
+ (menu-path "<Image>/Filters/Edge-Detect")
+ (icon stock-id -1 "")
+ "RGB*, GRAY*"
+ 6 0
+ (proc-arg 0 "run-mode" "Interactive, non-interactive")
+ (proc-arg 13 "image" "Input image (unused)")
+ (proc-arg 16 "drawable" "Input drawable")
+ (proc-arg 0 "horizontal" "Sobel in horizontal direction")
+ (proc-arg 0 "vertical" "Sobel in vertical direction")
+ (proc-arg 0 "keep-sign" "Keep sign of result (one direction only)")))
+(plug-in-def "/usr/lib/gimp/2.0/plug-ins/lens-flare" 1194004800
+ (proc-def "plug-in-flarefx" 1
+ "Add a lens flare effect"
+ "Adds a lens flare effects. Makes your image look like it was snapped with a cheap camera with a lot of lens :)"
+ "Karl-Johan Andersson"
+ "Karl-Johan Andersson"
+ "May 2000"
+ "Lens _Flare..."
+ 1
+ (menu-path "<Image>/Filters/Light and Shadow/Light")
+ (icon stock-id -1 "")
+ "RGB*"
+ 5 0
+ (proc-arg 0 "run-mode" "Interactive, non-interactive")
+ (proc-arg 13 "image" "Input image (unused)")
+ (proc-arg 16 "drawable" "Input drawable")
+ (proc-arg 0 "pos-x" "X-position")
+ (proc-arg 0 "pos-y" "Y-position")))
+(plug-in-def "/usr/lib/gimp/2.0/plug-ins/noise-hsv" 1194004800
+ (proc-def "plug-in-hsv-noise" 1
+ "Randomize hue/saturation/value independently"
+ "Scattering pixel values in HSV space"
+ "Shuji Narazaki (narazaki@InetQ.or.jp)"
+ "Shuji Narazaki"
+ "1997"
+ "HSV Noise..."
+ 1
+ (menu-path "<Image>/Filters/Noise")
+ (icon stock-id -1 "")
+ "RGB*"
+ 7 0
+ (proc-arg 0 "run-mode" "Interactive, non-interactive")
+ (proc-arg 13 "image" "Input image (not used)")
+ (proc-arg 16 "drawable" "Input drawable")
+ (proc-arg 0 "holdness" "convolution strength")
+ (proc-arg 0 "hue-distance" "scattering of hue angle [0,180]")
+ (proc-arg 0 "saturation-distance" "distribution distance on saturation axis [0,255]")
+ (proc-arg 0 "value-distance" "distribution distance on value axis [0,255]"))
+ (proc-def "plug-in-scatter-hsv" 1
+ "Scattering pixel values in HSV space"
+ "Scattering pixel values in HSV space"
+ "Shuji Narazaki (narazaki@InetQ.or.jp)"
+ "Shuji Narazaki"
+ "1997"
+ ""
+ 0
+ (icon stock-id -1 "")
+ "RGB*"
+ 7 0
+ (proc-arg 0 "run-mode" "Interactive, non-interactive")
+ (proc-arg 13 "image" "Input image (not used)")
+ (proc-arg 16 "drawable" "Input drawable")
+ (proc-arg 0 "holdness" "convolution strength")
+ (proc-arg 0 "hue-distance" "scattering of hue angle [0,180]")
+ (proc-arg 0 "saturation-distance" "distribution distance on saturation axis [0,255]")
+ (proc-arg 0 "value-distance" "distribution distance on value axis [0,255]")))
+(plug-in-def "/usr/lib/gimp/2.0/plug-ins/blur-motion" 1194004800
+ (proc-def "plug-in-mblur" 1
+ "Simulate movement using directional blur"
+ "This plug-in simulates the effect seen when photographing a moving object at a slow shutter speed. Done by adding multiple displaced copies."
+ "Torsten Martinsen, Federico Mena Quintero, Daniel Skarda, Joerg Gittinger"
+ "Torsten Martinsen, Federico Mena Quintero, Daniel Skarda, Joerg Gittinger"
+ "May 2007, 1.3"
+ "_Motion Blur..."
+ 1
+ (menu-path "<Image>/Filters/Blur")
+ (icon stock-id -1 "")
+ "RGB*, GRAY*"
+ 8 0
+ (proc-arg 0 "run-mode" "Interactive, non-interactive")
+ (proc-arg 13 "image" "Input image")
+ (proc-arg 16 "drawable" "Input drawable")
+ (proc-arg 0 "type" "Type of motion blur (0 - linear, 1 - radial, 2 - zoom)")
+ (proc-arg 0 "length" "Length")
+ (proc-arg 0 "angle" "Angle")
+ (proc-arg 3 "center-x" "Center X (optional)")
+ (proc-arg 3 "center-y" "Center Y (optional)"))
+ (proc-def "plug-in-mblur-inward" 1
+ "Simulate movement using directional blur"
+ "This procedure is equivalent to plug-in-mblur but performs the zoom blur inward instead of outward."
+ "Torsten Martinsen, Federico Mena Quintero, Daniel Skarda, Joerg Gittinger"
+ "Torsten Martinsen, Federico Mena Quintero, Daniel Skarda, Joerg Gittinger"
+ "May 2007, 1.3"
+ "_Motion Blur..."
+ 0
+ (icon stock-id -1 "")
+ "RGB*, GRAY*"
+ 8 0
+ (proc-arg 0 "run-mode" "Interactive, non-interactive")
+ (proc-arg 13 "image" "Input image")
+ (proc-arg 16 "drawable" "Input drawable")
+ (proc-arg 0 "type" "Type of motion blur (0 - linear, 1 - radial, 2 - zoom)")
+ (proc-arg 0 "length" "Length")
+ (proc-arg 0 "angle" "Angle")
+ (proc-arg 3 "center-x" "Center X (optional)")
+ (proc-arg 3 "center-y" "Center Y (optional)")))
+(plug-in-def "/usr/lib/gimp/2.0/plug-ins/file-pat" 1194004800
+ (proc-def "file-pat-load" 1
+ "Loads Gimp's .PAT pattern files"
+ "The images in the pattern dialog can be loaded directly with this plug-in"
+ "Tim Newsome"
+ "Tim Newsome"
+ "1997"
+ "GIMP pattern"
+ 0
+ (icon stock-id -1 "gimp-tool-bucket-fill")
+ (load-proc
+ (extension "pat")
+ (magic "20,string,GPAT")
+ (mime-type "image/x-gimp-pat"))
+ ""
+ 3 1
+ (proc-arg 0 "run-mode" "Interactive, non-interactive")
+ (proc-arg 4 "filename" "The name of the file to load")
+ (proc-arg 4 "raw-filename" "The name of the file to load")
+ (proc-arg 13 "image" "Output image"))
+ (proc-def "file-pat-save" 1
+ "Saves Gimp pattern file (.PAT)"
+ "New Gimp patterns can be created by saving them in the appropriate place with this plug-in."
+ "Tim Newsome"
+ "Tim Newsome"
+ "1997"
+ "GIMP pattern"
+ 0
+ (icon stock-id -1 "gimp-tool-bucket-fill")
+ (save-proc
+ (extension "pat")
+ (mime-type "image/x-gimp-pat"))
+ "RGB*, GRAY*"
+ 6 0
+ (proc-arg 0 "run-mode" "Interactive, non-interactive")
+ (proc-arg 13 "image" "Input image")
+ (proc-arg 16 "drawable" "Drawable to save")
+ (proc-arg 4 "filename" "The name of the file to save the image in")
+ (proc-arg 4 "raw-filename" "The name of the file to save the image in")
+ (proc-arg 4 "description" "Short description of the pattern")))
+(plug-in-def "/usr/lib/gimp/2.0/plug-ins/metadata" 1194004800
+ (proc-def "plug-in-metadata-decode-xmp" 1
+ "Decode an XMP packet"
+ "Parse an XMP packet and merge the results with any metadata already attached to the image. This should be used when an XMP packet is read from an image file."
+ "Raphaël Quinet <raphael@gimp.org>"
+ "Raphaël Quinet <raphael@gimp.org>"
+ "2005"
+ ""
+ 0
+ (icon stock-id -1 "")
+ ""
+ 2 0
+ (proc-arg 13 "image" "Input image")
+ (proc-arg 4 "xmp" "XMP packet"))
+ (proc-def "plug-in-metadata-encode-xmp" 1
+ "Encode metadata into an XMP packet"
+ "Generate an XMP packet from the metadata information attached to the image. The new XMP packet can then be saved into a file."
+ "Raphaël Quinet <raphael@gimp.org>"
+ "Raphaël Quinet <raphael@gimp.org>"
+ "2005"
+ ""
+ 0
+ (icon stock-id -1 "")
+ ""
+ 1 1
+ (proc-arg 13 "image" "Input image")
+ (proc-arg 4 "xmp" "XMP packet"))
+ (proc-def "plug-in-metadata-get" 1
+ "Retrieve the values of an XMP property"
+ "Retrieve the list of values associated with an XMP property."
+ "Raphaël Quinet <raphael@gimp.org>"
+ "Raphaël Quinet <raphael@gimp.org>"
+ "2005"
+ ""
+ 0
+ (icon stock-id -1 "")
+ ""
+ 3 3
+ (proc-arg 13 "image" "Input image")
+ (proc-arg 4 "schema" "XMP schema prefix or URI")
+ (proc-arg 4 "property" "XMP property name")
+ (proc-arg 0 "type" "XMP property type")
+ (proc-arg 0 "num-vals" "number of values")
+ (proc-arg 9 "vals" "XMP property values"))
+ (proc-def "plug-in-metadata-set" 1
+ "Set the values of an XMP property"
+ "Set the list of values associated with an XMP property. If a property with the same name already exists, it will be replaced."
+ "Raphaël Quinet <raphael@gimp.org>"
+ "Raphaël Quinet <raphael@gimp.org>"
+ "2005"
+ ""
+ 0
+ (icon stock-id -1 "")
+ ""
+ 6 0
+ (proc-arg 13 "image" "Input image")
+ (proc-arg 4 "schema" "XMP schema prefix or URI")
+ (proc-arg 4 "property" "XMP property name")
+ (proc-arg 0 "type" "XMP property type")
+ (proc-arg 0 "num-vals" "number of values")
+ (proc-arg 9 "vals" "XMP property values"))
+ (proc-def "plug-in-metadata-get-simple" 1
+ "Retrieve the value of an XMP property"
+ "Retrieve value associated with a scalar XMP property. This can only be done for simple property types such as text or integers. Structured types must be retrieved with plug_in_metadata_get()."
+ "Raphaël Quinet <raphael@gimp.org>"
+ "Raphaël Quinet <raphael@gimp.org>"
+ "2005"
+ ""
+ 0
+ (icon stock-id -1 "")
+ ""
+ 3 1
+ (proc-arg 13 "image" "Input image")
+ (proc-arg 4 "schema" "XMP schema prefix or URI")
+ (proc-arg 4 "property" "XMP property name")
+ (proc-arg 4 "value" "XMP property value"))
+ (proc-def "plug-in-metadata-set-simple" 1
+ "Set the value of an XMP property"
+ "Set the value of a scalar XMP property. This can only be done for simple property types such as text or integers. Structured types need to be set with plug_in_metadata_set()."
+ "Raphaël Quinet <raphael@gimp.org>"
+ "Raphaël Quinet <raphael@gimp.org>"
+ "2005"
+ ""
+ 0
+ (icon stock-id -1 "")
+ ""
+ 4 0
+ (proc-arg 13 "image" "Input image")
+ (proc-arg 4 "schema" "XMP schema prefix or URI")
+ (proc-arg 4 "property" "XMP property name")
+ (proc-arg 4 "value" "XMP property value"))
+ (proc-def "plug-in-metadata-import" 1
+ "Import XMP from a file into the current image"
+ "Load an XMP packet from a file and import it into the current image. This can be used to add a license statement or some other predefined metadata to an image"
+ "Raphaël Quinet <raphael@gimp.org>"
+ "Raphaël Quinet <raphael@gimp.org>"
+ "2005"
+ ""
+ 0
+ (icon stock-id -1 "")
+ ""
+ 2 0
+ (proc-arg 13 "image" "Input image")
+ (proc-arg 4 "filename" "The name of the XMP file to import"))
+ (proc-def "plug-in-metadata-export" 1
+ "Export XMP from the current image to a file"
+ "Export the metadata associated with the current image into a file. The metadata will be saved as an XMP packet. If overwrite is TRUE, then any existing file will be overwritten without warning. If overwrite is FALSE, then an error will occur if the file already exists."
+ "Raphaël Quinet <raphael@gimp.org>"
+ "Raphaël Quinet <raphael@gimp.org>"
+ "2005"
+ ""
+ 0
+ (icon stock-id -1 "")
+ ""
+ 3 0
+ (proc-arg 13 "image" "Input image")
+ (proc-arg 4 "filename" "The name of the file to save the XMP packet in")
+ (proc-arg 0 "overwrite" "Overwrite existing file: { FALSE (0), TRUE (1) }")))
+(plug-in-def "/usr/lib/gimp/2.0/plug-ins/file-mng" 1194004800
+ (proc-def "file-mng-save" 1
+ "Saves images in the MNG file format"
+ "This plug-in saves images in the Multiple-image Network Graphics (MNG) format which can be used as a replacement for animated GIFs, and more."
+ "Mukund Sivaraman <muks@mukund.org>"
+ "Mukund Sivaraman <muks@mukund.org>"
+ "November 19, 2002"
+ "MNG animation"
+ 0
+ (icon stock-id -1 "")
+ (save-proc
+ (extension "mng")
+ (mime-type "image/x-mng"))
+ "RGB*,GRAY*,INDEXED*"
+ 17 0
+ (proc-arg 0 "run-mode" "Interactive, non-interactive")
+ (proc-arg 13 "image" "Input image")
+ (proc-arg 16 "drawable" "Drawable to save")
+ (proc-arg 4 "filename" "The name of the file to save the image in")
+ (proc-arg 4 "raw-filename" "The name of the file to save the image in")
+ (proc-arg 0 "interlace" "Use interlacing")
+ (proc-arg 0 "compression" "PNG deflate compression level (0 - 9)")
+ (proc-arg 3 "quality" "JPEG quality factor (0.00 - 1.00)")
+ (proc-arg 3 "smoothing" "JPEG smoothing factor (0.00 - 1.00)")
+ (proc-arg 0 "loop" "(ANIMATED MNG) Loop infinitely")
+ (proc-arg 0 "default-delay" "(ANIMATED MNG) Default delay between frames in milliseconds")
+ (proc-arg 0 "default-chunks" "(ANIMATED MNG) Default chunks type (0 = PNG + Delta PNG; 1 = JNG + Delta PNG; 2 = All PNG; 3 = All JNG)")
+ (proc-arg 0 "default-dispose" "(ANIMATED MNG) Default dispose type (0 = combine; 1 = replace)")
+ (proc-arg 0 "bkgd" "Write bKGD (background color) chunk")
+ (proc-arg 0 "gama" "Write gAMA (gamma) chunk")
+ (proc-arg 0 "phys" "Write pHYs (image resolution) chunk")
+ (proc-arg 0 "time" "Write tIME (creation time) chunk")))
+(plug-in-def "/usr/lib/gimp/2.0/plug-ins/value-invert" 1194004800
+ (proc-def "plug-in-vinvert" 1
+ "Invert the brightness of each pixel"
+ "This function takes an indexed/RGB image and inverts its 'value' in HSV space. The upshot of this is that the color and saturation at any given point remains the same, but its brightness is effectively inverted. Quite strange. Sometimes produces unpleasant color artifacts on images from lossy sources (ie. JPEG)."
+ "Adam D. Moss (adam@foxbox.org), Mukund Sivaraman <muks@mukund.org>"
+ "Adam D. Moss (adam@foxbox.org), Mukund Sivaraman <muks@mukund.org>"
+ "27th March 1997, 12th June 2006"
+ "_Value Invert"
+ 1
+ (menu-path "<Image>/Colors/Invert")
+ (icon stock-id -1 "")
+ "RGB*, INDEXED*"
+ 3 0
+ (proc-arg 0 "run-mode" "Interactive, non-interactive")
+ (proc-arg 13 "image" "Input image (used for indexed images)")
+ (proc-arg 16 "drawable" "Input drawable")))
+(plug-in-def "/usr/lib/gimp/2.0/plug-ins/file-bmp" 1194004800
+ (proc-def "file-bmp-load" 1
+ "Loads files of Windows BMP file format"
+ "Loads files of Windows BMP file format"
+ "Alexander Schulz"
+ "Alexander Schulz"
+ "1997"
+ "Windows BMP image"
+ 0
+ (icon stock-id -1 "")
+ (load-proc
+ (extension "bmp")
+ (magic "0,string,BM")
+ (mime-type "image/bmp"))
+ ""
+ 3 1
+ (proc-arg 0 "run-mode" "Interactive, non-interactive")
+ (proc-arg 4 "filename" "The name of the file to load")
+ (proc-arg 4 "raw-filename" "The name entered")
+ (proc-arg 13 "image" "Output image"))
+ (proc-def "file-bmp-save" 1
+ "Saves files in Windows BMP file format"
+ "Saves files in Windows BMP file format"
+ "Alexander Schulz"
+ "Alexander Schulz"
+ "1997"
+ "Windows BMP image"
+ 0
+ (icon stock-id -1 "")
+ (save-proc
+ (extension "bmp")
+ (mime-type "image/bmp"))
+ "INDEXED, GRAY, RGB*"
+ 5 0
+ (proc-arg 0 "run-mode" "Interactive, non-interactive")
+ (proc-arg 13 "image" "Input image")
+ (proc-arg 16 "drawable" "Drawable to save")
+ (proc-arg 4 "filename" "The name of the file to save the image in")
+ (proc-arg 4 "raw-filename" "The name entered")))
+(plug-in-def "/usr/lib/gimp/2.0/plug-ins/file-jpeg" 1194004800
+ (proc-def "file-jpeg-load" 1
+ "loads files in the JPEG file format"
+ "loads files in the JPEG file format"
+ "Spencer Kimball, Peter Mattis & others"
+ "Spencer Kimball & Peter Mattis"
+ "1995-2007"
+ "JPEG image"
+ 0
+ (icon stock-id -1 "")
+ (load-proc
+ (extension "jpg,jpeg,jpe")
+ (magic "6,string,JFIF,6,string,Exif")
+ (mime-type "image/jpeg")
+ (thumb-loader "file-jpeg-load-thumb"))
+ ""
+ 3 1
+ (proc-arg 0 "run-mode" "Interactive, non-interactive")
+ (proc-arg 4 "filename" "The name of the file to load")
+ (proc-arg 4 "raw-filename" "The name of the file to load")
+ (proc-arg 13 "image" "Output image"))
+ (proc-def "file-jpeg-load-thumb" 1
+ "Loads a thumbnail from a JPEG image"
+ "Loads a thumbnail from a JPEG image (only if it exists)"
+ "Mukund Sivaraman <muks@mukund.org>, Sven Neumann <sven@gimp.org>"
+ "Mukund Sivaraman <muks@mukund.org>, Sven Neumann <sven@gimp.org>"
+ "November 15, 2004"
+ ""
+ 0
+ (icon stock-id -1 "")
+ ""
+ 2 3
+ (proc-arg 4 "filename" "The name of the file to load")
+ (proc-arg 0 "thumb-size" "Preferred thumbnail size")
+ (proc-arg 13 "image" "Thumbnail image")
+ (proc-arg 0 "image-width" "Width of full-sized image")
+ (proc-arg 0 "image-height" "Height of full-sized image"))
+ (proc-def "file-jpeg-save" 1
+ "saves files in the JPEG file format"
+ "saves files in the lossy, widely supported JPEG format"
+ "Spencer Kimball, Peter Mattis & others"
+ "Spencer Kimball & Peter Mattis"
+ "1995-2007"
+ "JPEG image"
+ 0
+ (icon stock-id -1 "")
+ (save-proc
+ (extension "jpg,jpeg,jpe")
+ (mime-type "image/jpeg"))
+ "RGB*, GRAY*"
+ 14 0
+ (proc-arg 0 "run-mode" "Interactive, non-interactive")
+ (proc-arg 13 "image" "Input image")
+ (proc-arg 16 "drawable" "Drawable to save")
+ (proc-arg 4 "filename" "The name of the file to save the image in")
+ (proc-arg 4 "raw-filename" "The name of the file to save the image in")
+ (proc-arg 3 "quality" "Quality of saved image (0 <= quality <= 1)")
+ (proc-arg 3 "smoothing" "Smoothing factor for saved image (0 <= smoothing <= 1)")
+ (proc-arg 0 "optimize" "Optimization of entropy encoding parameters (0/1)")
+ (proc-arg 0 "progressive" "Enable progressive jpeg image loading (0/1)")
+ (proc-arg 4 "comment" "Image comment")
+ (proc-arg 0 "subsmp" "The subsampling option number")
+ (proc-arg 0 "baseline" "Force creation of a baseline JPEG (non-baseline JPEGs can't be read by all decoders) (0/1)")
+ (proc-arg 0 "restart" "Frequency of restart markers (in rows, 0 = no restart markers)")
+ (proc-arg 0 "dct" "DCT algorithm to use (speed/quality tradeoff)")))
+(plug-in-def "/usr/lib/gimp/2.0/plug-ins/cubism" 1194004800
+ (proc-def "plug-in-cubism" 1
+ "Convert the image into randomly rotated square blobs"
+ "Help not yet written for this plug-in"
+ "Spencer Kimball & Tracy Scott"
+ "Spencer Kimball & Tracy Scott"
+ "1996"
+ "_Cubism..."
+ 1
+ (menu-path "<Image>/Filters/Artistic")
+ (icon stock-id -1 "")
+ "RGB*, GRAY*"
+ 6 0
+ (proc-arg 0 "run-mode" "Interactive, non-interactive")
+ (proc-arg 13 "image" "Input image")
+ (proc-arg 16 "drawable" "Input drawable")
+ (proc-arg 3 "tile-size" "Average diameter of each tile (in pixels)")
+ (proc-arg 3 "tile-saturation" "Expand tiles by this amount")
+ (proc-arg 0 "bg-color" "Background color: { BLACK (0), BG (1) }")))
+(plug-in-def "/usr/lib/gimp/2.0/plug-ins/threshold-alpha" 1194004800
+ (proc-def "plug-in-threshold-alpha" 1
+ "Make transparency all-or-nothing"
+ ""
+ "Shuji Narazaki (narazaki@InetQ.or.jp)"
+ "Shuji Narazaki"
+ "1997"
+ "_Threshold Alpha..."
+ 1
+ (menu-path "<Image>/Layer/Transparency/Modify")
+ (icon stock-id -1 "")
+ "RGBA,GRAYA"
+ 4 0
+ (proc-arg 0 "run-mode" "Interactive, non-interactive")
+ (proc-arg 13 "image" "Input image (not used)")
+ (proc-arg 16 "drawable" "Input drawable")
+ (proc-arg 0 "threshold" "Threshold")))
+(plug-in-def "/usr/lib/gimp/2.0/plug-ins/gimpressionist" 1194004800
+ (proc-def "plug-in-gimpressionist" 1
+ "Performs various artistic operations"
+ "Performs various artistic operations on an image"
+ "Vidar Madsen <vidar@prosalg.no>"
+ "Vidar Madsen"
+ "v1.0, November 2003"
+ "_GIMPressionist..."
+ 1
+ (menu-path "<Image>/Filters/Artistic")
+ (icon stock-id -1 "")
+ "RGB*, GRAY*"
+ 4 0
+ (proc-arg 0 "run-mode" "Interactive")
+ (proc-arg 13 "image" "Input image")
+ (proc-arg 16 "drawable" "Input drawable")
+ (proc-arg 4 "preset" "Preset Name")))
+(plug-in-def "/usr/lib/gimp/2.0/plug-ins/file-psp" 1194004800
+ (proc-def "file-psp-load" 1
+ "loads images from the Paint Shop Pro PSP file format"
+ "This plug-in loads and saves images in Paint Shop Pro's native PSP format. Vector layers aren't handled. Saving isn't yet implemented."
+ "Tor Lillqvist"
+ "Tor Lillqvist"
+ "1999"
+ "Paint Shop Pro image"
+ 0
+ (icon stock-id -1 "")
+ (load-proc
+ (extension "psp,tub,pspimage")
+ (magic "0,string,Paint\\040Shop\\040Pro\\040Image\\040File\n\032")
+ (mime-type "image/x-psp"))
+ ""
+ 3 1
+ (proc-arg 0 "run-mode" "Interactive, non-interactive")
+ (proc-arg 4 "filename" "The name of the file to load")
+ (proc-arg 4 "raw-filename" "The name of the file to load")
+ (proc-arg 13 "image" "Output image")))
+(plug-in-def "/usr/lib/gimp/2.0/plug-ins/file-html-table" 1194004800
+ (proc-def "file-gtm-save" 1
+ "GIMP Table Magic"
+ "Allows you to draw an HTML table in GIMP. See help for more info."
+ "Daniel Dunbar"
+ "Daniel Dunbar"
+ "1998"
+ "HTML table"
+ 0
+ (icon stock-id -1 "")
+ (save-proc
+ (extension "html,htm")
+ (mime-type "text/html"))
+ "RGB*, GRAY*"
+ 5 0
+ (proc-arg 0 "run-mode" "Interactive")
+ (proc-arg 13 "image" "Input image")
+ (proc-arg 16 "drawable" "Drawable to save")
+ (proc-arg 4 "filename" "The name of the file to save the image in")
+ (proc-arg 4 "raw-filename" "The name of the file to save the image in")))
+(plug-in-def "/usr/lib/gimp/2.0/plug-ins/maze" 1194004800
+ (proc-def "plug-in-maze" 1
+ "Draw a labyrinth"
+ "Generates a maze using either the depth-first search method or Prim's algorithm. Can make tileable mazes too."
+ "Kevin Turner <kevint@poboxes.com>"
+ "Kevin Turner"
+ "1997, 1998"
+ "_Maze..."
+ 1
+ (menu-path "<Image>/Filters/Render/Pattern")
+ (icon stock-id -1 "")
+ "RGB*, GRAY*, INDEXED*"
+ 10 0
+ (proc-arg 0 "run-mode" "Interactive, non-interactive")
+ (proc-arg 13 "image" "(unused)")
+ (proc-arg 16 "drawable" "ID of drawable")
+ (proc-arg 1 "width" "Width of the passages")
+ (proc-arg 1 "height" "Height of the passages")
+ (proc-arg 2 "tileable" "Tileable maze?")
+ (proc-arg 2 "algorithm" "Generation algorithm(0=DEPTH FIRST, 1=PRIM'S ALGORITHM)")
+ (proc-arg 0 "seed" "Random Seed")
+ (proc-arg 1 "multiple" "Multiple (use 57)")
+ (proc-arg 1 "offset" "Offset (use 1)")))
+(plug-in-def "/usr/lib/gimp/2.0/plug-ins/checkerboard" 1194004800
+ (proc-def "plug-in-checkerboard" 1
+ "Create a checkerboard pattern"
+ "More here later"
+ "Brent Burton & the Edward Blevins"
+ "Brent Burton & the Edward Blevins"
+ "1997"
+ "_Checkerboard..."
+ 1
+ (menu-path "<Image>/Filters/Render/Pattern")
+ (icon stock-id -1 "")
+ "RGB*, GRAY*"
+ 5 0
+ (proc-arg 0 "run-mode" "Interactive, non-interactive")
+ (proc-arg 13 "image" "Input image (unused)")
+ (proc-arg 16 "drawable" "Input drawable")
+ (proc-arg 0 "check-mode" "Regular or Psychobilly")
+ (proc-arg 0 "check-size" "Size of the checks")))
+(plug-in-def "/usr/lib/gimp/2.0/plug-ins/file-pix" 1194004800
+ (proc-def "file-pix-load" 1
+ "loads files of the Alias|Wavefront Pix file format"
+ "loads files of the Alias|Wavefront Pix file format"
+ "Michael Taylor"
+ "Michael Taylor"
+ "1997"
+ "Alias Pix image"
+ 0
+ (icon stock-id -1 "")
+ (load-proc
+ (extension "pix,matte,mask,alpha,als"))
+ ""
+ 3 1
+ (proc-arg 0 "run-mode" "Interactive, non-interactive")
+ (proc-arg 4 "filename" "The name of the file to load")
+ (proc-arg 4 "raw-filename" "The name entered")
+ (proc-arg 13 "image" "Output image"))
+ (proc-def "file-pix-save" 1
+ "save file in the Alias|Wavefront pix/matte file format"
+ "save file in the Alias|Wavefront pix/matte file format"
+ "Michael Taylor"
+ "Michael Taylor"
+ "1997"
+ "Alias Pix image"
+ 0
+ (icon stock-id -1 "")
+ (save-proc
+ (extension "pix,matte,mask,alpha,als"))
+ "RGB*, GRAY*"
+ 5 0
+ (proc-arg 0 "run-mode" "Interactive, non-interactive")
+ (proc-arg 13 "image" "Input image")
+ (proc-arg 16 "drawable" "Drawable to save")
+ (proc-arg 4 "filename" "The name of the file to save the image in")
+ (proc-arg 4 "raw-filename" "The name of the file to save the image in")))
+(plug-in-def "/usr/lib/gimp/2.0/plug-ins/antialias" 1194004800
+ (proc-def "plug-in-antialias" 1
+ "Antialias using the Scale3X edge-extrapolation algorithm"
+ "Help - write me"
+ "Adam D. Moss <adam@gimp.org>"
+ "Adam D. Moss <adam@gimp.org>"
+ "2005"
+ "_Antialias"
+ 1
+ (menu-path "<Image>/Filters/Enhance")
+ (icon stock-id -1 "")
+ "RGB*, GRAY*"
+ 3 0
+ (proc-arg 0 "run-mode" "Interactive, non-interactive")
+ (proc-arg 13 "image" "Input image")
+ (proc-arg 16 "drawable" "Input drawable")))
+(plug-in-def "/usr/lib/gimp/2.0/plug-ins/python-eval.py" 1194004800
+ (proc-def "python-fu-eval" 1
+ "Evaluate Python code"
+ "Evaluate python code under the python interpreter (primarily for batch mode)"
+ "Manish Singh"
+ "Manish Singh"
+ "2006"
+ ""
+ 0
+ (icon stock-id -1 "")
+ ""
+ 2 0
+ (proc-arg 0 "run-mode" "Interactive, Non-Interactive")
+ (proc-arg 4 "code" "The code to evaluate")))
+(plug-in-def "/usr/lib/gimp/2.0/plug-ins/file-csource" 1194004800
+ (proc-def "file-csource-save" 1
+ "Dump image data in RGB(A) format for C source"
+ "CSource cannot be run non-interactively."
+ "Tim Janik"
+ "Tim Janik"
+ "1999"
+ "C source code"
+ 0
+ (icon stock-id -1 "")
+ (save-proc
+ (extension "c")
+ (mime-type "text/x-csrc"))
+ "RGB*"
+ 5 0
+ (proc-arg 0 "run-mode" "Interactive")
+ (proc-arg 13 "image" "Input image")
+ (proc-arg 16 "drawable" "Drawable to save")
+ (proc-arg 4 "filename" "The name of the file to save the image in")
+ (proc-arg 4 "raw-filename" "The name of the file to save the image in")))
+(plug-in-def "/usr/lib/gimp/2.0/plug-ins/tile-seamless" 1194004800
+ (proc-def "plug-in-make-seamless" 1
+ "Alters edges to make the image seamlessly tileable"
+ "This plugin creates a seamless tileable from the input drawable"
+ "Tim Rowley"
+ "Tim Rowley"
+ "1997"
+ "_Make Seamless"
+ 1
+ (menu-path "<Image>/Filters/Map")
+ (icon stock-id -1 "")
+ "RGB*, GRAY*"
+ 3 0
+ (proc-arg 0 "run-mode" "Interactive, non-interactive")
+ (proc-arg 13 "image" "Input image (unused)")
+ (proc-arg 16 "drawable" "Input drawable")))
+(plug-in-def "/usr/lib/gimp/2.0/plug-ins/lens-distortion" 1194004800
+ (proc-def "plug-in-lens-distortion" 1
+ "Corrects lens distortion"
+ "Corrects barrel or pincushion lens distortion."
+ "David Hodson, Aurimas Juška"
+ "David Hodson"
+ "Version 1.0.10"
+ "Lens Distortion..."
+ 1
+ (menu-path "<Image>/Filters/Distorts")
+ (icon stock-id -1 "")
+ "RGB*, GRAY*"
+ 9 0
+ (proc-arg 0 "run-mode" "Interactive, non-interactive")
+ (proc-arg 13 "image" "Input image (unused)")
+ (proc-arg 16 "drawable" "Input drawable")
+ (proc-arg 3 "offset-x" "Effect centre offset in X")
+ (proc-arg 3 "offset-y" "Effect centre offset in Y")
+ (proc-arg 3 "main-adjust" "Amount of second-order distortion")
+ (proc-arg 3 "edge-adjust" "Amount of fourth-order distortion")
+ (proc-arg 3 "rescale" "Rescale overall image size")
+ (proc-arg 3 "brighten" "Adjust brightness in corners")))
+(plug-in-def "/usr/lib/gimp/2.0/plug-ins/emboss" 1194004800
+ (proc-def "plug-in-emboss" 1
+ "Simulate an image created by embossing"
+ "Emboss or Bumpmap the given drawable, specifying the angle and elevation for the light source."
+ "Eric L. Hernes, John Schlag"
+ "Eric L. Hernes"
+ "1997"
+ "_Emboss..."
+ 1
+ (menu-path "<Image>/Filters/Distorts")
+ (icon stock-id -1 "")
+ "RGB*"
+ 7 0
+ (proc-arg 0 "run-mode" "Interactive, non-interactive")
+ (proc-arg 13 "image" "The Image")
+ (proc-arg 16 "drawable" "The Drawable")
+ (proc-arg 3 "azimuth" "The Light Angle (degrees)")
+ (proc-arg 3 "elevation" "The Elevation Angle (degrees)")
+ (proc-arg 0 "depth" "The Filter Width")
+ (proc-arg 0 "emboss" "Emboss or Bumpmap")))
+(plug-in-def "/usr/lib/gimp/2.0/plug-ins/file-dicom" 1194004800
+ (proc-def "file-dicom-load" 1
+ "loads files of the dicom file format"
+ "Load a file in the DICOM standard format.The standard is defined at http://medical.nema.org/. The plug-in currently only supports reading images with uncompressed pixel sections."
+ "Dov Grobgeld"
+ "Dov Grobgeld <dov@imagic.weizmann.ac.il>"
+ "2003"
+ "DICOM image"
+ 0
+ (icon stock-id -1 "")
+ (load-proc
+ (extension "dcm,dicom")
+ (magic "128,string,DICM")
+ (mime-type "image/x-dcm"))
+ ""
+ 3 1
+ (proc-arg 0 "run-mode" "Interactive, non-interactive")
+ (proc-arg 4 "filename" "The name of the file to load")
+ (proc-arg 4 "raw-filename" "The name of the file to load")
+ (proc-arg 13 "image" "Output image"))
+ (proc-def "file-dicom-save" 1
+ "Save file in the DICOM file format"
+ "Save an image in the medical standard DICOM image formats. The standard is defined at http://medical.nema.org/. The file format is defined in section 10 of the standard. The files are saved uncompressed and the compulsory DICOM tags are filled with default dummy values."
+ "Dov Grobgeld"
+ "Dov Grobgeld <dov@imagic.weizmann.ac.il>"
+ "2003"
+ "Digital Imaging and Communications in Medicine image"
+ 0
+ (icon stock-id -1 "")
+ (save-proc
+ (extension "dcm,dicom")
+ (mime-type "image/x-dcm"))
+ "RGB, GRAY"
+ 5 0
+ (proc-arg 0 "run-mode" "Interactive, non-interactive")
+ (proc-arg 13 "image" "Input image")
+ (proc-arg 16 "drawable" "Drawable to save")
+ (proc-arg 4 "filename" "The name of the file to save")
+ (proc-arg 4 "raw-filename" "The name of the file to save")))
+(plug-in-def "/usr/lib/gimp/2.0/plug-ins/file-xpm" 1194004800
+ (proc-def "file-xpm-load" 1
+ "Load files in XPM (X11 Pixmap) format."
+ "Load files in XPM (X11 Pixmap) format. XPM is a portable image format designed to be included in C source code. XLib provides utility functions to read this format. Newer code should however be using gdk-pixbuf-csource instead. XPM supports colored images, unlike the XBM format which XPM was designed to replace."
+ "Spencer Kimball & Peter Mattis & Ray Lehtiniemi"
+ "Spencer Kimball & Peter Mattis"
+ "1997"
+ "X PixMap image"
+ 0
+ (icon stock-id -1 "")
+ (load-proc
+ (extension "xpm")
+ (magic "0, string,/*\\040XPM\\040*/")
+ (mime-type "image/x-xpixmap"))
+ ""
+ 3 1
+ (proc-arg 0 "run-mode" "Interactive, non-interactive")
+ (proc-arg 4 "filename" "The name of the file to load")
+ (proc-arg 4 "raw-filename" "The name entered")
+ (proc-arg 13 "image" "Output image"))
+ (proc-def "file-xpm-save" 1
+ "Save files in XPM (X11 Pixmap) format."
+ "Save files in XPM (X11 Pixmap) format. XPM is a portable image format designed to be included in C source code. XLib provides utility functions to read this format. Newer code should however be using gdk-pixbuf-csource instead. XPM supports colored images, unlike the XBM format which XPM was designed to replace."
+ "Spencer Kimball & Peter Mattis & Ray Lehtiniemi & Nathan Summers"
+ "Spencer Kimball & Peter Mattis"
+ "1997"
+ "X PixMap image"
+ 0
+ (icon stock-id -1 "")
+ (save-proc
+ (extension "xpm")
+ (mime-type "image/x-xpixmap"))
+ "RGB*, GRAY*, INDEXED*"
+ 6 0
+ (proc-arg 0 "run-mode" "Interactive, non-interactive")
+ (proc-arg 13 "image" "Input image")
+ (proc-arg 16 "drawable" "Drawable to save")
+ (proc-arg 4 "filename" "The name of the file to save the image in")
+ (proc-arg 4 "raw-filename" "The name of the file to save the image in")
+ (proc-arg 0 "threshold" "Alpha threshold (0-255)")))
+(plug-in-def "/usr/lib/gimp/2.0/plug-ins/noise-rgb" 1194004800
+ (proc-def "plug-in-rgb-noise" 1
+ "Distort colors by random amounts"
+ "Add normally distributed (zero mean) random values to image channels. Noise may be additive (uncorrelated) or multiplicative (correlated - also known as speckle noise). For colour images colour channels may be treated together or independently."
+ "Torsten Martinsen"
+ "Torsten Martinsen"
+ "May 2000"
+ "_RGB Noise..."
+ 1
+ (menu-path "<Image>/Filters/Noise")
+ (icon stock-id -1 "")
+ "RGB*, GRAY*"
+ 9 0
+ (proc-arg 0 "run-mode" "Interactive, non-interactive")
+ (proc-arg 13 "image" "Input image (unused)")
+ (proc-arg 16 "drawable" "Input drawable")
+ (proc-arg 0 "independent" "Noise in channels independent")
+ (proc-arg 0 "correlated" "Noise correlated (i.e. multiplicative not additive)")
+ (proc-arg 3 "noise-1" "Noise in the first channel (red, gray)")
+ (proc-arg 3 "noise-2" "Noise in the second channel (green, gray_alpha)")
+ (proc-arg 3 "noise-3" "Noise in the third channel (blue)")
+ (proc-arg 3 "noise-4" "Noise in the fourth channel (alpha)"))
+ (proc-def "plug-in-noisify" 1
+ "Adds random noise to image channels "
+ "Add normally distributed random values to image channels. For colour images each colour channel may be treated together or independently."
+ "Torsten Martinsen"
+ "Torsten Martinsen"
+ "May 2000"
+ ""
+ 0
+ (icon stock-id -1 "")
+ "RGB*, GRAY*"
+ 8 0
+ (proc-arg 0 "run-mode" "Interactive, non-interactive")
+ (proc-arg 13 "image" "Input image (unused)")
+ (proc-arg 16 "drawable" "Input drawable")
+ (proc-arg 0 "independent" "Noise in channels independent")
+ (proc-arg 3 "noise-1" "Noise in the first channel (red, gray)")
+ (proc-arg 3 "noise-2" "Noise in the second channel (green, gray_alpha)")
+ (proc-arg 3 "noise-3" "Noise in the third channel (blue)")
+ (proc-arg 3 "noise-4" "Noise in the fourth channel (alpha)")))
+(plug-in-def "/usr/lib/gimp/2.0/plug-ins/contrast-stretch" 1194004800
+ (proc-def "plug-in-c-astretch" 1
+ "Stretch contrast to cover the maximum possible range"
+ "This simple plug-in does an automatic contrast stretch. For each channel in the image, it finds the minimum and maximum values... it uses those values to stretch the individual histograms to the full contrast range. For some images it may do just what you want; for others it may not work that well."
+ "Federico Mena Quintero"
+ "Federico Mena Quintero"
+ "1996"
+ "_Stretch Contrast"
+ 1
+ (menu-path "<Image>/Colors/Auto")
+ (icon stock-id -1 "")
+ "RGB*, GRAY*, INDEXED*"
+ 3 0
+ (proc-arg 0 "run-mode" "Interactive, non-interactive")
+ (proc-arg 13 "image" "Input image")
+ (proc-arg 16 "drawable" "Input drawable")))
+(plug-in-def "/usr/lib/gimp/2.0/plug-ins/rotate" 1194004800
+ (proc-def "plug-in-rotate" 1
+ "Rotates a layer or the whole image by 90, 180 or 270 degrees"
+ "This plug-in does rotate the active layer or the whole image clockwise by multiples of 90 degrees. When the whole image is choosen, the image is resized if necessary."
+ "Sven Neumann <sven@gimp.org>, Adam D. Moss <adam@gimp.org>"
+ "Sven Neumann, Adam D. Moss"
+ "v1.0 (2000/06/18)"
+ ""
+ 0
+ (icon stock-id -1 "")
+ "RGB*, INDEXED*, GRAY*"
+ 5 0
+ (proc-arg 0 "run-mode" "Interactive, non-interactive")
+ (proc-arg 13 "image" "Input image")
+ (proc-arg 16 "drawable" "Input drawable")
+ (proc-arg 0 "angle" "Angle { 90 (1), 180 (2), 270 (3) } degrees")
+ (proc-arg 0 "everything" "Rotate the whole image? { TRUE, FALSE }")))
+(plug-in-def "/usr/lib/gimp/2.0/plug-ins/file-pdf" 1194004800
+ (proc-def "file-pdf-load" 1
+ "Load file in PDF format."
+ "Load file in PDF format. PDF is a portable document format created by Adobe. It is designed to be easily processed by a variety of different platforms, and is a distant cousin of postscript. "
+ "Nathan Summers"
+ "Nathan Summers"
+ "2005"
+ "Portable Document Format"
+ 0
+ (icon stock-id -1 "")
+ (load-proc
+ (extension "pdf")
+ (magic "0, string,%PDF-")
+ (mime-type "application/pdf")
+ (thumb-loader "file-pdf-load-thumb"))
+ ""
+ 3 1
+ (proc-arg 0 "run-mode" "Interactive, non-interactive")
+ (proc-arg 4 "filename" "The name of the file to load")
+ (proc-arg 4 "raw-filename" "The name entered")
+ (proc-arg 13 "image" "Output image"))
+ (proc-def "file-pdf-load-thumb" 1
+ "Loads a preview from a PDF file."
+ "Loads a small preview of the first page of the PDF format file. Uses the embedded thumbnail if present."
+ "Nathan Summers"
+ "Nathan Summers"
+ "2005"
+ ""
+ 0
+ (icon stock-id -1 "")
+ ""
+ 2 3
+ (proc-arg 4 "filename" "The name of the file to load")
+ (proc-arg 0 "thumb-size" "Preferred thumbnail size")
+ (proc-arg 13 "image" "Thumbnail image")
+ (proc-arg 0 "image-width" "Width of full-sized image")
+ (proc-arg 0 "image-height" "Height of full-sized image")))
+(plug-in-def "/usr/lib/gimp/2.0/plug-ins/nl-filter" 1194004800
+ (proc-def "plug-in-nlfilt" 1
+ "Nonlinear swiss army knife filter"
+ "This is the pnmnlfilt, in gimp's clothing. See the pnmnlfilt manpage for details."
+ "Graeme W. Gill, gimp 0.99 plugin by Eric L. Hernes"
+ "Graeme W. Gill, Eric L. Hernes"
+ "1997"
+ "_NL Filter..."
+ 1
+ (menu-path "<Image>/Filters/Enhance")
+ (icon stock-id -1 "")
+ "RGB,GRAY"
+ 6 0
+ (proc-arg 0 "run-mode" "Interactive, non-interactive")
+ (proc-arg 13 "img" "The Image to Filter")
+ (proc-arg 16 "drw" "The Drawable")
+ (proc-arg 3 "alpha" "The amount of the filter to apply")
+ (proc-arg 3 "radius" "The filter radius")
+ (proc-arg 0 "filter" "The Filter to Run, 0 - alpha trimmed mean; 1 - optimal estimation (alpha controls noise variance); 2 - edge enhancement")))
+(plug-in-def "/usr/lib/gimp/2.0/plug-ins/selection-to-path" 1194004800
+ (proc-def "plug-in-sel2path" 1
+ "Converts a selection to a path"
+ "Converts a selection to a path"
+ "Andy Thomas"
+ "Andy Thomas"
+ "1999"
+ ""
+ 0
+ (icon stock-id -1 "")
+ "RGB*, INDEXED*, GRAY*"
+ 3 0
+ (proc-arg 0 "run-mode" "Interactive, non-interactive")
+ (proc-arg 13 "image" "Input image")
+ (proc-arg 16 "drawable" "Input drawable (unused)"))
+ (proc-def "plug-in-sel2path-advanced" 1
+ "Converts a selection to a path (with advanced user menu)"
+ "Converts a selection to a path (with advanced user menu)"
+ "Andy Thomas"
+ "Andy Thomas"
+ "1999"
+ ""
+ 0
+ (icon stock-id -1 "")
+ "RGB*, INDEXED*, GRAY*"
+ 23 0
+ (proc-arg 0 "run-mode" "Interactive, non-interactive")
+ (proc-arg 13 "image" "Input image")
+ (proc-arg 16 "drawable" "Input drawable (unused)")
+ (proc-arg 3 "align-threshold" "align_threshold")
+ (proc-arg 3 "corner-always-threshold" "corner_always_threshold")
+ (proc-arg 2 "corner-surround" "corner_surround")
+ (proc-arg 3 "corner-threshold" "corner_threshold")
+ (proc-arg 3 "error-threshold" "error_threshold")
+ (proc-arg 2 "filter-alternative-surround" "filter_alternative_surround")
+ (proc-arg 3 "filter-epsilon" "filter_epsilon")
+ (proc-arg 2 "filter-iteration-count" "filter_iteration_count")
+ (proc-arg 3 "filter-percent" "filter_percent")
+ (proc-arg 2 "filter-secondary-surround" "filter_secondary_surround")
+ (proc-arg 2 "filter-surround" "filter_surround")
+ (proc-arg 2 "keep-knees" "{1-Yes, 0-No}")
+ (proc-arg 3 "line-reversion-threshold" "line_reversion_threshold")
+ (proc-arg 3 "line-threshold" "line_threshold")
+ (proc-arg 3 "reparameterize-improvement" "reparameterize_improvement")
+ (proc-arg 3 "reparameterize-threshold" "reparameterize_threshold")
+ (proc-arg 3 "subdivide-search" "subdivide_search")
+ (proc-arg 2 "subdivide-surround" "subdivide_surround")
+ (proc-arg 3 "subdivide-threshold" "subdivide_threshold")
+ (proc-arg 2 "tangent-surround" "tangent_surround")))
+(plug-in-def "/usr/lib/gimp/2.0/plug-ins/blur-gauss-selective" 1194004800
+ (proc-def "plug-in-sel-gauss" 1
+ "Blur neighboring pixels, but only in low-contrast areas"
+ "This filter functions similar to the regular gaussian blur filter except that neighbouring pixels that differ more than the given maxdelta parameter will not be blended with. This way with the correct parameters, an image can be smoothed out without losing details. However, this filter can be rather slow."
+ "Thom van Os"
+ "Thom van Os"
+ "1999"
+ "_Selective Gaussian Blur..."
+ 1
+ (menu-path "<Image>/Filters/Blur")
+ (icon stock-id -1 "")
+ "RGB*, GRAY*"
+ 5 0
+ (proc-arg 0 "run-mode" "Interactive, non-interactive")
+ (proc-arg 13 "image" "Input image (unused)")
+ (proc-arg 16 "drawable" "Input drawable")
+ (proc-arg 3 "radius" "Radius of gaussian blur (in pixels, > 0.0)")
+ (proc-arg 0 "max-delta" "Maximum delta")))
+(plug-in-def "/usr/lib/gimp/2.0/plug-ins/gee" 1194004800
+ (proc-def "plug-in-the-slimy-egg" 1
+ "A big hello from the GIMP team!"
+ "Beyond help."
+ "Adam D. Moss <adam@gimp.org>"
+ "Adam D. Moss <adam@gimp.org>"
+ "2000"
+ "Gee Slime"
+ 0
+ (icon stock-id -1 "")
+ "RGB*, INDEXED*, GRAY*"
+ 3 0
+ (proc-arg 0 "run-mode" "Must be interactive (1)")
+ (proc-arg 13 "image" "Input Image")
+ (proc-arg 16 "drawable" "Input Drawable")))
+(plug-in-def "/usr/lib/gimp/2.0/plug-ins/color-rotate" 1194004800
+ (proc-def "plug-in-rotate-colormap" 1
+ "Replace a range of colors with another"
+ "Exchanges two color ranges. Based on code from Pavel Grinfeld (pavel@ml.com). This version written by Sven Anders (anderss@fmi.uni-passau.de)."
+ "Sven Anders (anderss@fmi.uni-passau.de) and Pavel Grinfeld (pavel@ml.com)"
+ "Sven Anders (anderss@fmi.uni-passau.de)"
+ "04th April 1999"
+ "_Rotate Colors..."
+ 1
+ (menu-path "<Image>/Colors/Map")
+ (icon stock-id -1 "")
+ "RGB*"
+ 3 0
+ (proc-arg 0 "run-mode" "Interactive, non-interactive")
+ (proc-arg 13 "image" "Input image (used for indexed images)")
+ (proc-arg 16 "drawable" "Input drawable")))
+(plug-in-def "/usr/lib/gimp/2.0/plug-ins/tile" 1194004800
+ (proc-def "plug-in-tile" 1
+ "Create an array of copies of the image"
+ "This function creates a new image with a single layer sized to the specified 'new_width' and 'new_height' parameters. The specified drawable is tiled into this layer. The new layer will have the same type as the specified drawable and the new image will have a corresponding base type."
+ "Spencer Kimball & Peter Mattis"
+ "Spencer Kimball & Peter Mattis"
+ "1996-1997"
+ "_Tile..."
+ 1
+ (menu-path "<Image>/Filters/Map")
+ (icon stock-id -1 "")
+ "RGB*, GRAY*, INDEXED*"
+ 6 2
+ (proc-arg 0 "run-mode" "Interactive, non-interactive")
+ (proc-arg 13 "image" "Input image (unused)")
+ (proc-arg 16 "drawable" "Input drawable")
+ (proc-arg 0 "new-width" "New (tiled) image width")
+ (proc-arg 0 "new-height" "New (tiled) image height")
+ (proc-arg 0 "new-image" "Create a new image?")
+ (proc-arg 13 "new-image" "Output image (-1 if new-image == FALSE)")
+ (proc-arg 14 "new-layer" "Output layer (-1 if new-image == FALSE)")))
+(plug-in-def "/usr/lib/gimp/2.0/plug-ins/contrast-stretch-hsv" 1194004800
+ (proc-def "plug-in-autostretch-hsv" 1
+ "Stretch image contrast to cover the maximum possible range"
+ "This simple plug-in does an automatic contrast stretch. For each channel in the image, it finds the minimum and maximum values... it uses those values to stretch the individual histograms to the full contrast range. For some images it may do just what you want; for others it may be total crap :). This version differs from Contrast Autostretch in that it works in HSV space, and preserves hue."
+ "Scott Goehring and Federico Mena Quintero"
+ "Scott Goehring and Federico Mena Quintero"
+ "1997"
+ "Stretch _HSV"
+ 1
+ (menu-path "<Image>/Colors/Auto")
+ (icon stock-id -1 "")
+ "RGB*, INDEXED*"
+ 3 0
+ (proc-arg 0 "run-mode" "Interactive, non-interactive")
+ (proc-arg 13 "image" "Input image")
+ (proc-arg 16 "drawable" "Input drawable")))
+(plug-in-def "/usr/lib/gimp/2.0/plug-ins/flame" 1194004800
+ (proc-def "plug-in-flame" 1
+ "Create cosmic recursive fractal flames"
+ "Create cosmic recursive fractal flames"
+ "Scott Draves"
+ "Scott Draves"
+ "1997"
+ "_Flame..."
+ 1
+ (menu-path "<Image>/Filters/Render/Nature")
+ (icon stock-id -1 "")
+ "RGB*"
+ 3 0
+ (proc-arg 0 "run-mode" "Interactive, non-interactive")
+ (proc-arg 13 "image" "Input image (unused)")
+ (proc-arg 16 "drawable" "Input drawable")))
+(plug-in-def "/usr/lib/gimp/2.0/plug-ins/lighting" 1194004800
+ (proc-def "plug-in-lighting" 1
+ "Apply various lighting effects to an image"
+ "No help yet"
+ "Tom Bech & Federico Mena Quintero"
+ "Tom Bech & Federico Mena Quintero"
+ "Version 0.2.0, March 15 1998"
+ "_Lighting Effects..."
+ 1
+ (menu-path "<Image>/Filters/Light and Shadow/Light")
+ (icon stock-id -1 "")
+ "RGB*"
+ 24 0
+ (proc-arg 0 "run-mode" "Interactive (0), non-interactive (1)")
+ (proc-arg 13 "image" "Input image")
+ (proc-arg 16 "drawable" "Input drawable")
+ (proc-arg 16 "bumpdrawable" "Bumpmap drawable (set to 0 if disabled)")
+ (proc-arg 16 "envdrawable" "Environmentmap drawable (set to 0 if disabled)")
+ (proc-arg 0 "dobumpmap" "Enable bumpmapping (TRUE/FALSE)")
+ (proc-arg 0 "doenvmap" "Enable envmapping (TRUE/FALSE)")
+ (proc-arg 0 "bumpmaptype" "Type of mapping (0=linear,1=log, 2=sinusoidal, 3=spherical)")
+ (proc-arg 0 "lighttype" "Type of lightsource (0=point,1=directional,3=spot,4=none)")
+ (proc-arg 10 "lightcolor" "Lightsource color (r,g,b)")
+ (proc-arg 3 "lightposition-x" "Lightsource position (x,y,z)")
+ (proc-arg 3 "lightposition-y" "Lightsource position (x,y,z)")
+ (proc-arg 3 "lightposition-z" "Lightsource position (x,y,z)")
+ (proc-arg 3 "lightdirection-x" "Lightsource direction [x,y,z]")
+ (proc-arg 3 "lightdirection-y" "Lightsource direction [x,y,z]")
+ (proc-arg 3 "lightdirection-z" "Lightsource direction [x,y,z]")
+ (proc-arg 3 "ambient-intensity" "Material ambient intensity (0..1)")
+ (proc-arg 3 "diffuse-intensity" "Material diffuse intensity (0..1)")
+ (proc-arg 3 "diffuse-reflectivity" "Material diffuse reflectivity (0..1)")
+ (proc-arg 3 "specular-reflectivity" "Material specular reflectivity (0..1)")
+ (proc-arg 3 "highlight" "Material highlight (0..->), note: it's expotential")
+ (proc-arg 0 "antialiasing" "Apply antialiasing (TRUE/FALSE)")
+ (proc-arg 0 "newimage" "Create a new image (TRUE/FALSE)")
+ (proc-arg 0 "transparentbackground" "Make background transparent (TRUE/FALSE)")))
+(plug-in-def "/usr/lib/gimp/2.0/plug-ins/softglow" 1194004800
+ (proc-def "plug-in-softglow" 1
+ "Simulate glow by making highlights intense and fuzzy"
+ "Gives an image a softglow effect by intensifying the highlights in the image. This is done by screening a modified version of the drawable with itself. The modified version is desaturated and then a sigmoidal transfer function is applied to force the distribution of intensities into very small and very large only. This desaturated version is then blurred to give it a fuzzy 'vaseline-on-the-lens' effect. The glow radius parameter controls the sharpness of the glow effect. The brightness parameter controls the degree of intensification applied to image highlights. The sharpness parameter controls how defined or alternatively, diffuse, the glow effect should be."
+ "Spencer Kimball"
+ "Bit Specialists, Inc."
+ "2001"
+ "_Softglow..."
+ 1
+ (menu-path "<Image>/Filters/Artistic")
+ (icon stock-id -1 "")
+ "RGB*, GRAY*"
+ 6 0
+ (proc-arg 0 "run-mode" "Interactive, non-interactive")
+ (proc-arg 13 "image" "Input image (unused)")
+ (proc-arg 16 "drawable" "Input drawable")
+ (proc-arg 3 "glow-radius" "Glow radius (radius in pixels)")
+ (proc-arg 3 "brightness" "Glow brightness (0.0 - 1.0)")
+ (proc-arg 3 "sharpness" "Glow sharpness (0.0 - 1.0)")))
+(plug-in-def "/usr/lib/gimp/2.0/plug-ins/file-ico" 1194004800
+ (proc-def "file-ico-load" 1
+ "Loads files of Windows ICO file format"
+ "Loads files of Windows ICO file format"
+ "Christian Kreibich <christian@whoop.org>"
+ "Christian Kreibich <christian@whoop.org>"
+ "2002"
+ "Microsoft Windows icon"
+ 0
+ (icon stock-id -1 "")
+ (load-proc
+ (extension "ico")
+ (magic "0,string,\\000\\001\\000\\000,0,string,\\000\\002\\000\\000")
+ (mime-type "image/x-ico")
+ (thumb-loader "file-ico-load-thumb"))
+ ""
+ 3 1
+ (proc-arg 0 "run-mode" "Interactive, non-interactive")
+ (proc-arg 4 "filename" "The name of the file to load")
+ (proc-arg 4 "raw-filename" "The name entered")
+ (proc-arg 13 "image" "Output image"))
+ (proc-def "file-ico-load-thumb" 1
+ "Loads a preview from an Windows ICO file"
+ ""
+ "Dom Lachowicz, Sven Neumann"
+ "Sven Neumann <sven@gimp.org>"
+ "2005"
+ ""
+ 0
+ (icon stock-id -1 "")
+ ""
+ 2 3
+ (proc-arg 4 "filename" "The name of the file to load")
+ (proc-arg 0 "thumb-size" "Preferred thumbnail size")
+ (proc-arg 13 "image" "Thumbnail image")
+ (proc-arg 0 "image-width" "Width of full-sized image")
+ (proc-arg 0 "image-height" "Height of full-sized image"))
+ (proc-def "file-ico-save" 1
+ "Saves files in Windows ICO file format"
+ "Saves files in Windows ICO file format"
+ "Christian Kreibich <christian@whoop.org>"
+ "Christian Kreibich <christian@whoop.org>"
+ "2002"
+ "Microsoft Windows icon"
+ 0
+ (icon stock-id -1 "")
+ (save-proc
+ (extension "ico")
+ (mime-type "image/x-ico"))
+ "*"
+ 5 0
+ (proc-arg 0 "run-mode" "Interactive, non-interactive")
+ (proc-arg 13 "image" "Input image")
+ (proc-arg 16 "drawable" "Drawable to save")
+ (proc-arg 4 "filename" "The name of the file to save the image in")
+ (proc-arg 4 "raw-filename" "The name entered")))
+(plug-in-def "/usr/lib/gimp/2.0/plug-ins/lcms" 1194004800
+ (proc-def "plug-in-icc-profile-set" 1
+ "Set a color profile on the image"
+ "This procedure sets an ICC color profile on an image using the 'icc-profile' parasite. It does not do any color conversion."
+ "Sven Neumann"
+ "Sven Neumann"
+ "2006, 2007"
+ "_Assign Color Profile..."
+ 1
+ (menu-path "<Image>/Image/Mode/Color Profile")
+ (icon stock-id -1 "")
+ "RGB*, INDEXED*"
+ 3 0
+ (proc-arg 0 "run-mode" "Interactive, non-interactive")
+ (proc-arg 13 "image" "Input image")
+ (proc-arg 4 "profile" "Filename of an ICC color profile"))
+ (proc-def "plug-in-icc-profile-set-rgb" 1
+ "Set the default RGB color profile on the image"
+ "This procedure sets the user-configured RGB profile on an image using the 'icc-profile' parasite. If no RGB profile is configured, sRGB is assumed and the parasite is unset. This procedure does not do any color conversion."
+ "Sven Neumann"
+ "Sven Neumann"
+ "2006, 2007"
+ "Assign default RGB Profile"
+ 0
+ (icon stock-id -1 "")
+ "RGB*, INDEXED*"
+ 2 0
+ (proc-arg 0 "run-mode" "Interactive, non-interactive")
+ (proc-arg 13 "image" "Input image"))
+ (proc-def "plug-in-icc-profile-apply" 1
+ "Apply a color profile on the image"
+ "This procedure transform from the image's color profile (or the default RGB profile if none is set) to the given ICC color profile. Only RGB color profiles are accepted. The profile is then set on the image using the 'icc-profile' parasite."
+ "Sven Neumann"
+ "Sven Neumann"
+ "2006, 2007"
+ "_Convert to Color Profile..."
+ 1
+ (menu-path "<Image>/Image/Mode/Color Profile")
+ (icon stock-id -1 "")
+ "RGB*, INDEXED*"
+ 5 0
+ (proc-arg 0 "run-mode" "Interactive, non-interactive")
+ (proc-arg 13 "image" "Input image")
+ (proc-arg 4 "profile" "Filename of an ICC color profile")
+ (proc-arg 0 "intent" "Rendering intent (enum GimpColorRenderingIntent)")
+ (proc-arg 0 "bpc" "Black point compensation"))
+ (proc-def "plug-in-icc-profile-apply-rgb" 1
+ "Apply default RGB color profile on the image"
+ "This procedure transform from the image's color profile (or the default RGB profile if none is set) to the configured default RGB color profile. The profile is then set on the image using the 'icc-profile' parasite. If no RGB color profile is configured, sRGB is assumed and the parasite is unset."
+ "Sven Neumann"
+ "Sven Neumann"
+ "2006, 2007"
+ "Convert to default RGB Profile"
+ 0
+ (icon stock-id -1 "")
+ "RGB*, INDEXED*"
+ 4 0
+ (proc-arg 0 "run-mode" "Interactive, non-interactive")
+ (proc-arg 13 "image" "Input image")
+ (proc-arg 0 "intent" "Rendering intent (enum GimpColorRenderingIntent)")
+ (proc-arg 0 "bpc" "Black point compensation"))
+ (proc-def "plug-in-icc-profile-info" 1
+ "Retrieve information about an image's color profile"
+ "This procedure returns information about the RGB color profile attached to an image. If no RGB color profile is attached, sRGB is assumed."
+ "Sven Neumann"
+ "Sven Neumann"
+ "2006, 2007"
+ "Image Color Profile Information"
+ 0
+ (icon stock-id -1 "")
+ "*"
+ 1 3
+ (proc-arg 13 "image" "Input image")
+ (proc-arg 4 "profile-name" "Name")
+ (proc-arg 4 "profile-desc" "Description")
+ (proc-arg 4 "profile-info" "Info"))
+ (proc-def "plug-in-icc-profile-file-info" 1
+ "Retrieve information about a color profile"
+ "This procedure returns information about an ICC color profile on disk."
+ "Sven Neumann"
+ "Sven Neumann"
+ "2006, 2007"
+ "Color Profile Information"
+ 0
+ (icon stock-id -1 "")
+ "*"
+ 1 3
+ (proc-arg 4 "profile" "Filename of an ICC color profile")
+ (proc-arg 4 "profile-name" "Name")
+ (proc-arg 4 "profile-desc" "Description")
+ (proc-arg 4 "profile-info" "Info")))
+(plug-in-def "/usr/lib/gimp/2.0/plug-ins/blur" 1194004800
+ (proc-def "plug-in-blur" 1
+ "Simple blur, fast but not very strong"
+ "This plug-in blurs the specified drawable, using a 3x3 blur. Indexed images are not supported."
+ "Miles O'Neal <meo@rru.com>"
+ "Miles O'Neal, Spencer Kimball, Peter Mattis, Torsten Martinsen, Brian Degenhardt, Federico Mena Quintero, Stephen Norris, Daniel Cotting"
+ "1995-1998"
+ "_Blur"
+ 1
+ (menu-path "<Image>/Filters/Blur")
+ (icon stock-id -1 "")
+ "RGB*, GRAY*"
+ 3 0
+ (proc-arg 0 "run-mode" "Interactive, non-interactive")
+ (proc-arg 13 "image" "Input image (unused)")
+ (proc-arg 16 "drawable" "Input drawable")))
+(plug-in-def "/usr/lib/gimp/2.0/plug-ins/file-svg" 1194004800
+ (proc-def "file-svg-load" 1
+ "Loads files in the SVG file format"
+ "Renders SVG files to raster graphics using librsvg."
+ "Dom Lachowicz, Sven Neumann"
+ "Dom Lachowicz <cinamod@hotmail.com>"
+ "2.5.0"
+ "SVG image"
+ 0
+ (icon stock-id -1 "")
+ (load-proc
+ (extension "svg")
+ (magic "0,string,<?xml,0,string,<svg")
+ (mime-type "image/svg+xml")
+ (thumb-loader "file-svg-load-thumb"))
+ ""
+ 7 1
+ (proc-arg 0 "run-mode" "Interactive, non-interactive")
+ (proc-arg 4 "filename" "The name of the file to load")
+ (proc-arg 4 "raw-filename" "The name of the file to load")
+ (proc-arg 3 "resolution" "Resolution to use for rendering the SVG (defaults to 90 dpi)")
+ (proc-arg 0 "width" "Width (in pixels) to load the SVG in. (0 for original width, a negative width to specify a maximum width)")
+ (proc-arg 0 "height" "Height (in pixels) to load the SVG in. (0 for original height, a negative width to specify a maximum height)")
+ (proc-arg 0 "paths" "Whether to not import paths (0), import paths individually (1) or merge all imported paths (2)")
+ (proc-arg 13 "image" "Output image"))
+ (proc-def "file-svg-load-thumb" 1
+ "Loads a small preview from an SVG image"
+ ""
+ "Dom Lachowicz, Sven Neumann"
+ "Dom Lachowicz <cinamod@hotmail.com>"
+ "2.5.0"
+ ""
+ 0
+ (icon stock-id -1 "")
+ ""
+ 2 3
+ (proc-arg 4 "filename" "The name of the file to load")
+ (proc-arg 0 "thumb-size" "Preferred thumbnail size")
+ (proc-arg 13 "image" "Thumbnail image")
+ (proc-arg 0 "image-width" "Width of full-sized image")
+ (proc-arg 0 "image-height" "Height of full-sized image")))
+(plug-in-def "/usr/lib/gimp/2.0/plug-ins/displace" 1194004800
+ (proc-def "plug-in-displace" 1
+ "Displace pixels as indicated by displacement maps"
+ "Displaces the contents of the specified drawable by the amounts specified by 'amount-x' and 'amount-y' multiplied by the luminance of corresponding pixels in the 'displace-map' drawables."
+ "Stephen Robert Norris & (ported to 1.0 by) Spencer Kimball"
+ "Stephen Robert Norris"
+ "1996"
+ "_Displace..."
+ 1
+ (menu-path "<Image>/Filters/Map")
+ (icon stock-id -1 "")
+ "RGB*, GRAY*"
+ 10 0
+ (proc-arg 0 "run-mode" "Interactive, non-interactive")
+ (proc-arg 13 "image" "Input image (unused)")
+ (proc-arg 16 "drawable" "Input drawable")
+ (proc-arg 3 "amount-x" "Displace multiplier for X or radial direction")
+ (proc-arg 3 "amount-y" "Displace multiplier for Y or tangent (degrees) direction")
+ (proc-arg 0 "do-x" "Displace in X or radial direction?")
+ (proc-arg 0 "do-y" "Displace in Y or tangent direction?")
+ (proc-arg 16 "displace-map-x" "Displacement map for X or radial direction")
+ (proc-arg 16 "displace-map-y" "Displacement map for Y or tangent direction")
+ (proc-arg 0 "displace-type" "Edge behavior: { WRAP (0), SMEAR (1), BLACK (2) }"))
+ (proc-def "plug-in-displace-polar" 1
+ "Displace the contents of the specified drawable"
+ "Just like plug-in-displace but working in polar coordinates. The drawable is whirled and pinched according to the map."
+ "Stephen Robert Norris & (ported to 1.0 by) Spencer Kimball"
+ "Stephen Robert Norris"
+ "1996"
+ "Displace Polar"
+ 0
+ (icon stock-id -1 "")
+ "RGB*, GRAY*"
+ 10 0
+ (proc-arg 0 "run-mode" "Interactive, non-interactive")
+ (proc-arg 13 "image" "Input image (unused)")
+ (proc-arg 16 "drawable" "Input drawable")
+ (proc-arg 3 "amount-x" "Displace multiplier for X or radial direction")
+ (proc-arg 3 "amount-y" "Displace multiplier for Y or tangent (degrees) direction")
+ (proc-arg 0 "do-x" "Displace in X or radial direction?")
+ (proc-arg 0 "do-y" "Displace in Y or tangent direction?")
+ (proc-arg 16 "displace-map-x" "Displacement map for X or radial direction")
+ (proc-arg 16 "displace-map-y" "Displacement map for Y or tangent direction")
+ (proc-arg 0 "displace-type" "Edge behavior: { WRAP (0), SMEAR (1), BLACK (2) }")))
+(plug-in-def "/usr/lib/gimp/2.0/plug-ins/crop-zealous" 1194004800
+ (proc-def "plug-in-zealouscrop" 1
+ "Autocrop unused space from edges and middle"
+ ""
+ "Adam D. Moss"
+ "Adam D. Moss"
+ "1997"
+ "_Zealous Crop"
+ 1
+ (menu-path "<Image>/Image/Crop")
+ (icon stock-id -1 "")
+ "RGB*, GRAY*, INDEXED*"
+ 3 0
+ (proc-arg 0 "run-mode" "Interactive, non-interactive")
+ (proc-arg 13 "image" "Input image")
+ (proc-arg 16 "drawable" "Input drawable")))
+(plug-in-def "/usr/lib/gimp/2.0/plug-ins/file-cel" 1194004800
+ (proc-def "file-cel-load" 1
+ "Loads files in KISS CEL file format"
+ "This plug-in loads individual KISS cell files."
+ "Nick Lamb"
+ "Nick Lamb <njl195@zepler.org.uk>"
+ "May 1998"
+ "KISS CEL"
+ 0
+ (icon stock-id -1 "")
+ (load-proc
+ (extension "cel")
+ (magic "0,string,KiSS\\040"))
+ ""
+ 4 1
+ (proc-arg 0 "run-mode" "Interactive, non-interactive")
+ (proc-arg 4 "filename" "Filename to load image from")
+ (proc-arg 4 "raw-filename" "Name entered")
+ (proc-arg 4 "palette-filename" "Filename to load palette from")
+ (proc-arg 13 "image" "Output image"))
+ (proc-def "file-cel-save" 1
+ "Saves files in KISS CEL file format"
+ "This plug-in saves individual KISS cell files."
+ "Nick Lamb"
+ "Nick Lamb <njl195@zepler.org.uk>"
+ "May 1998"
+ "KISS CEL"
+ 0
+ (icon stock-id -1 "")
+ (save-proc
+ (extension "cel"))
+ "RGB*, INDEXED*"
+ 6 0
+ (proc-arg 0 "run-mode" "Interactive, non-interactive")
+ (proc-arg 13 "image" "Input image")
+ (proc-arg 16 "drawable" "Drawable to save")
+ (proc-arg 4 "filename" "Filename to save image to")
+ (proc-arg 4 "raw-filename" "Name entered")
+ (proc-arg 4 "palette-filename" "Filename to save palette to")))
+(plug-in-def "/usr/lib/gimp/2.0/plug-ins/print" 1194004800
+ (proc-def "file-print-gtk" 1
+ "Print the image"
+ "Print the image using the GTK+ Print API."
+ "Bill Skaggs, Sven Neumann, Stefan Röllin"
+ "Bill Skaggs <weskaggs@primate.ucdavis.edu>"
+ "2006, 2007"
+ "_Print..."
+ 1
+ (menu-path "<Image>/File/Send")
+ (icon stock-id -1 "gtk-print")
+ "*"
+ 2 0
+ (proc-arg 0 "run-mode" "Interactive, non-interactive")
+ (proc-arg 13 "image" "Image to print"))
+ (proc-def "file-print-gtk-page-setup" 1
+ "Adjust page size and orientation for printing"
+ "Adjust page size and orientation for printing the image using the GTK+ Print API."
+ "Bill Skaggs, Sven Neumann, Stefan Röllin"
+ "Sven Neumann <sven@gimp.org>"
+ "2008"
+ "Page Set_up"
+ 1
+ (menu-path "<Image>/File/Send")
+ (icon stock-id -1 "gtk-page-setup")
+ "*"
+ 2 0
+ (proc-arg 0 "run-mode" "Interactive, non-interactive")
+ (proc-arg 13 "image" "Image to print")))
+(plug-in-def "/usr/lib/gimp/2.0/plug-ins/gradient-map" 1194004800
+ (proc-def "plug-in-gradmap" 1
+ "Recolor the image using colors from the active gradient"
+ "This plug-in maps the contents of the specified drawable with active gradient. It calculates luminosity of each pixel and replaces the pixel by the sample of active gradient at the position proportional to that luminosity. Complete black pixel becomes the leftmost color of the gradient, and complete white becomes the rightmost. Works on both Grayscale and RGB image with/without alpha channel."
+ "Eiichi Takamori"
+ "Eiichi Takamori"
+ "1997"
+ "_Gradient Map"
+ 1
+ (menu-path "<Image>/Colors/Map")
+ (icon stock-id -1 "")
+ "RGB*, GRAY*"
+ 3 0
+ (proc-arg 0 "run-mode" "Interactive, non-interactive")
+ (proc-arg 13 "image" "Input image (unused)")
+ (proc-arg 16 "drawable" "Input drawable"))
+ (proc-def "plug-in-palettemap" 1
+ "Recolor the image using colors from the active palette"
+ "This plug-in maps the contents of the specified drawable with the active palette. It calculates luminosity of each pixel and replaces the pixel by the palette sample at the corresponding index. A complete black pixel becomes the lowest palette entry, and complete white becomes the highest. Works on both Grayscale and RGB image with/without alpha channel."
+ "Bill Skaggs"
+ "Bill Skaggs"
+ "2004"
+ "_Palette Map"
+ 1
+ (menu-path "<Image>/Colors/Map")
+ (icon stock-id -1 "")
+ "RGB*, GRAY*"
+ 3 0
+ (proc-arg 0 "run-mode" "Interactive, non-interactive")
+ (proc-arg 13 "image" "Input image (unused)")
+ (proc-arg 16 "drawable" "Input drawable")))
+(plug-in-def "/usr/lib/gimp/2.0/plug-ins/newsprint" 1194004800
+ (proc-def "plug-in-newsprint" 1
+ "Halftone the image to give newspaper-like effect"
+ "Halftone the image, trading off resolution to represent colors or grey levels using the process described both in the PostScript language definition, and also by Robert Ulichney, \"Digital halftoning\", MIT Press, 1987."
+ "Austin Donnelly"
+ "Austin Donnelly"
+ "1998 (v0.60)"
+ "Newsprin_t..."
+ 1
+ (menu-path "<Image>/Filters/Distorts")
+ (icon stock-id -1 "")
+ "RGB*, GRAY*"
+ 15 0
+ (proc-arg 0 "run-mode" "Interactive, non-interactive")
+ (proc-arg 13 "image" "Input image (unused)")
+ (proc-arg 16 "drawable" "Input drawable")
+ (proc-arg 0 "cell-width" "screen cell width, in pixels")
+ (proc-arg 0 "colorspace" "separate to 0:Grayscale, 1:RGB, 2:CMYK, 3:Luminance")
+ (proc-arg 0 "k-pullout" "Percentage of black to pullout (CMYK only)")
+ (proc-arg 3 "gry-ang" "Grey/black screen angle (degrees)")
+ (proc-arg 0 "gry-spotfn" "Grey/black spot function (0=dots, 1=lines, 2=diamonds, 3=euclidean dot, 4=PS diamond)")
+ (proc-arg 3 "red-ang" "Red/cyan screen angle (degrees)")
+ (proc-arg 0 "red-spotfn" "Red/cyan spot function (values as gry_spotfn)")
+ (proc-arg 3 "grn-ang" "Green/magenta screen angle (degrees)")
+ (proc-arg 0 "grn-spotfn" "Green/magenta spot function (values as gry_spotfn)")
+ (proc-arg 3 "blu-ang" "Blue/yellow screen angle (degrees)")
+ (proc-arg 0 "blu-spotfn" "Blue/yellow spot function (values as gry_spotfn)")
+ (proc-arg 0 "oversample" "how many times to oversample spot fn")))
+(plug-in-def "/usr/lib/gimp/2.0/plug-ins/file-gbr" 1194004800
+ (proc-def "file-gbr-load" 1
+ "Loads GIMP brushes"
+ "Loads GIMP brushes (1 or 4 bpp and old .gpb format)"
+ "Tim Newsome, Jens Lautenbacher, Sven Neumann"
+ "Tim Newsome, Jens Lautenbacher, Sven Neumann"
+ "1997-2005"
+ "GIMP brush"
+ 0
+ (icon stock-id -1 "gimp-tool-paintbrush")
+ (load-proc
+ (extension "gbr, gpb")
+ (magic "20, string, GIMP")
+ (mime-type "image/x-gimp-gbr"))
+ ""
+ 3 1
+ (proc-arg 0 "run-mode" "Interactive, non-interactive")
+ (proc-arg 4 "filename" "The name of the file to load")
+ (proc-arg 4 "raw-filename" "The name of the file to load")
+ (proc-arg 13 "image" "Output image"))
+ (proc-def "file-gbr-save" 1
+ "Saves files in the GIMP brush file format"
+ "Saves files in the GIMP brush file format"
+ "Tim Newsome, Jens Lautenbacher, Sven Neumann"
+ "Tim Newsome, Jens Lautenbacher, Sven Neumann"
+ "1997-2000"
+ "GIMP brush"
+ 0
+ (icon stock-id -1 "gimp-tool-paintbrush")
+ (save-proc
+ (extension "gbr")
+ (mime-type "image/x-gimp-gbr"))
+ "RGB, RGBA, GRAY"
+ 7 0
+ (proc-arg 0 "run-mode" "Interactive, non-interactive")
+ (proc-arg 13 "image" "Input image")
+ (proc-arg 16 "drawable" "Drawable to save")
+ (proc-arg 4 "filename" "The name of the file to save the image in")
+ (proc-arg 4 "raw-filename" "The name of the file to save the image in")
+ (proc-arg 0 "spacing" "Spacing of the brush")
+ (proc-arg 4 "description" "Short description of the brush")))
+(plug-in-def "/usr/lib/gimp/2.0/plug-ins/mail" 1194004800
+ (proc-def "plug-in-mail-image" 1
+ "Send the image by email"
+ "You need to have sendmail installed"
+ "Adrian Likins, Reagan Blundell"
+ "Adrian Likins, Reagan Blundell, Daniel Risacher, Spencer Kimball and Peter Mattis"
+ "1995-1997"
+ "Send by E_mail..."
+ 1
+ (menu-path "<Image>/File/Send")
+ (icon inline-pixbuf 608 "GdkP\0\0\2\140\2\1\0\2\0\0\0\100\0\0\0\20\0\0\0\20\245\0\0\0\0\1\210\212\205\60\205\210\212\205\377\1\210\212\205\60\210\0\0\0\0\2\210\212\205\60\210\212\205\377\205\377\377\377\377\2\210\212\205\377\210\212\205\60\206\0\0\0\0\13\210\212\205\60\210\212\205\377\377\377\377\377\331\326\320\377\311\307\301\377\301\277\272\377\257\254\251\377\241\240\232\377\377\377\377\377\210\212\205\377\210\212\205\60\204\0\0\0\0\15\210\212\205\60\210\212\205\377\377\377\377\377\331\326\320\377\250\247\241\377\276\275\271\377\316\315\312\377\317\316\314\377\306\305\305\377\275\275\275\377\377\377\377\377\210\212\205\377\210\212\205\60\203\0\0\0\0\7\210\212\205\377\344\344\343\377\271\270\263\377\225\224\216\377\333\332\331\377\354\354\353\377\365\365\365\377\202\377\377\377\377\4\305\305\305\377\261\256\252\377\352\352\351\377\210\212\205\377\203\0\0\0\0\4\210\212\205\377\367\367\367\377\257\256\254\377\365\365\365\377\204\377\377\377\377\5\353\353\353\377\330\330\330\377\315\314\311\377\367\367\367\377\210\212\205\377\203\0\0\0\0\4\210\212\205\377\377\377\377\377\346\345\342\377\252\251\247\377\202\353\353\353\377\7\341\341\341\377\330\330\330\377\317\317\317\377\246\245\241\377\363\363\362\377\377\377\377\377\210\212\205\377\203\0\0\0\0\5\210\212\205\377\377\377\377\377\373\373\370\377\342\342\337\377\222\221\221\377\202\266\264\263\377\6\274\273\267\377\241\240\240\377\363\363\362\377\367\365\363\377\377\377\377\377\210\212\205\377\203\0\0\0\0\5\210\212\205\377\377\377\377\377\373\373\370\377\360\357\355\377\245\242\235\377\203\373\373\370\377\5\220\215\207\377\371\367\363\377\362\360\354\377\377\377\377\377\210\212\205\377\203\0\0\0\0\4\210\212\205\377\377\377\377\377\373\372\367\377\262\261\256\377\203\373\373\370\377\202\371\370\364\377\4\274\273\267\377\351\347\342\377\377\377\377\377\210\212\205\377\203\0\0\0\0\15\210\212\205\377\377\377\377\377\311\307\304\377\373\373\370\377\367\365\361\377\372\371\366\377\370\366\362\377\372\370\365\377\367\365\362\377\353\350\343\377\317\316\312\377\377\377\377\377\210\212\205\377\203\0\0\0\0\2\210\212\205\377\360\360\360\377\211\377\377\377\377\2\360\360\360\377\210\212\205\377\203\0\0\0\0\1\210\212\205\217\213\210\212\205\377\1\210\212\205\217\221\0\0\0\0")
+ "*"
+ 9 0
+ (proc-arg 0 "run-mode" "Interactive, non-interactive")
+ (proc-arg 13 "image" "Input image")
+ (proc-arg 16 "drawable" "Drawable to save")
+ (proc-arg 4 "filename" "The name of the file to save the image in")
+ (proc-arg 4 "to-address" "The email address to send to")
+ (proc-arg 4 "from-address" "The email address for the From: field")
+ (proc-arg 4 "subject" "The subject")
+ (proc-arg 4 "comment" "The Comment")
+ (proc-arg 0 "encapsulation" "ignored")))
+(plug-in-def "/usr/lib/gimp/2.0/plug-ins/file-wmf" 1194004800
+ (proc-def "file-wmf-load" 1
+ "Loads files in the WMF file format"
+ "Loads files in the WMF file format"
+ "Dom Lachowicz <cinamod@hotmail.com>"
+ "Dom Lachowicz <cinamod@hotmail.com>"
+ "(c) 2003 - Version 0.3.0"
+ "Microsoft WMF file"
+ 0
+ (icon stock-id -1 "")
+ (load-proc
+ (extension "wmf,apm")
+ (magic "0,string,\\327\\315\\306\\232,0,string,\\1\\0\\11\\0")
+ (mime-type "image/x-wmf")
+ (thumb-loader "file-wmf-load-thumb"))
+ ""
+ 6 1
+ (proc-arg 0 "run-mode" "Interactive, non-interactive")
+ (proc-arg 4 "filename" "The name of the file to load")
+ (proc-arg 4 "raw-filename" "The name of the file to load")
+ (proc-arg 3 "resolution" "Resolution to use for rendering the WMF (defaults to 72 dpi")
+ (proc-arg 0 "width" "Width (in pixels) to load the WMF in, 0 for original width")
+ (proc-arg 0 "height" "Height (in pixels) to load the WMF in, 0 for original height")
+ (proc-arg 13 "image" "Output image"))
+ (proc-def "file-wmf-load-thumb" 1
+ "Loads a small preview from a WMF image"
+ ""
+ "Dom Lachowicz <cinamod@hotmail.com>"
+ "Dom Lachowicz <cinamod@hotmail.com>"
+ "(c) 2003 - Version 0.3.0"
+ ""
+ 0
+ (icon stock-id -1 "")
+ ""
+ 2 3
+ (proc-arg 4 "filename" "The name of the file to load")
+ (proc-arg 0 "thumb-size" "Preferred thumbnail size")
+ (proc-arg 13 "image" "Thumbnail image")
+ (proc-arg 0 "image-width" "Width of full-sized image")
+ (proc-arg 0 "image-height" "Height of full-sized image")))
+(plug-in-def "/usr/lib/gimp/2.0/plug-ins/hot" 1194004800
+ (proc-def "plug-in-hot" 1
+ "Find and fix pixels that may be unsafely bright"
+ "hot scans an image for pixels that will give unsave values of chrominance or composite signale amplitude when encoded into an NTSC or PAL signal. Three actions can be performed on these ``hot'' pixels. (0) reduce luminance, (1) reduce saturation, or (2) Blacken."
+ "Eric L. Hernes, Alan Wm Paeth"
+ "Eric L. Hernes"
+ "1997"
+ "_Hot..."
+ 1
+ (menu-path "<Image>/Colors/Modify")
+ (icon stock-id -1 "")
+ "RGB"
+ 6 0
+ (proc-arg 0 "run-mode" "Interactive, non-interactive")
+ (proc-arg 13 "image" "The Image")
+ (proc-arg 16 "drawable" "The Drawable")
+ (proc-arg 0 "mode" "Mode -- NTSC/PAL")
+ (proc-arg 0 "action" "The action to perform")
+ (proc-arg 0 "new-layer" "Create a new layer if True")))
+(plug-in-def "/usr/lib/gimp/2.0/plug-ins/semi-flatten" 1194004800
+ (proc-def "plug-in-semiflatten" 1
+ "Replace partial transparency with the current background color"
+ "This plugin flattens pixels in an RGBA image that aren't completely transparent against the current GIMP background color"
+ "Adam D. Moss (adam@foxbox.org)"
+ "Adam D. Moss (adam@foxbox.org)"
+ "27th January 1998"
+ "_Semi-Flatten"
+ 2
+ (menu-path "<Image>/Filters/Web")
+ (menu-path "<Image>/Layer/Transparency/Modify")
+ (icon stock-id -1 "")
+ "RGBA"
+ 3 0
+ (proc-arg 0 "run-mode" "Interactive, non-interactive")
+ (proc-arg 13 "image" "Input image (unused)")
+ (proc-arg 16 "drawable" "Input drawable")))
+(plug-in-def "/usr/lib/gimp/2.0/plug-ins/color-cube-analyze" 1194004800
+ (proc-def "plug-in-ccanalyze" 1
+ "Analyze the set of colors in the image"
+ "Analyze colorcube and print some information about the current image (also displays a color-histogram)"
+ "robert@experimental.net"
+ "robert@experimental.net"
+ "June 20th, 1997"
+ "Colorcube A_nalysis..."
+ 1
+ (menu-path "<Image>/Colors/Info")
+ (icon stock-id -1 "")
+ "RGB*, GRAY*, INDEXED*"
+ 3 1
+ (proc-arg 0 "run-mode" "Interactive, non-interactive")
+ (proc-arg 13 "image" "Input image")
+ (proc-arg 16 "drawable" "Input drawable")
+ (proc-arg 0 "num-colors" "Number of colors in the image")))
+(plug-in-def "/usr/lib/gimp/2.0/plug-ins/sample-colorize" 1194004800
+ (proc-def "plug-in-sample-colorize" 1
+ "Colorize image using a sample image as a guide"
+ "This plug-in colorizes the contents of the specified (gray) layer with the help of a sample (color) layer. It analyzes all colors in the sample layer. The sample colors are sorted by brightness (== intentisty) and amount and stored in a sample colortable (where brightness is the index) The pixels of the destination layer are remapped with the help of the sample colortable. If use_subcolors is TRUE, the remapping process uses all sample colors of the corresponding brightness-intensity and distributes the subcolors according to their amount in the sample (If the sample has 5 green, 3 yellow, and 1 red pixel of the intensity value 105, the destination pixels at intensity value 105 are randomly painted in green, yellow and red in a relation of 5:3:1 If use_subcolors is FALSE only one sample color per intensity is used. (green will be used in this example) The brightness intensity value is transformed at the remapping process according to the levels: out_lo, out_hi, in_lo, in_high and gamma The in_low / in_high levels specify an initial mapping of the intensity. The gamma value determines how intensities are interpolated between the in_lo and in_high levels. A gamma value of 1.0 results in linear interpolation. Higher gamma values results in more high-level intensities Lower gamma values results in more low-level intensities The out_low/out_high levels constrain the resulting intensity index The intensity index is used to pick the corresponding color in the sample colortable. If hold_inten is FALSE the picked color is used 1:1 as resulting remap_color. If hold_inten is TRUE The brightness of the picked color is adjusted back to the origial intensity value (only hue and saturation are taken from the picked sample color) (or to the input level, if orig_inten is set FALSE) Works on both Grayscale and RGB image with/without alpha channel. (the image with the dst_drawable is converted to RGB if necessary) The sample_drawable should be of type RGB or RGBA"
+ "Wolfgang Hofer"
+ "hof@hotbot.com"
+ "02/2000"
+ "_Sample Colorize..."
+ 1
+ (menu-path "<Image>/Colors/Map")
+ (icon stock-id -1 "")
+ "RGB*, GRAY*"
+ 13 0
+ (proc-arg 0 "run-mode" "Interactive, non-interactive")
+ (proc-arg 13 "image" "Input image (unused)")
+ (proc-arg 16 "dst-drawable" "The drawable to be colorized (Type GRAY* or RGB*)")
+ (proc-arg 16 "sample-drawable" "Sample drawable (should be of Type RGB or RGBA)")
+ (proc-arg 0 "hold-inten" "hold brightness intensity levels (TRUE, FALSE)")
+ (proc-arg 0 "orig-inten" "TRUE: hold brightness of original intensity levels. FALSE: Hold Intensity of input levels")
+ (proc-arg 0 "rnd-subcolors" "TRUE: Use all subcolors of same intensity, FALSE: use only one color per intensity")
+ (proc-arg 0 "guess-missing" "TRUE: guess samplecolors for the missing intensity values FALSE: use only colors found in the sample")
+ (proc-arg 0 "in-low" "intensity of lowest input (0 <= in_low <= 254)")
+ (proc-arg 0 "in-high" "intensity of highest input (1 <= in_high <= 255)")
+ (proc-arg 3 "gamma" "gamma correction factor (0.1 <= gamma <= 10) where 1.0 is linear")
+ (proc-arg 0 "out-low" "lowest sample color intensity (0 <= out_low <= 254)")
+ (proc-arg 0 "out-high" "highest sample color intensity (1 <= out_high <= 255)")))
+(plug-in-def "/usr/lib/gimp/2.0/plug-ins/cml-explorer" 1194004800
+ (proc-def "plug-in-cml-explorer" 1
+ "Create abstract Coupled-Map Lattice patterns"
+ "Make an image of Coupled-Map Lattice (CML). CML is a kind of Cellula Automata on continuous (value) domain. In GIMP_RUN_NONINTERACTIVE, the name of a prameter file is passed as the 4th arg. You can control CML_explorer via parameter file."
+ "Shuji Narazaki (narazaki@InetQ.or.jp); http://www.inetq.or.jp/~narazaki/TheGIMP/"
+ "Shuji Narazaki"
+ "1997"
+ "CML _Explorer..."
+ 1
+ (menu-path "<Image>/Filters/Render/Pattern")
+ (icon stock-id -1 "")
+ "RGB*, GRAY*"
+ 4 0
+ (proc-arg 0 "ru--mode" "Interactive, non-interactive")
+ (proc-arg 13 "image" "Input image (not used)")
+ (proc-arg 16 "drawable" "Input drawable")
+ (proc-arg 4 "parameter-filename" "The name of parameter file. CML_explorer makes an image with its settings.")))
+(plug-in-def "/usr/lib/gimp/2.0/plug-ins/edge" 1194004800
+ (proc-def "plug-in-edge" 1
+ "Several simple methods for detecting edges"
+ "Perform edge detection on the contents of the specified drawable.AMOUNT is an arbitrary constant, WRAPMODE is like displace plug-in (useful for tilable image). EDGEMODE sets the kind of matrix transform applied to the pixels, SOBEL was the method used in older versions."
+ "Peter Mattis & (ported to 1.0 by) Eiichi Takamori"
+ "Peter Mattis"
+ "1996"
+ "_Edge..."
+ 1
+ (menu-path "<Image>/Filters/Edge-Detect")
+ (icon stock-id -1 "")
+ "RGB*, GRAY*"
+ 6 0
+ (proc-arg 0 "run-mode" "Interactive, non-interactive")
+ (proc-arg 13 "image" "Input image (unused)")
+ (proc-arg 16 "drawable" "Input drawable")
+ (proc-arg 3 "amount" "Edge detection amount")
+ (proc-arg 0 "wrapmode" "Edge detection behavior: { WRAP (0), SMEAR (1), BLACK (2) }")
+ (proc-arg 0 "edgemode" "Edge detection algorithm: { SOBEL (0), PREWITT (1), GRADIENT (2), ROBERTS (3), DIFFERENTIAL (4), LAPLACE (5) }")))
+(plug-in-def "/usr/lib/gimp/2.0/plug-ins/mosaic" 1194004800
+ (proc-def "plug-in-mosaic" 1
+ "Convert the image into irregular tiles"
+ "Help not yet written for this plug-in"
+ "Spencer Kimball"
+ "Spencer Kimball & Peter Mattis"
+ "1996"
+ "_Mosaic..."
+ 1
+ (menu-path "<Image>/Filters/Distorts")
+ (icon stock-id -1 "")
+ "RGB*, GRAY*"
+ 15 0
+ (proc-arg 0 "run-mode" "Interactive, non-interactive")
+ (proc-arg 13 "image" "Input image")
+ (proc-arg 16 "drawable" "Input drawable")
+ (proc-arg 3 "tile-size" "Average diameter of each tile (in pixels)")
+ (proc-arg 3 "tile-height" "Apparent height of each tile (in pixels)")
+ (proc-arg 3 "tile-spacing" "Inter-tile spacing (in pixels)")
+ (proc-arg 3 "tile-neatness" "Deviation from perfectly formed tiles (0.0 - 1.0)")
+ (proc-arg 0 "tile-allow-split" "Allows splitting tiles at hard edges")
+ (proc-arg 3 "light-dir" "Direction of light-source (in degrees)")
+ (proc-arg 3 "color-variation" "Magnitude of random color variations (0.0 - 1.0)")
+ (proc-arg 0 "antialiasing" "Enables smoother tile output at the cost of speed")
+ (proc-arg 0 "color-averaging" "Tile color based on average of subsumed pixels")
+ (proc-arg 0 "tile-type" "Tile geometry: { SQUARES (0), HEXAGONS (1), OCTAGONS (2), TRIANGLES (3) }")
+ (proc-arg 0 "tile-surface" "Surface characteristics: { SMOOTH (0), ROUGH (1) }")
+ (proc-arg 0 "grout-color" "Grout color (black/white or fore/background): { BW (0), FG_BG (1) }")))
+(plug-in-def "/usr/lib/gimp/2.0/plug-ins/fractal-explorer" 1194004800
+ (proc-def "plug-in-fractalexplorer" 1
+ "Render fractal art"
+ "No help yet."
+ "Daniel Cotting (cotting@multimania.com, www.multimania.com/cotting)"
+ "Daniel Cotting (cotting@multimania.com, www.multimania.com/cotting)"
+ "December, 1998"
+ "_Fractal Explorer..."
+ 1
+ (menu-path "<Image>/Filters/Render")
+ (icon stock-id -1 "")
+ "RGB*, GRAY*"
+ 22 0
+ (proc-arg 0 "run-mode" "Interactive, non-interactive")
+ (proc-arg 13 "image" "Input image")
+ (proc-arg 16 "drawable" "Input drawable")
+ (proc-arg 2 "fractaltype" "0: Mandelbrot; 1: Julia; 2: Barnsley 1; 3: Barnsley 2; 4: Barnsley 3; 5: Spider; 6: ManOWar; 7: Lambda; 8: Sierpinski")
+ (proc-arg 3 "xmin" "xmin fractal image delimiter")
+ (proc-arg 3 "xmax" "xmax fractal image delimiter")
+ (proc-arg 3 "ymin" "ymin fractal image delimiter")
+ (proc-arg 3 "ymax" "ymax fractal image delimiter")
+ (proc-arg 3 "iter" "Iteration value")
+ (proc-arg 3 "cx" "cx value ( only Julia)")
+ (proc-arg 3 "cy" "cy value ( only Julia)")
+ (proc-arg 2 "colormode" "0: Apply colormap as specified by the parameters below; 1: Apply active gradient to final image")
+ (proc-arg 3 "redstretch" "Red stretching factor")
+ (proc-arg 3 "greenstretch" "Green stretching factor")
+ (proc-arg 3 "bluestretch" "Blue stretching factor")
+ (proc-arg 2 "redmode" "Red application mode (0:SIN;1:COS;2:NONE)")
+ (proc-arg 2 "greenmode" "Green application mode (0:SIN;1:COS;2:NONE)")
+ (proc-arg 2 "bluemode" "Blue application mode (0:SIN;1:COS;2:NONE)")
+ (proc-arg 2 "redinvert" "Red inversion mode (1: enabled; 0: disabled)")
+ (proc-arg 2 "greeninvert" "Green inversion mode (1: enabled; 0: disabled)")
+ (proc-arg 2 "blueinvert" "Green inversion mode (1: enabled; 0: disabled)")
+ (proc-arg 0 "ncolors" "Number of Colors for mapping (2<=ncolors<=8192)")))
+(plug-in-def "/usr/lib/gimp/2.0/plug-ins/wind" 1194004800
+ (proc-def "plug-in-wind" 1
+ "Smear image to give windblown effect"
+ "Renders a wind effect."
+ "Nigel Wetten"
+ "Nigel Wetten"
+ "May 2000"
+ "Wi_nd..."
+ 1
+ (menu-path "<Image>/Filters/Distorts")
+ (icon stock-id -1 "")
+ "RGB*"
+ 8 0
+ (proc-arg 0 "run-mode" "Interactive, non-interactive")
+ (proc-arg 13 "image" "Input image (unused)")
+ (proc-arg 16 "drawable" "Input drawable")
+ (proc-arg 0 "threshold" "Controls where blending will be done >= 0")
+ (proc-arg 0 "direction" "Left or Right: 0 or 1")
+ (proc-arg 0 "strength" "Controls the extent of the blending > 1")
+ (proc-arg 0 "algorithm" "WIND, BLAST")
+ (proc-arg 0 "edge" "LEADING, TRAILING, or BOTH")))
+(plug-in-def "/usr/lib/gimp/2.0/plug-ins/cartoon" 1194004800
+ (proc-def "plug-in-cartoon" 1
+ "Simulate a cartoon by enhancing edges"
+ "Propagates dark values in an image based on each pixel's relative darkness to a neighboring average. The idea behind this filter is to give the look of a black felt pen drawing subsequently shaded with color. This is achieved by darkening areas of the image which are measured to be darker than a neighborhood average. In this way, sufficiently large shifts in intensity are darkened to black. The rate at which they are darkened to black is determined by the second pct_black parameter. The mask_radius parameter controls the size of the pixel neighborhood over which the average intensity is computed and then compared to each pixel in the neighborhood to decide whether or not to darken it to black. Large values for mask_radius result in very thick black areas bordering the shaded regions of color and much less detail for black areas everywhere including inside regions of color. Small values result in more subtle pen strokes and detail everywhere. Small values for the pct_black make the blend from the color regions to the black border lines smoother and the lines themselves thinner and less noticable; larger values achieve the opposite effect."
+ "Spencer Kimball"
+ "Bit Specialists, Inc."
+ "2001"
+ "Ca_rtoon..."
+ 1
+ (menu-path "<Image>/Filters/Artistic")
+ (icon stock-id -1 "")
+ "RGB*, GRAY*"
+ 5 0
+ (proc-arg 0 "run-mode" "Interactive, non-interactive")
+ (proc-arg 13 "image" "Input image (unused)")
+ (proc-arg 16 "drawable" "Input drawable")
+ (proc-arg 3 "mask-radius" "Cartoon mask radius (radius of pixel neighborhood)")
+ (proc-arg 3 "pct-black" "Percentage of darkened pixels to set to black (0.0 - 1.0)")))
+(plug-in-def "/usr/lib/gimp/2.0/plug-ins/border-average" 1194004800
+ (proc-def "plug-in-borderaverage" 1
+ "Set foreground to the average color of the image border"
+ ""
+ "Philipp Klaus"
+ "Internet Access AG"
+ "1998"
+ "_Border Average..."
+ 1
+ (menu-path "<Image>/Colors/Info")
+ (icon stock-id -1 "")
+ "RGB*"
+ 5 1
+ (proc-arg 0 "run-mode" "Interactive, non-interactive")
+ (proc-arg 13 "image" "Input image (unused)")
+ (proc-arg 16 "drawable" "Input drawable")
+ (proc-arg 0 "thickness" "Border size to take in count")
+ (proc-arg 0 "bucket-exponent" "Bits for bucket size (default=4: 16 Levels)")
+ (proc-arg 10 "borderaverage" "The average color of the specified border.")))
+(plug-in-def "/usr/lib/gimp/2.0/plug-ins/file-psd-load" 1194004800
+ (proc-def "file-psd-load" 1
+ "Loads images from the Photoshop PSD file format"
+ "This plug-in loads images in Adobe Photoshop (TM) native PSD format."
+ "John Marshall"
+ "John Marshall"
+ "2007"
+ "Photoshop image"
+ 0
+ (icon stock-id -1 "")
+ (load-proc
+ (extension "psd")
+ (magic "0,string,8BPS")
+ (mime-type "image/x-psd")
+ (thumb-loader "file-psd-load-thumb"))
+ ""
+ 3 1
+ (proc-arg 0 "run-mode" "Interactive, non-interactive")
+ (proc-arg 4 "filename" "The name of the file to load")
+ (proc-arg 4 "raw-filename" "The name of the file to load")
+ (proc-arg 13 "image" "Output image"))
+ (proc-def "file-psd-load-thumb" 1
+ "Loads thumbnails from the Photoshop PSD file format"
+ "This plug-in loads thumnail images from Adobe Photoshop (TM) native PSD format files."
+ "John Marshall"
+ "John Marshall"
+ "2007"
+ ""
+ 0
+ (icon stock-id -1 "")
+ ""
+ 2 3
+ (proc-arg 4 "filename" "The name of the file to load")
+ (proc-arg 0 "thumb-size" "Preferred thumbnail size")
+ (proc-arg 13 "image" "Thumbnail image")
+ (proc-arg 0 "image-width" "Width of full-sized image")
+ (proc-arg 0 "image-height" "Height of full-sized image")))
+(plug-in-def "/usr/lib/gimp/2.0/plug-ins/compose" 1194004800
+ (proc-def "plug-in-compose" 1
+ "Create an image using multiple gray images as color channels"
+ "This function creates a new image from multiple gray images"
+ "Peter Kirchgessner"
+ "Peter Kirchgessner (peter@kirchgessner.net)"
+ "1997"
+ "C_ompose..."
+ 1
+ (menu-path "<Image>/Colors/Components")
+ (icon stock-id -1 "")
+ "GRAY*"
+ 7 1
+ (proc-arg 0 "run-mode" "Interactive, non-interactive")
+ (proc-arg 13 "image1" "First input image")
+ (proc-arg 16 "drawable" "Input drawable (not used)")
+ (proc-arg 13 "image2" "Second input image")
+ (proc-arg 13 "image3" "Third input image")
+ (proc-arg 13 "image4" "Fourth input image")
+ (proc-arg 4 "compose-type" "What to compose: \"RGB\", \"RGBA\", \"HSV\", \"HSL\", \"CMY\", \"CMYK\", \"LAB\", \"YCbCr_ITU_R470\", \"YCbCr_ITU_R709\", \"YCbCr_ITU_R470_256\", \"YCbCr_ITU_R709_256\"")
+ (proc-arg 13 "new-image" "Output image"))
+ (proc-def "plug-in-drawable-compose" 1
+ "Compose an image from multiple drawables of gray images"
+ "This function creates a new image from multiple drawables of gray images"
+ "Peter Kirchgessner"
+ "Peter Kirchgessner (peter@kirchgessner.net)"
+ "1998"
+ ""
+ 0
+ (icon stock-id -1 "")
+ "GRAY*"
+ 7 1
+ (proc-arg 0 "run-mode" "Interactive, non-interactive")
+ (proc-arg 13 "image1" "First input image (not used)")
+ (proc-arg 16 "drawable1" "First input drawable")
+ (proc-arg 16 "drawable2" "Second input drawable")
+ (proc-arg 16 "drawable3" "Third input drawable")
+ (proc-arg 16 "drawable4" "Fourth input drawable")
+ (proc-arg 4 "compose-type" "What to compose: \"RGB\", \"RGBA\", \"HSV\", \"HSL\", \"CMY\", \"CMYK\", \"LAB\", \"YCbCr_ITU_R470\", \"YCbCr_ITU_R709\", \"YCbCr_ITU_R470_256\", \"YCbCr_ITU_R709_256\"")
+ (proc-arg 13 "new-image" "Output image"))
+ (proc-def "plug-in-recompose" 1
+ "Recompose an image that was previously decomposed"
+ "This function recombines the grayscale layers produced by Decompose into a single RGB or RGBA layer, and replaces the originally decomposed layer with the result."
+ "Bill Skaggs"
+ "Bill Skaggs"
+ "2004"
+ "R_ecompose"
+ 1
+ (menu-path "<Image>/Colors/Components")
+ (icon stock-id -1 "")
+ "GRAY*"
+ 3 0
+ (proc-arg 0 "run-mode" "Interactive, non-interactive")
+ (proc-arg 13 "image" "Image to recompose from")
+ (proc-arg 16 "drawable" "Not used")))
+(plug-in-def "/usr/lib/gimp/2.0/plug-ins/colorify" 1194004800
+ (proc-def "plug-in-colorify" 1
+ "Replace all colors with shades of a specified color"
+ "Makes an average of the RGB channels and uses it to set the color"
+ "Francisco Bustamante"
+ "Francisco Bustamante"
+ "1.1"
+ "Colorif_y..."
+ 1
+ (menu-path "<Image>/Colors/Modify")
+ (icon stock-id -1 "")
+ "RGB*"
+ 4 0
+ (proc-arg 0 "run-mode" "Interactive, non-interactive")
+ (proc-arg 13 "image" "Input image")
+ (proc-arg 16 "drawable" "Input drawable")
+ (proc-arg 10 "color" "Color to apply")))
+(plug-in-def "/usr/lib/gimp/2.0/plug-ins/lens-apply" 1194004800
+ (proc-def "plug-in-applylens" 1
+ "Simulate an elliptical lens over the image"
+ "This plug-in uses Snell's law to draw an ellipsoid lens over the image"
+ "Morten Eriksen"
+ "Morten Eriksen"
+ "1997"
+ "Apply _Lens..."
+ 1
+ (menu-path "<Image>/Filters/Light and Shadow/Glass")
+ (icon stock-id -1 "")
+ "RGB*, GRAY*, INDEXED*"
+ 7 0
+ (proc-arg 0 "run-mode" "Interactive, non-interactive")
+ (proc-arg 13 "image" "Input image (unused)")
+ (proc-arg 16 "drawable" "Input drawable")
+ (proc-arg 3 "refraction" "Lens refraction index")
+ (proc-arg 0 "keep-surroundings" "Keep lens surroundings")
+ (proc-arg 0 "set-background" "Set lens surroundings to BG value")
+ (proc-arg 0 "set-transparent" "Set lens surroundings transparent")))
+(plug-in-def "/usr/lib/gimp/2.0/plug-ins/unsharp-mask" 1194004800
+ (proc-def "plug-in-unsharp-mask" 1
+ "The most widely useful method for sharpening an image"
+ "The unsharp mask is a sharpening filter that works by comparing using the difference of the image and a blurred version of the image. It is commonly used on photographic images, and is provides a much more pleasing result than the standard sharpen filter."
+ "Winston Chang <winstonc@cs.wisc.edu>"
+ "Winston Chang"
+ "1999"
+ "_Unsharp Mask..."
+ 1
+ (menu-path "<Image>/Filters/Enhance")
+ (icon stock-id -1 "")
+ "GRAY*, RGB*"
+ 6 0
+ (proc-arg 0 "run-mode" "Interactive, non-interactive")
+ (proc-arg 13 "image" "(unused)")
+ (proc-arg 16 "drawable" "Drawable to draw on")
+ (proc-arg 3 "radius" "Radius of gaussian blur (in pixels > 1.0)")
+ (proc-arg 3 "amount" "Strength of effect")
+ (proc-arg 0 "threshold" "Threshold (0-255)")))
+(plug-in-def "/usr/lib/gimp/2.0/plug-ins/file-gih" 1194004800
+ (proc-def "file-gih-load" 1
+ "loads images in GIMP brush pipe format"
+ "This plug-in loads a GIMP brush pipe as an image."
+ "Jens Lautenbacher, Sven Neumann"
+ "Jens Lautenbacher, Sven Neumann"
+ "2000"
+ "GIMP brush (animated)"
+ 0
+ (icon stock-id -1 "gimp-tool-paintbrush")
+ (load-proc
+ (extension "gih")
+ (mime-type "image/x-gimp-gih"))
+ ""
+ 3 1
+ (proc-arg 0 "run-mode" "Interactive, non-interactive")
+ (proc-arg 4 "filename" "The name of the file to load")
+ (proc-arg 4 "raw-filename" "The name of the file to load")
+ (proc-arg 13 "image" "Output image"))
+ (proc-def "file-gih-save" 1
+ "saves images in GIMP brush pipe format"
+ "This plug-in saves an image in the GIMP brush pipe format. The image must have an alpha chnannel and can be multi-layered, and additionally the layers can be divided into a rectangular array of brushes."
+ "Tor Lillqvist"
+ "Tor Lillqvist"
+ "1999"
+ "GIMP brush (animated)"
+ 0
+ (icon stock-id -1 "gimp-tool-paintbrush")
+ (save-proc
+ (extension "gih")
+ (mime-type "image/x-gimp-gih"))
+ "RGBA, GRAYA"
+ 15 0
+ (proc-arg 0 "run-mode" "Interactive, non-interactive")
+ (proc-arg 13 "image" "Input image")
+ (proc-arg 16 "drawable" "Drawable to save")
+ (proc-arg 4 "filename" "The name of the file to save the brush pipe in")
+ (proc-arg 4 "raw-filename" "The name of the file to save the brush pipe in")
+ (proc-arg 0 "spacing" "Spacing of the brush")
+ (proc-arg 4 "description" "Short description of the brush pipe")
+ (proc-arg 0 "cell-width" "Width of the brush cells")
+ (proc-arg 0 "cell-height" "Width of the brush cells")
+ (proc-arg 2 "display-cols" "Display column number")
+ (proc-arg 2 "display-rows" "Display row number")
+ (proc-arg 0 "dimension" "Dimension of the brush pipe")
+ (proc-arg 7 "rank" "Ranks of the dimensions")
+ (proc-arg 0 "dimension" "Dimension (again)")
+ (proc-arg 9 "sel" "Selection modes")))
+(plug-in-def "/usr/lib/gimp/2.0/plug-ins/file-tiff-load" 1194004800
+ (proc-def "file-tiff-load" 1
+ "loads files of the tiff file format"
+ "FIXME: write help for tiff_load"
+ "Spencer Kimball, Peter Mattis & Nick Lamb"
+ "Nick Lamb <njl195@zepler.org.uk>"
+ "1995-1996,1998-2003"
+ "TIFF image"
+ 0
+ (icon stock-id -1 "")
+ (load-proc
+ (extension "tif,tiff")
+ (magic "0,string,II*\\0,0,string,MM\\0*")
+ (mime-type "image/tiff"))
+ ""
+ 3 1
+ (proc-arg 0 "run-mode" "Interactive, non-interactive")
+ (proc-arg 4 "filename" "The name of the file to load")
+ (proc-arg 4 "raw-filename" "The name of the file to load")
+ (proc-arg 13 "image" "Output image")))
+(plug-in-def "/usr/lib/gimp/2.0/plug-ins/palette-offset.py" 1194004800
+ (proc-def "python-fu-palette-offset" 1
+ "Offset the colors in a palette"
+ "palette_offset (palette, amount) -> modified_palette"
+ "Joao S. O. Bueno Calligaris, Carol Spears"
+ "(c) Joao S. O. Bueno Calligaris"
+ "2004, 2006"
+ "_Offset Palette..."
+ 1
+ (menu-path "<Palettes>")
+ (icon stock-id -1 "")
+ ""
+ 3 1
+ (proc-arg 0 "run-mode" "Interactive, Non-Interactive")
+ (proc-arg 4 "palette" "Palette")
+ (proc-arg 0 "amount" "Offset")
+ (proc-arg 4 "new-palette" "Result"))
+ (locale-def "gimp20-python" "/usr/share/locale"))
+(plug-in-def "/usr/lib/gimp/2.0/plug-ins/destripe" 1194004800
+ (proc-def "plug-in-destripe" 1
+ "Remove vertical stripe artifacts from the image"
+ "This plug-in tries to remove vertical stripes from an image."
+ "Marc Lehmann <pcg@goof.com>"
+ "Marc Lehmann <pcg@goof.com>"
+ "0.2"
+ "Des_tripe..."
+ 1
+ (menu-path "<Image>/Filters/Enhance")
+ (icon stock-id -1 "")
+ "RGB*, GRAY*"
+ 4 0
+ (proc-arg 0 "run-mode" "Interactive, non-interactive")
+ (proc-arg 13 "image" "Input image")
+ (proc-arg 16 "drawable" "Input drawable")
+ (proc-arg 0 "avg-width" "Averaging filter width (default = 36)")))
+(plug-in-def "/usr/lib/gimp/2.0/plug-ins/nova" 1194004800
+ (proc-def "plug-in-nova" 1
+ "Add a starburst to the image"
+ "This plug-in produces an effect like a supernova burst. The amount of the light effect is approximately in proportion to 1/r, where r is the distance from the center of the star. It works with RGB*, GRAY* image."
+ "Eiichi Takamori"
+ "Eiichi Takamori"
+ "May 2000"
+ "Super_nova..."
+ 1
+ (menu-path "<Image>/Filters/Light and Shadow/Light")
+ (icon stock-id -1 "")
+ "RGB*, GRAY*"
+ 9 0
+ (proc-arg 0 "run-mode" "Interactive, non-interactive")
+ (proc-arg 13 "image" "Input image (unused)")
+ (proc-arg 16 "drawable" "Input drawable")
+ (proc-arg 0 "xcenter" "X coordinates of the center of supernova")
+ (proc-arg 0 "ycenter" "Y coordinates of the center of supernova")
+ (proc-arg 10 "color" "Color of supernova")
+ (proc-arg 0 "radius" "Radius of supernova")
+ (proc-arg 0 "nspoke" "Number of spokes")
+ (proc-arg 0 "randomhue" "Random hue")))
+(plug-in-def "/usr/lib/gimp/2.0/plug-ins/foggify.py" 1194004800
+ (proc-def "python-fu-foggify" 1
+ "Add a layer of fog"
+ "Adds a layer of fog to the image."
+ "James Henstridge"
+ "James Henstridge"
+ "1999,2007"
+ "_Fog..."
+ 1
+ (menu-path "<Image>/Filters/Render/Clouds")
+ (icon stock-id -1 "")
+ "RGB*, GRAY*"
+ 7 0
+ (proc-arg 0 "run-mode" "Interactive, Non-Interactive")
+ (proc-arg 13 "image" "Input image")
+ (proc-arg 16 "drawable" "Input drawable")
+ (proc-arg 4 "name" "Layer name")
+ (proc-arg 10 "colour" "Fog colour")
+ (proc-arg 3 "turbulence" "Turbulence")
+ (proc-arg 3 "opacity" "Opacity"))
+ (locale-def "gimp20-python" "/usr/share/locale"))
+(plug-in-def "/usr/lib/gimp/2.0/plug-ins/bump-map" 1194004800
+ (proc-def "plug-in-bump-map" 1
+ "Create an embossing effect using a bump map"
+ "This plug-in uses the algorithm described by John Schlag, \"Fast Embossing Effects on Raster Image Data\" in Graphics GEMS IV (ISBN 0-12-336155-9). It takes a drawable to be applied as a bump map to another image and produces a nice embossing effect."
+ "Federico Mena Quintero, Jens Lautenbacher & Sven Neumann"
+ "Federico Mena Quintero, Jens Lautenbacher & Sven Neumann"
+ "April 2000, 3.0-pre1-ac2"
+ "_Bump Map..."
+ 1
+ (menu-path "<Image>/Filters/Map")
+ (icon stock-id -1 "")
+ "RGB*, GRAY*"
+ 14 0
+ (proc-arg 0 "run-mode" "Interactive, non-interactive")
+ (proc-arg 13 "image" "Input image")
+ (proc-arg 16 "drawable" "Input drawable")
+ (proc-arg 16 "bumpmap" "Bump map drawable")
+ (proc-arg 3 "azimuth" "Azimuth")
+ (proc-arg 3 "elevation" "Elevation")
+ (proc-arg 0 "depth" "Depth")
+ (proc-arg 0 "xofs" "X offset")
+ (proc-arg 0 "yofs" "Y offset")
+ (proc-arg 0 "waterlevel" "Level that full transparency should represent")
+ (proc-arg 0 "ambient" "Ambient lighting factor")
+ (proc-arg 0 "compensate" "Compensate for darkening")
+ (proc-arg 0 "invert" "Invert bumpmap")
+ (proc-arg 0 "type" "Type of map (LINEAR (0), SPHERICAL (1), SINUSOIDAL (2))"))
+ (proc-def "plug-in-bump-map-tiled" 1
+ "Create an embossing effect using a tiled image as a bump map"
+ "This plug-in uses the algorithm described by John Schlag, \"Fast Embossing Effects on Raster Image Data\" in Graphics GEMS IV (ISBN 0-12-336155-9). It takes a drawable to be tiled and applied as a bump map to another image and produces a nice embossing effect."
+ "Federico Mena Quintero, Jens Lautenbacher & Sven Neumann"
+ "Federico Mena Quintero, Jens Lautenbacher & Sven Neumann"
+ "April 2000, 3.0-pre1-ac2"
+ ""
+ 0
+ (icon stock-id -1 "")
+ "RGB*, GRAY*"
+ 14 0
+ (proc-arg 0 "run-mode" "Interactive, non-interactive")
+ (proc-arg 13 "image" "Input image")
+ (proc-arg 16 "drawable" "Input drawable")
+ (proc-arg 16 "bumpmap" "Bump map drawable")
+ (proc-arg 3 "azimuth" "Azimuth")
+ (proc-arg 3 "elevation" "Elevation")
+ (proc-arg 0 "depth" "Depth")
+ (proc-arg 0 "xofs" "X offset")
+ (proc-arg 0 "yofs" "Y offset")
+ (proc-arg 0 "waterlevel" "Level that full transparency should represent")
+ (proc-arg 0 "ambient" "Ambient lighting factor")
+ (proc-arg 0 "compensate" "Compensate for darkening")
+ (proc-arg 0 "invert" "Invert bumpmap")
+ (proc-arg 0 "type" "Type of map (LINEAR (0), SPHERICAL (1), SINUSOIDAL (2))")))
+(plug-in-def "/usr/lib/gimp/2.0/plug-ins/oilify" 1194004800
+ (proc-def "plug-in-oilify" 1
+ "Smear colors to simulate an oil painting"
+ "This function performs the well-known oil-paint effect on the specified drawable."
+ "Torsten Martinsen"
+ "Torsten Martinsen"
+ "1996"
+ "Oili_fy..."
+ 1
+ (menu-path "<Image>/Filters/Artistic")
+ (icon stock-id -1 "")
+ "RGB*, GRAY*"
+ 5 0
+ (proc-arg 0 "run-mode" "Interactive, non-interactive")
+ (proc-arg 13 "image" "Input image (unused)")
+ (proc-arg 16 "drawable" "Input drawable")
+ (proc-arg 0 "mask-size" "Oil paint mask size")
+ (proc-arg 0 "mode" "Algorithm {RGB (0), INTENSITY (1)}"))
+ (proc-def "plug-in-oilify-enhanced" 1
+ "Smear colors to simulate an oil painting"
+ "This function performs the well-known oil-paint effect on the specified drawable."
+ "Torsten Martinsen, Daniel Richard G."
+ "Torsten Martinsen, Daniel Richard G."
+ "2007"
+ ""
+ 0
+ (icon stock-id -1 "")
+ "RGB*, GRAY*"
+ 8 0
+ (proc-arg 0 "run-mode" "Interactive, non-interactive")
+ (proc-arg 13 "image" "Input image (unused)")
+ (proc-arg 16 "drawable" "Input drawable")
+ (proc-arg 0 "mode" "Algorithm {RGB (0), INTENSITY (1)}")
+ (proc-arg 0 "mask-size" "Oil paint mask size")
+ (proc-arg 16 "mask-size-map" "Mask size control map")
+ (proc-arg 0 "exponent" "Oil paint exponent")
+ (proc-arg 16 "exponent-map" "Exponent control map")))
+(plug-in-def "/usr/lib/gimp/2.0/plug-ins/map-object" 1194004800
+ (proc-def "plug-in-map-object" 1
+ "Map the image to an object (plane, sphere, box or cylinder)"
+ "No help yet"
+ "Tom Bech & Federico Mena Quintero"
+ "Tom Bech & Federico Mena Quintero"
+ "Version 1.2.0, July 16 1998"
+ "Map _Object..."
+ 1
+ (menu-path "<Image>/Filters/Map")
+ (icon stock-id -1 "")
+ "RGB*"
+ 49 0
+ (proc-arg 0 "run-mode" "Interactive (0), non-interactive (1)")
+ (proc-arg 13 "image" "Input image")
+ (proc-arg 16 "drawable" "Input drawable")
+ (proc-arg 0 "maptype" "Type of mapping (0=plane,1=sphere,2=box,3=cylinder)")
+ (proc-arg 3 "viewpoint-x" "Position of viewpoint (x,y,z)")
+ (proc-arg 3 "viewpoint-y" "Position of viewpoint (x,y,z)")
+ (proc-arg 3 "viewpoint-z" "Position of viewpoint (x,y,z)")
+ (proc-arg 3 "position-x" "Object position (x,y,z)")
+ (proc-arg 3 "position-y" "Object position (x,y,z)")
+ (proc-arg 3 "position-z" "Object position (x,y,z)")
+ (proc-arg 3 "firstaxis-x" "First axis of object [x,y,z]")
+ (proc-arg 3 "firstaxis-y" "First axis of object [x,y,z]")
+ (proc-arg 3 "firstaxis-z" "First axis of object [x,y,z]")
+ (proc-arg 3 "secondaxis-x" "Second axis of object [x,y,z]")
+ (proc-arg 3 "secondaxis-y" "Second axis of object [x,y,z]")
+ (proc-arg 3 "secondaxis-z" "Second axis of object [x,y,z]")
+ (proc-arg 3 "rotationangle-x" "Rotation about X axis in degrees")
+ (proc-arg 3 "rotationangle-y" "Rotation about Y axis in degrees")
+ (proc-arg 3 "rotationangle-z" "Rotation about Z axis in degrees")
+ (proc-arg 0 "lighttype" "Type of lightsource (0=point,1=directional,2=none)")
+ (proc-arg 10 "lightcolor" "Lightsource color (r,g,b)")
+ (proc-arg 3 "lightposition-x" "Lightsource position (x,y,z)")
+ (proc-arg 3 "lightposition-y" "Lightsource position (x,y,z)")
+ (proc-arg 3 "lightposition-z" "Lightsource position (x,y,z)")
+ (proc-arg 3 "lightdirection-x" "Lightsource direction [x,y,z]")
+ (proc-arg 3 "lightdirection-y" "Lightsource direction [x,y,z]")
+ (proc-arg 3 "lightdirection-z" "Lightsource direction [x,y,z]")
+ (proc-arg 3 "ambient-intensity" "Material ambient intensity (0..1)")
+ (proc-arg 3 "diffuse-intensity" "Material diffuse intensity (0..1)")
+ (proc-arg 3 "diffuse-reflectivity" "Material diffuse reflectivity (0..1)")
+ (proc-arg 3 "specular-reflectivity" "Material specular reflectivity (0..1)")
+ (proc-arg 3 "highlight" "Material highlight (0..->), note: it's expotential")
+ (proc-arg 0 "antialiasing" "Apply antialiasing (TRUE/FALSE)")
+ (proc-arg 0 "tiled" "Tile source image (TRUE/FALSE)")
+ (proc-arg 0 "newimage" "Create a new image (TRUE/FALSE)")
+ (proc-arg 0 "transparentbackground" "Make background transparent (TRUE/FALSE)")
+ (proc-arg 3 "radius" "Sphere/cylinder radius (only used when maptype=1 or 3)")
+ (proc-arg 3 "x-scale" "Box x size (0..->)")
+ (proc-arg 3 "y-scale" "Box y size (0..->)")
+ (proc-arg 3 "z-scale" "Box z size (0..->)")
+ (proc-arg 3 "cylinder-length" "Cylinder length (0..->)")
+ (proc-arg 16 "box-front-drawable" "Box front face (set these to -1 if not used)")
+ (proc-arg 16 "box-back-drawable" "Box back face")
+ (proc-arg 16 "box-top-drawable" "Box top face")
+ (proc-arg 16 "box-bottom-drawable" "Box bottom face")
+ (proc-arg 16 "box-left-drawable" "Box left face")
+ (proc-arg 16 "box-right-drawable" "Box right face")
+ (proc-arg 16 "cyl-top-drawable" "Cylinder top face (set these to -1 if not used)")
+ (proc-arg 16 "cyl-bottom-drawable" "Cylinder bottom face")))
+(plug-in-def "/usr/lib/gimp/2.0/plug-ins/file-xwd" 1194004800
+ (proc-def "file-xwd-load" 1
+ "Loads files in the XWD (X Window Dump) format"
+ "Loads files in the XWD (X Window Dump) format. XWD image files are produced by the program xwd. Xwd is an X Window System window dumping utility."
+ "Peter Kirchgessner"
+ "Peter Kirchgessner"
+ "1996"
+ "X window dump"
+ 0
+ (icon stock-id -1 "")
+ (load-proc
+ (extension "xwd")
+ (magic "4,long,0x00000007")
+ (mime-type "image/x-xwindowdump"))
+ ""
+ 3 1
+ (proc-arg 0 "run-mode" "Interactive, non-interactive")
+ (proc-arg 4 "filename" "The name of the file to load")
+ (proc-arg 4 "raw-filename" "The name of the file to load")
+ (proc-arg 13 "image" "Output image"))
+ (proc-def "file-xwd-save" 1
+ "Saves files in the XWD (X Window Dump) format"
+ "XWD saving handles all image types except those with alpha channels."
+ "Peter Kirchgessner"
+ "Peter Kirchgessner"
+ "1996"
+ "X window dump"
+ 0
+ (icon stock-id -1 "")
+ (save-proc
+ (extension "xwd")
+ (mime-type "image/x-xwindowdump"))
+ "RGB, GRAY, INDEXED"
+ 5 0
+ (proc-arg 0 "run-mode" "Interactive, non-interactive")
+ (proc-arg 13 "image" "Input image")
+ (proc-arg 16 "drawable" "Drawable to save")
+ (proc-arg 4 "filename" "The name of the file to save the image in")
+ (proc-arg 4 "raw-filename" "The name of the file to save the image in")))
+(plug-in-def "/usr/lib/gimp/2.0/plug-ins/van-gogh-lic" 1194004800
+ (proc-def "plug-in-lic" 1
+ "Special effects that nobody understands"
+ "No help yet"
+ "Tom Bech & Federico Mena Quintero"
+ "Tom Bech & Federico Mena Quintero"
+ "Version 0.14, September 24 1997"
+ "_Van Gogh (LIC)..."
+ 1
+ (menu-path "<Image>/Filters/Artistic")
+ (icon stock-id -1 "")
+ "RGB*"
+ 3 0
+ (proc-arg 0 "run-mode" "Interactive")
+ (proc-arg 13 "image" "Input image")
+ (proc-arg 16 "drawable" "Input drawable")))
+(plug-in-def "/usr/lib/gimp/2.0/plug-ins/film" 1194004800
+ (proc-def "plug-in-film" 1
+ "Combine several images on a film strip"
+ "Compose several images to a roll film"
+ "Peter Kirchgessner"
+ "Peter Kirchgessner (peter@kirchgessner.net)"
+ "1997"
+ "_Filmstrip..."
+ 1
+ (menu-path "<Image>/Filters/Combine")
+ (icon stock-id -1 "")
+ "INDEXED*, GRAY*, RGB*"
+ 12 1
+ (proc-arg 0 "run-mode" "Interactive, non-interactive")
+ (proc-arg 13 "image" "Input image (only used as default image in interactive mode)")
+ (proc-arg 16 "drawable" "Input drawable (not used)")
+ (proc-arg 0 "film-height" "Height of film (0: fit to images)")
+ (proc-arg 10 "film-color" "Color of the film")
+ (proc-arg 0 "number-start" "Start index for numbering")
+ (proc-arg 4 "number-font" "Font for drawing numbers")
+ (proc-arg 10 "number-color" "Color for numbers")
+ (proc-arg 0 "at-top" "Flag for drawing numbers at top of film")
+ (proc-arg 0 "at-bottom" "Flag for drawing numbers at bottom of film")
+ (proc-arg 0 "num-images" "Number of images to be used for film")
+ (proc-arg 5 "image-ids" "num_images image IDs to be used for film")
+ (proc-arg 13 "new-image" "Output image")))
+(plug-in-def "/usr/lib/gimp/2.0/plug-ins/ifs-compose" 1194004800
+ (proc-def "plug-in-ifscompose" 1
+ "Create an Iterated Function System (IFS) fractal"
+ "Interactively create an Iterated Function System fractal. Use the window on the upper left to adjust the component transformations of the fractal. The operation that is performed is selected by the buttons underneath the window, or from a menu popped up by the right mouse button. The fractal will be rendered with a transparent background if the current image has an alpha channel."
+ "Owen Taylor"
+ "Owen Taylor"
+ "1997"
+ "_IFS Fractal..."
+ 1
+ (menu-path "<Image>/Filters/Render/Nature")
+ (icon stock-id -1 "")
+ "RGB*, GRAY*"
+ 3 0
+ (proc-arg 0 "run-mode" "Interactive, non-interactive")
+ (proc-arg 13 "image" "Input image")
+ (proc-arg 16 "drawable" "Input drawable")))
+(plug-in-def "/usr/lib/gimp/2.0/plug-ins/qbist" 1194004800
+ (proc-def "plug-in-qbist" 1
+ "Generate a huge variety of abstract patterns"
+ "This Plug-in is based on an article by Jörn Loviscach (appeared in c't 10/95, page 326). It generates modern art pictures from a random genetic formula."
+ "Jörn Loviscach, Jens Ch. Restemeier"
+ "Jörn Loviscach, Jens Ch. Restemeier"
+ "January 2001, 1.12"
+ "_Qbist..."
+ 1
+ (menu-path "<Image>/Filters/Render/Pattern")
+ (icon stock-id -1 "")
+ "RGB*"
+ 3 0
+ (proc-arg 0 "run-mode" "Interactive, non-interactive")
+ (proc-arg 13 "image" "Input image (unused)")
+ (proc-arg 16 "drawable" "Input drawable")))
+(plug-in-def "/usr/lib/gimp/2.0/plug-ins/file-pcx" 1194004800
+ (proc-def "file-pcx-load" 1
+ "Loads files in Zsoft PCX file format"
+ "FIXME: write help for pcx_load"
+ "Francisco Bustamante & Nick Lamb"
+ "Nick Lamb <njl195@zepler.org.uk>"
+ "January 1997"
+ "ZSoft PCX image"
+ 0
+ (icon stock-id -1 "")
+ (load-proc
+ (extension "pcx,pcc")
+ (magic "0&,byte,10,2&,byte,1,3&,byte,>0,3,byte,<9")
+ (mime-type "image/x-pcx"))
+ ""
+ 3 1
+ (proc-arg 0 "run-mode" "Interactive, non-interactive")
+ (proc-arg 4 "filename" "The name of the file to load")
+ (proc-arg 4 "raw-filename" "The name entered")
+ (proc-arg 13 "image" "Output image"))
+ (proc-def "file-pcx-save" 1
+ "Saves files in ZSoft PCX file format"
+ "FIXME: write help for pcx_save"
+ "Francisco Bustamante & Nick Lamb"
+ "Nick Lamb <njl195@zepler.org.uk>"
+ "January 1997"
+ "ZSoft PCX image"
+ 0
+ (icon stock-id -1 "")
+ (save-proc
+ (extension "pcx,pcc")
+ (mime-type "image/x-pcx"))
+ "INDEXED, RGB, GRAY"
+ 5 0
+ (proc-arg 0 "run-mode" "Interactive, non-interactive")
+ (proc-arg 13 "image" "Input image")
+ (proc-arg 16 "drawable" "Drawable to save")
+ (proc-arg 4 "filename" "The name of the file to save the image in")
+ (proc-arg 4 "raw-filename" "The name entered")))
+(plug-in-def "/usr/lib/gimp/2.0/plug-ins/web-browser" 1194004800
+ (proc-def "plug-in-web-browser" 1
+ "Open an URL in the user specified web browser"
+ "Opens the given URL in the user specified web browser."
+ "Henrik Brix Andersen <brix@gimp.org>"
+ "2003"
+ "2003/09/16"
+ ""
+ 0
+ (icon stock-id -1 "")
+ ""
+ 1 0
+ (proc-arg 4 "url" "URL to open")))
+(plug-in-def "/usr/lib/gimp/2.0/plug-ins/file-faxg3" 1194004800
+ (proc-def "file-faxg3-load" 1
+ "loads g3 fax files"
+ "This plug-in loads Fax G3 Image files."
+ "Jochen Friedrich"
+ "Jochen Friedrich, Gert Doering, Spencer Kimball & Peter Mattis"
+ "0.6"
+ "G3 fax image"
+ 0
+ (icon stock-id -1 "")
+ (load-proc
+ (extension "g3")
+ (magic "4,string,Research")
+ (mime-type "image/g3-fax"))
+ ""
+ 3 1
+ (proc-arg 0 "run-mode" "Interactive, non-interactive")
+ (proc-arg 4 "filename" "The name of the file to load")
+ (proc-arg 4 "raw-filename" "The name of the file to load")
+ (proc-arg 13 "image" "Output image")))
+(plug-in-def "/usr/lib/gimp/2.0/plug-ins/py-slice.py" 1194004800
+ (proc-def "python-fu-slice" 1
+ "Cuts an image along its guides, creates images and a HTML table snippet"
+ "Add guides to an image. Then run this. It will cut along the guides,\n and give you the html to reassemble the resulting images. If you\n choose to generate javascript for onmouseover and clicked events, it\n will use the lower three visible layers on the image for normal,\n onmouseover and clicked states, in that order. If skip caps is\n enabled, table cells on the edge of the table won't become animated,\n and its images will be taken from the active layer."
+ "Manish Singh"
+ "Manish Singh"
+ "2003"
+ "_Slice..."
+ 1
+ (menu-path "<Image>/Filters/Web")
+ (icon stock-id -1 "")
+ "*"
+ 12 0
+ (proc-arg 0 "run-mode" "Interactive, Non-Interactive")
+ (proc-arg 13 "image" "Input image")
+ (proc-arg 16 "drawable" "Input drawable")
+ (proc-arg 4 "save-path" "Path for HTML export")
+ (proc-arg 4 "html-filename" "Filename for export")
+ (proc-arg 4 "image-basename" "Image name prefix")
+ (proc-arg 4 "image-extension" "Image format")
+ (proc-arg 0 "separate-image-dir" "Separate image folder")
+ (proc-arg 4 "relative-image-path" "Folder for image export")
+ (proc-arg 0 "cellspacing" "Space between table elements")
+ (proc-arg 0 "animate" "Javascript for onmouseover and clicked")
+ (proc-arg 0 "skip-caps" "Skip animation for table caps"))
+ (locale-def "gimp20-python" "/usr/share/locale"))
+(plug-in-def "/usr/lib/gimp/2.0/plug-ins/smooth-palette" 1194004800
+ (proc-def "plug-in-smooth-palette" 1
+ "Derive a smooth color palette from the image"
+ "help!"
+ "Scott Draves"
+ "Scott Draves"
+ "1997"
+ "Smoo_th Palette..."
+ 1
+ (menu-path "<Image>/Colors/Info")
+ (icon stock-id -1 "")
+ "RGB*"
+ 7 2
+ (proc-arg 0 "run-mode" "Interactive, non-interactive")
+ (proc-arg 13 "image" "Input image (unused)")
+ (proc-arg 16 "drawable" "Input drawable")
+ (proc-arg 0 "width" "Width")
+ (proc-arg 0 "height" "Height")
+ (proc-arg 0 "ntries" "Search Depth")
+ (proc-arg 0 "show-image" "Show Image?")
+ (proc-arg 13 "new-image" "Output image")
+ (proc-arg 14 "new-layer" "Output layer")))
+(plug-in-def "/usr/lib/gimp/2.0/plug-ins/filter-pack" 1194004800
+ (proc-def "plug-in-filter-pack" 1
+ "Interactively modify the image colors"
+ "Interactively modify the image colors."
+ "Pavel Grinfeld (pavel@ml.com)"
+ "Pavel Grinfeld (pavel@ml.com)"
+ "27th March 1997"
+ "_Filter Pack..."
+ 1
+ (menu-path "<Image>/Colors/Modify")
+ (icon stock-id -1 "")
+ "RGB*"
+ 3 0
+ (proc-arg 0 "run-mode" "Interactive, non-interactive")
+ (proc-arg 13 "image" "Input image (used for indexed images)")
+ (proc-arg 16 "drawable" "Input drawable")))
+(plug-in-def "/usr/lib/gimp/2.0/plug-ins/file-raw" 1194004800
+ (proc-def "file-raw-load" 1
+ "Load raw images, specifying image information"
+ "Load raw images, specifying image information"
+ "timecop, pg@futureware.at"
+ "timecop, pg@futureware.at"
+ "Aug 2004"
+ "Raw image data"
+ 0
+ (icon stock-id -1 "")
+ (load-proc)
+ ""
+ 3 1
+ (proc-arg 0 "run-mode" "Interactive")
+ (proc-arg 4 "filename" "The name of the file to load")
+ (proc-arg 4 "raw-filename" "The name entered")
+ (proc-arg 13 "image" "Output image"))
+ (proc-def "file-raw-save" 1
+ "Dump images to disk in raw format"
+ "Dump images to disk in raw format"
+ "timecop, pg@futureware.at"
+ "timecop, pg@futureware.at"
+ "Aug 2004"
+ "Raw image data"
+ 0
+ (icon stock-id -1 "")
+ (save-proc)
+ "INDEXED, GRAY, RGB, RGBA"
+ 5 0
+ (proc-arg 0 "run-mode" "Interactive, non-interactive")
+ (proc-arg 13 "image" "Input image")
+ (proc-arg 16 "drawable" "Drawable to save")
+ (proc-arg 4 "filename" "The name of the file to save the image in")
+ (proc-arg 4 "raw-filename" "The name entered")))
+(plug-in-def "/usr/lib/gimp/2.0/plug-ins/ripple" 1194004800
+ (proc-def "plug-in-ripple" 1
+ "Displace pixels in a ripple pattern"
+ "Ripples the pixels of the specified drawable. Each row or column will be displaced a certain number of pixels coinciding with the given wave form"
+ "Brian Degenhardt <bdegenha@ucsd.edu>"
+ "Brian Degenhardt"
+ "1997"
+ "_Ripple..."
+ 1
+ (menu-path "<Image>/Filters/Distorts")
+ (icon stock-id -1 "")
+ "RGB*, GRAY*"
+ 10 0
+ (proc-arg 0 "run-mode" "Interactive, non-interactive")
+ (proc-arg 13 "image" "Input image (unused)")
+ (proc-arg 16 "drawable" "Input drawable")
+ (proc-arg 0 "period" "period; number of pixels for one wave to complete")
+ (proc-arg 0 "amplitude" "amplitude; maximum displacement of wave")
+ (proc-arg 0 "orientation" "orientation; 0 = Horizontal, 1 = Vertical")
+ (proc-arg 0 "edges" "edges; 0 = smear, 1 = wrap, 2 = blank")
+ (proc-arg 0 "waveform" "0 = sawtooth, 1 = sine wave")
+ (proc-arg 0 "antialias" "antialias; True or False")
+ (proc-arg 0 "tile" "tile; if this is true, the image will retain it's tilability")))
+(plug-in-def "/usr/lib/gimp/2.0/plug-ins/red-eye-removal" 1194004800
+ (proc-def "plug-in-red-eye-removal" 1
+ "Remove the red eye effect caused by camera flashes"
+ "This plug-in removes the red eye effect caused by camera flashes by using a percentage based red color threshold. Make a selection containing the eyes, and apply the filter while adjusting the threshold to accurately remove the red eyes."
+ "Robert Merkel <robert.merkel@benambra.org>, Andreas Røsdal <andrearo@stud.ntnu.no>"
+ "Copyright 2004-2006 Robert Merkel, Andreas Røsdal"
+ "2006"
+ "_Red Eye Removal..."
+ 1
+ (menu-path "<Image>/Filters/Enhance")
+ (icon stock-id -1 "")
+ "RGB*"
+ 4 0
+ (proc-arg 0 "run-mode" "Interactive, non-interactive")
+ (proc-arg 13 "image" "Input image")
+ (proc-arg 16 "drawable" "Input drawable")
+ (proc-arg 0 "threshold" "Red eye threshold in percent")))
+(plug-in-def "/usr/lib/gimp/2.0/plug-ins/apply-canvas" 1194004800
+ (proc-def "plug-in-apply-canvas" 1
+ "Add a canvas texture to the image"
+ "This function applies a canvas texture map to the drawable."
+ "Karl-Johan Andersson"
+ "Karl-Johan Andersson"
+ "1997"
+ "_Apply Canvas..."
+ 1
+ (menu-path "<Image>/Filters/Artistic")
+ (icon stock-id -1 "")
+ "RGB*, GRAY*"
+ 5 0
+ (proc-arg 0 "run-mode" "Interactive, non-interactive")
+ (proc-arg 13 "image" "Input image (unused)")
+ (proc-arg 16 "drawable" "Input drawable")
+ (proc-arg 0 "direction" "Light direction (0 - 3)")
+ (proc-arg 0 "depth" "Texture depth (1 - 50)")))
+(plug-in-def "/usr/lib/gimp/2.0/plug-ins/file-sunras" 1194004800
+ (proc-def "file-sunras-load" 1
+ "load file of the SunRaster file format"
+ "load file of the SunRaster file format"
+ "Peter Kirchgessner"
+ "Peter Kirchgessner"
+ "1996"
+ "SUN Rasterfile image"
+ 0
+ (icon stock-id -1 "")
+ (load-proc
+ (extension "im1,im8,im24,im32,rs,ras")
+ (magic "0,long,0x59a66a95")
+ (mime-type "image/x-sun-raster"))
+ ""
+ 3 1
+ (proc-arg 0 "run-mode" "Interactive, non-interactive")
+ (proc-arg 4 "filename" "The name of the file to load")
+ (proc-arg 4 "raw-filename" "The name of the file to load")
+ (proc-arg 13 "image" "Output image"))
+ (proc-def "file-sunras-save" 1
+ "save file in the SunRaster file format"
+ "SUNRAS saving handles all image types except those with alpha channels."
+ "Peter Kirchgessner"
+ "Peter Kirchgessner"
+ "1996"
+ "SUN Rasterfile image"
+ 0
+ (icon stock-id -1 "")
+ (save-proc
+ (extension "im1,im8,im24,im32,rs,ras")
+ (mime-type "image/x-sun-raster"))
+ "RGB, GRAY, INDEXED"
+ 6 0
+ (proc-arg 0 "run-mode" "Interactive, non-interactive")
+ (proc-arg 13 "image" "Input image")
+ (proc-arg 16 "drawable" "Drawable to save")
+ (proc-arg 4 "filename" "The name of the file to save the image in")
+ (proc-arg 4 "raw-filename" "The name of the file to save the image in")
+ (proc-arg 0 "rle" "Specify non-zero for rle output, zero for standard output")))
+(plug-in-def "/usr/lib/gimp/2.0/plug-ins/whirl-pinch" 1194004800
+ (proc-def "plug-in-whirl-pinch" 1
+ "Distort an image by whirling and pinching"
+ "Distorts the image by whirling and pinching, which are two common center-based, circular distortions. Whirling is like projecting the image onto the surface of water in a toilet and flushing. Pinching is similar to projecting the image onto an elastic surface and pressing or pulling on the center of the surface."
+ "Federico Mena Quintero and Scott Goehring"
+ "Federico Mena Quintero and Scott Goehring"
+ "May 1997, 2.09"
+ "W_hirl and Pinch..."
+ 1
+ (menu-path "<Image>/Filters/Distorts")
+ (icon stock-id -1 "")
+ "RGB*, GRAY*"
+ 6 0
+ (proc-arg 0 "run-mode" "Interactive, non-interactive")
+ (proc-arg 13 "image" "Input image")
+ (proc-arg 16 "drawable" "Input drawable")
+ (proc-arg 3 "whirl" "Whirl angle (degrees)")
+ (proc-arg 3 "pinch" "Pinch amount")
+ (proc-arg 3 "radius" "Radius (1.0 is the largest circle that fits in the image, and 2.0 goes all the way to the corners)")))
+(plug-in-def "/usr/lib/gimp/2.0/plug-ins/jigsaw" 1194004800
+ (proc-def "plug-in-jigsaw" 1
+ "Add a jigsaw-puzzle pattern to the image"
+ "Jigsaw puzzle look"
+ "Nigel Wetten"
+ "Nigel Wetten"
+ "May 2000"
+ "_Jigsaw..."
+ 1
+ (menu-path "<Image>/Filters/Render/Pattern")
+ (icon stock-id -1 "")
+ "RGB*"
+ 8 0
+ (proc-arg 0 "run-mode" "Interactive, Non-interactive, Last-Vals")
+ (proc-arg 13 "image" "Input image")
+ (proc-arg 16 "drawable" "Input drawable")
+ (proc-arg 0 "x" "Number of tiles across > 0")
+ (proc-arg 0 "y" "Number of tiles down > 0")
+ (proc-arg 0 "style" "The style/shape of the jigsaw puzzle, 0 or 1")
+ (proc-arg 0 "blend-lines" "Number of lines for shading bevels >= 0")
+ (proc-arg 3 "blend-amount" "The power of the light highlights 0 =< 5")))
+(plug-in-def "/usr/lib/gimp/2.0/plug-ins/convolution-matrix" 1194004800
+ (proc-def "plug-in-convmatrix" 1
+ "Apply a generic 5x5 convolution matrix"
+ ""
+ "Lauri Alanko"
+ "Lauri Alanko"
+ "1997"
+ "_Convolution Matrix..."
+ 1
+ (menu-path "<Image>/Filters/Generic")
+ (icon stock-id -1 "")
+ "RGB*, GRAY*"
+ 11 0
+ (proc-arg 0 "run-mode" "Interactive, non-interactive")
+ (proc-arg 13 "image" "Input image (unused)")
+ (proc-arg 16 "drawable" "Input drawable")
+ (proc-arg 0 "argc-matrix" "The number of elements in the following array. Should be always 25.")
+ (proc-arg 8 "matrix" "The 5x5 convolution matrix")
+ (proc-arg 0 "alpha-alg" "Enable weighting by alpha channel")
+ (proc-arg 3 "divisor" "Divisor")
+ (proc-arg 3 "offset" "Offset")
+ (proc-arg 0 "argc-channels" "The number of elements in following array. Should be always 5.")
+ (proc-arg 5 "channels" "Mask of the channels to be filtered")
+ (proc-arg 0 "bmode" "Mode for treating image borders")))
+(plug-in-def "/usr/lib/gimp/2.0/plug-ins/noise-solid" 1194004800
+ (proc-def "plug-in-solid-noise" 1
+ "Create a random cloud-like texture"
+ "Generates 2D textures using Perlin's classic solid noise function."
+ "Marcelo de Gomensoro Malheiros"
+ "Marcelo de Gomensoro Malheiros"
+ "May 2004, v1.04"
+ "_Solid Noise..."
+ 1
+ (menu-path "<Image>/Filters/Render/Clouds")
+ (icon stock-id -1 "")
+ "RGB*, GRAY*"
+ 9 0
+ (proc-arg 0 "run-mode" "Interactive, non-interactive")
+ (proc-arg 13 "image" "Input image")
+ (proc-arg 16 "drawable" "Input drawable")
+ (proc-arg 0 "tilable" "Create a tilable output (n=0/y=1)")
+ (proc-arg 0 "turbulent" "Make a turbulent noise (n=0/y=1)")
+ (proc-arg 0 "seed" "Random seed")
+ (proc-arg 0 "detail" "Detail level (0 - 15)")
+ (proc-arg 3 "xsize" "Horizontal texture size")
+ (proc-arg 3 "ysize" "Vertical texture size")))
+(plug-in-def "/usr/lib/gimp/2.0/plug-ins/file-pnm" 1194004800
+ (proc-def "file-pnm-load" 1
+ "loads files of the pnm file format"
+ "FIXME: write help for pnm_load"
+ "Erik Nygren"
+ "Erik Nygren"
+ "1996"
+ "PNM Image"
+ 0
+ (icon stock-id -1 "")
+ (load-proc
+ (extension "pnm,ppm,pgm,pbm")
+ (magic "0,string,P1,0,string,P2,0,string,P3,0,string,P4,0,string,P5,0,string,P6")
+ (mime-type "image/x-portable-anymap"))
+ ""
+ 3 1
+ (proc-arg 0 "run-mode" "Interactive, non-interactive")
+ (proc-arg 4 "filename" "The name of the file to load")
+ (proc-arg 4 "raw-filename" "The name of the file to load")
+ (proc-arg 13 "image" "Output image"))
+ (proc-def "file-pnm-save" 1
+ "saves files in the pnm file format"
+ "PNM saving handles all image types without transparency."
+ "Erik Nygren"
+ "Erik Nygren"
+ "1996"
+ "PNM image"
+ 0
+ (icon stock-id -1 "")
+ (save-proc
+ (extension "pnm")
+ (mime-type "image/x-portable-anymap"))
+ "RGB, GRAY, INDEXED"
+ 6 0
+ (proc-arg 0 "run-mode" "Interactive, non-interactive")
+ (proc-arg 13 "image" "Input image")
+ (proc-arg 16 "drawable" "Drawable to save")
+ (proc-arg 4 "filename" "The name of the file to save the image in")
+ (proc-arg 4 "raw-filename" "The name of the file to save the image in")
+ (proc-arg 0 "raw" "Specify non-zero for raw output, zero for ascii output"))
+ (proc-def "file-pbm-save" 1
+ "saves files in the pnm file format"
+ "PBM saving produces mono images without transparency."
+ "Martin K Collins"
+ "Erik Nygren"
+ "2006"
+ "PBM image"
+ 0
+ (icon stock-id -1 "")
+ (save-proc
+ (extension "pbm")
+ (mime-type "image/x-portable-bitmap"))
+ "RGB, GRAY, INDEXED"
+ 6 0
+ (proc-arg 0 "run-mode" "Interactive, non-interactive")
+ (proc-arg 13 "image" "Input image")
+ (proc-arg 16 "drawable" "Drawable to save")
+ (proc-arg 4 "filename" "The name of the file to save the image in")
+ (proc-arg 4 "raw-filename" "The name of the file to save the image in")
+ (proc-arg 0 "raw" "Specify non-zero for raw output, zero for ascii output"))
+ (proc-def "file-pgm-save" 1
+ "saves files in the pnm file format"
+ "PGM saving produces grayscale images without transparency."
+ "Erik Nygren"
+ "Erik Nygren"
+ "1996"
+ "PGM image"
+ 0
+ (icon stock-id -1 "")
+ (save-proc
+ (extension "pgm")
+ (mime-type "image/x-portable-graymap"))
+ "RGB, GRAY, INDEXED"
+ 6 0
+ (proc-arg 0 "run-mode" "Interactive, non-interactive")
+ (proc-arg 13 "image" "Input image")
+ (proc-arg 16 "drawable" "Drawable to save")
+ (proc-arg 4 "filename" "The name of the file to save the image in")
+ (proc-arg 4 "raw-filename" "The name of the file to save the image in")
+ (proc-arg 0 "raw" "Specify non-zero for raw output, zero for ascii output"))
+ (proc-def "file-ppm-save" 1
+ "saves files in the pnm file format"
+ "PPM saving handles RGB images without transparency."
+ "Erik Nygren"
+ "Erik Nygren"
+ "1996"
+ "PPM image"
+ 0
+ (icon stock-id -1 "")
+ (save-proc
+ (extension "ppm")
+ (mime-type "image/x-portable-pixmap"))
+ "RGB, GRAY, INDEXED"
+ 6 0
+ (proc-arg 0 "run-mode" "Interactive, non-interactive")
+ (proc-arg 13 "image" "Input image")
+ (proc-arg 16 "drawable" "Drawable to save")
+ (proc-arg 4 "filename" "The name of the file to save the image in")
+ (proc-arg 4 "raw-filename" "The name of the file to save the image in")
+ (proc-arg 0 "raw" "Specify non-zero for raw output, zero for ascii output")))
+(plug-in-def "/usr/lib/gimp/2.0/plug-ins/imagemap" 1194004800
+ (proc-def "plug-in-imagemap" 1
+ "Create a clickable imagemap"
+ ""
+ "Maurits Rijk"
+ "Maurits Rijk"
+ "1998-2005"
+ "_Image Map..."
+ 1
+ (menu-path "<Image>/Filters/Web")
+ (icon stock-id -1 "")
+ "RGB*, GRAY*, INDEXED*"
+ 3 0
+ (proc-arg 0 "run-mode" "Interactive")
+ (proc-arg 13 "image" "Input image (unused)")
+ (proc-arg 16 "drawable" "Input drawable")))
+(plug-in-def "/usr/lib/gimp/2.0/plug-ins/sinus" 1194004800
+ (proc-def "plug-in-sinus" 1
+ "Generate complex sinusoidal textures"
+ "FIX ME: sinus help"
+ "Xavier Bouchoux"
+ "Xavier Bouchoux"
+ "1997"
+ "_Sinus..."
+ 1
+ (menu-path "<Image>/Filters/Render/Pattern")
+ (icon stock-id -1 "")
+ "RGB*, GRAY*"
+ 16 0
+ (proc-arg 0 "run-mode" "Interactive, non-interactive")
+ (proc-arg 13 "image" "Input image (unused)")
+ (proc-arg 16 "drawable" "Input drawable")
+ (proc-arg 3 "xscale" "Scale value for x axis")
+ (proc-arg 3 "yscale" "Scale value dor y axis")
+ (proc-arg 3 "complex" "Complexity factor")
+ (proc-arg 0 "seed" "Seed value for random number generator")
+ (proc-arg 0 "tiling" "If set, the pattern generated will tile")
+ (proc-arg 0 "perturb" "If set, the pattern is a little more distorted...")
+ (proc-arg 0 "colors" "where to take the colors (0= B&W, 1= fg/bg, 2= col1/col2)")
+ (proc-arg 10 "col1" "fist color (sometimes unused)")
+ (proc-arg 10 "col2" "second color (sometimes unused)")
+ (proc-arg 3 "alpha1" "alpha for the first color (used if the drawable has an alpha chanel)")
+ (proc-arg 3 "alpha2" "alpha for the second color (used if the drawable has an alpha chanel)")
+ (proc-arg 0 "blend" "0= linear, 1= bilinear, 2= sinusoidal")
+ (proc-arg 3 "blend-power" "Power used to strech the blend")))
+(plug-in-def "/usr/lib/gimp/2.0/plug-ins/blinds" 1194004800
+ (proc-def "plug-in-blinds" 1
+ "Simulate an image painted on window blinds"
+ "More here later"
+ "Andy Thomas"
+ "Andy Thomas"
+ "1997"
+ "_Blinds..."
+ 1
+ (menu-path "<Image>/Filters/Distorts")
+ (icon stock-id -1 "")
+ "RGB*, GRAY*"
+ 7 0
+ (proc-arg 0 "run-mode" "Interactive, non-interactive")
+ (proc-arg 13 "image" "Input image (unused)")
+ (proc-arg 16 "drawable" "Input drawable")
+ (proc-arg 0 "angle-dsp" "Angle of Displacement ")
+ (proc-arg 0 "num-segments" "Number of segments in blinds")
+ (proc-arg 0 "orientation" "orientation; 0 = Horizontal, 1 = Vertical")
+ (proc-arg 0 "bg-transparent" "background transparent; FALSE,TRUE")))
+(plug-in-def "/usr/lib/gimp/2.0/plug-ins/file-aa" 1194004800
+ (proc-def "file-aa-save" 1
+ "Saves grayscale image in various text formats"
+ "This plug-in uses aalib to save grayscale image as ascii art into a variety of text formats"
+ "Tim Newsome <nuisance@cmu.edu>"
+ "Tim Newsome <nuisance@cmu.edu>"
+ "1997"
+ "ASCII art"
+ 0
+ (icon stock-id -1 "")
+ (save-proc
+ (extension "txt,ansi,text")
+ (mime-type "text/plain"))
+ "RGB*, GRAY*"
+ 6 0
+ (proc-arg 0 "run-mode" "Interactive, non-interactive")
+ (proc-arg 13 "image" "Input image")
+ (proc-arg 16 "drawable" "Drawable to save")
+ (proc-arg 4 "filename" "The name of the file to save the image in")
+ (proc-arg 4 "raw-filename" "The name entered")
+ (proc-arg 4 "file-type" "File type to use")))
+(plug-in-def "/usr/lib/gimp/2.0/plug-ins/file-tga" 1194004800
+ (proc-def "file-tga-load" 1
+ "Loads files of Targa file format"
+ "FIXME: write help for tga_load"
+ "Raphael FRANCOIS, Gordon Matzigkeit"
+ "Raphael FRANCOIS, Gordon Matzigkeit"
+ "1997,2000,2007"
+ "TarGA image"
+ 0
+ (icon stock-id -1 "")
+ (load-proc
+ (extension "tga,vda,icb,vst")
+ (magic "-18&,string,TRUEVISION-XFILE.,-1,byte,0")
+ (mime-type "image/x-tga"))
+ ""
+ 3 1
+ (proc-arg 0 "run-mode" "Interactive, non-interactive")
+ (proc-arg 4 "filename" "The name of the file to load")
+ (proc-arg 4 "raw-filename" "The name entered")
+ (proc-arg 13 "image" "Output image"))
+ (proc-def "file-tga-save" 1
+ "saves files in the Targa file format"
+ "FIXME: write help for tga_save"
+ "Raphael FRANCOIS, Gordon Matzigkeit"
+ "Raphael FRANCOIS, Gordon Matzigkeit"
+ "1997,2000"
+ "TarGA image"
+ 0
+ (icon stock-id -1 "")
+ (save-proc
+ (extension "tga")
+ (mime-type "image/x-tga"))
+ "RGB*, GRAY*, INDEXED*"
+ 7 0
+ (proc-arg 0 "run-mode" "Interactive, non-interactive")
+ (proc-arg 13 "image" "Input image")
+ (proc-arg 16 "drawable" "Drawable to save")
+ (proc-arg 4 "filename" "The name of the file to save the image in")
+ (proc-arg 4 "raw-filename" "The name of the file to save the image in")
+ (proc-arg 0 "rle" "Use RLE compression")
+ (proc-arg 0 "origin" "Image origin (0 = top-left, 1 = bottom-left)")))
+(plug-in-def "/usr/lib/gimp/2.0/plug-ins/plugin-browser" 1194004800
+ (proc-def "plug-in-plug-in-details" 1
+ "Display information about plug-ins"
+ "Allows to browse the plug-in menus system. You can search for plug-in names, sort by name or menu location and you can view a tree representation of the plug-in menus. Can also be of help to find where new plug-ins have installed themselves in the menus."
+ "Andy Thomas"
+ "Andy Thomas"
+ "1999"
+ "_Plug-In Browser"
+ 1
+ (menu-path "<Image>/Help/Programming")
+ (icon stock-id -1 "gimp-plugin")
+ ""
+ 1 0
+ (proc-arg 0 "run-mode" "Interactive, [non-interactive]")))
+(plug-in-def "/usr/lib/gimp/2.0/plug-ins/file-gif-save" 1194004800
+ (proc-def "file-gif-save" 1
+ "saves files in Compuserve GIF file format"
+ "Save a file in Compuserve GIF format, with possible animation, transparency, and comment. To save an animation, operate on a multi-layer file. The plug-in will intrepret <50% alpha as transparent. When run non-interactively, the value for the comment is taken from the 'gimp-comment' parasite. "
+ "Spencer Kimball, Peter Mattis, Adam Moss, David Koblas"
+ "Spencer Kimball, Peter Mattis, Adam Moss, David Koblas"
+ "1995-1997"
+ "GIF image"
+ 0
+ (icon stock-id -1 "")
+ (save-proc
+ (extension "gif")
+ (mime-type "image/gif"))
+ "INDEXED*, GRAY*"
+ 9 0
+ (proc-arg 0 "run-mode" "Interactive, non-interactive")
+ (proc-arg 13 "image" "Image to save")
+ (proc-arg 16 "drawable" "Drawable to save")
+ (proc-arg 4 "filename" "The name of the file to save the image in")
+ (proc-arg 4 "raw-filename" "The name entered")
+ (proc-arg 0 "interlace" "Try to save as interlaced")
+ (proc-arg 0 "loop" "(animated gif) loop infinitely")
+ (proc-arg 0 "default-delay" "(animated gif) Default delay between framese in milliseconds")
+ (proc-arg 0 "default-dispose" "(animated gif) Default disposal type (0=`don't care`, 1=combine, 2=replace)")))
+(plug-in-def "/usr/lib/gimp/2.0/plug-ins/value-propagate" 1194004800
+ (proc-def "plug-in-vpropagate" 1
+ "Propagate certain colors to neighboring pixels"
+ "Propagate values of the layer"
+ "Shuji Narazaki (narazaki@InetQ.or.jp)"
+ "Shuji Narazaki"
+ "1996-1997"
+ "_Value Propagate..."
+ 1
+ (menu-path "<Image>/Filters/Distorts")
+ (icon stock-id -1 "")
+ "RGB*, GRAY*"
+ 9 0
+ (proc-arg 0 "run-mode" "Interactive, non-interactive")
+ (proc-arg 13 "image" "Input image (not used)")
+ (proc-arg 16 "drawable" "Input drawable")
+ (proc-arg 0 "propagate-mode" "propagate 0:white, 1:black, 2:middle value 3:foreground to peak, 4:foreground, 5:background, 6:opaque, 7:transparent")
+ (proc-arg 0 "propagating-channel" "channels which values are propagated")
+ (proc-arg 3 "propagating-rate" "0.0 <= propagatating_rate <= 1.0")
+ (proc-arg 0 "direction-mask" "0 <= direction-mask <= 15")
+ (proc-arg 0 "lower-limit" "0 <= lower-limit <= 255")
+ (proc-arg 0 "upper-limit" "0 <= upper-limit <= 255"))
+ (proc-def "plug-in-erode" 1
+ "Shrink lighter areas of the image"
+ "Erode image"
+ "Shuji Narazaki (narazaki@InetQ.or.jp)"
+ "Shuji Narazaki"
+ "1996-1997"
+ "E_rode"
+ 1
+ (menu-path "<Image>/Filters/Generic")
+ (icon stock-id -1 "")
+ "RGB*, GRAY*"
+ 9 0
+ (proc-arg 0 "run-mode" "Interactive, non-interactive")
+ (proc-arg 13 "image" "Input image (not used)")
+ (proc-arg 16 "drawable" "Input drawable")
+ (proc-arg 0 "propagate-mode" "propagate 0:white, 1:black, 2:middle value 3:foreground to peak, 4:foreground, 5:background, 6:opaque, 7:transparent")
+ (proc-arg 0 "propagating-channel" "channels which values are propagated")
+ (proc-arg 3 "propagating-rate" "0.0 <= propagatating_rate <= 1.0")
+ (proc-arg 0 "direction-mask" "0 <= direction-mask <= 15")
+ (proc-arg 0 "lower-limit" "0 <= lower-limit <= 255")
+ (proc-arg 0 "upper-limit" "0 <= upper-limit <= 255"))
+ (proc-def "plug-in-dilate" 1
+ "Grow lighter areas of the image"
+ "Dilate image"
+ "Shuji Narazaki (narazaki@InetQ.or.jp)"
+ "Shuji Narazaki"
+ "1996-1997"
+ "_Dilate"
+ 1
+ (menu-path "<Image>/Filters/Generic")
+ (icon stock-id -1 "")
+ "RGB*, GRAY*"
+ 9 0
+ (proc-arg 0 "run-mode" "Interactive, non-interactive")
+ (proc-arg 13 "image" "Input image (not used)")
+ (proc-arg 16 "drawable" "Input drawable")
+ (proc-arg 0 "propagate-mode" "propagate 0:white, 1:black, 2:middle value 3:foreground to peak, 4:foreground, 5:background, 6:opaque, 7:transparent")
+ (proc-arg 0 "propagating-channel" "channels which values are propagated")
+ (proc-arg 3 "propagating-rate" "0.0 <= propagatating_rate <= 1.0")
+ (proc-arg 0 "direction-mask" "0 <= direction-mask <= 15")
+ (proc-arg 0 "lower-limit" "0 <= lower-limit <= 255")
+ (proc-arg 0 "upper-limit" "0 <= upper-limit <= 255")))
+(plug-in-def "/usr/lib/gimp/2.0/plug-ins/gradient-flare" 1194004800
+ (proc-def "plug-in-gflare" 1
+ "Produce a lense flare effect using gradients"
+ "This plug-in produces a lense flare effect using custom gradients. In interactive call, the user can edit his/her own favorite lense flare (GFlare) and render it. Edited gflare is saved automatically to the folder in gflare-path, if it is defined in gimprc. In non-interactive call, the user can only render one of GFlare which has been stored in gflare-path already."
+ "Eiichi Takamori"
+ "Eiichi Takamori, and a lot of GIMP people"
+ "1997"
+ "_Gradient Flare..."
+ 1
+ (menu-path "<Image>/Filters/Light and Shadow/Light")
+ (icon stock-id -1 "")
+ "RGB*, GRAY*"
+ 14 0
+ (proc-arg 0 "run-mode" "Interactive, non-interactive")
+ (proc-arg 13 "image" "Input image (unused)")
+ (proc-arg 16 "drawable" "Input drawable")
+ (proc-arg 4 "gflare-name" "The name of GFlare")
+ (proc-arg 0 "xcenter" "X coordinate of center of GFlare")
+ (proc-arg 0 "ycenter" "Y coordinate of center of GFlare")
+ (proc-arg 3 "radius" "Radius of GFlare (pixel)")
+ (proc-arg 3 "rotation" "Rotation of GFlare (degree)")
+ (proc-arg 3 "hue" "Hue rotation of GFlare (degree)")
+ (proc-arg 3 "vangle" "Vector angle for second flares (degree)")
+ (proc-arg 3 "vlength" "Vector length for second flares (percentage to Radius)")
+ (proc-arg 0 "use-asupsample" "Whether it uses or not adaptive supersampling while rendering (boolean)")
+ (proc-arg 0 "asupsample-max-depth" "Max depth for adaptive supersampling")
+ (proc-arg 3 "asupsample-threshold" "Threshold for adaptive supersampling")))
+(plug-in-def "/usr/lib/gimp/2.0/plug-ins/grid" 1194004800
+ (proc-def "plug-in-grid" 1
+ "Draw a grid on the image"
+ "Draws a grid using the specified colors. The grid origin is the upper left corner."
+ "Tim Newsome"
+ "Tim Newsome, Sven Neumann, Tom Rathborne, TC"
+ "1997 - 2000"
+ "_Grid..."
+ 1
+ (menu-path "<Image>/Filters/Render/Pattern")
+ (icon stock-id -1 "")
+ "RGB*, GRAY*, INDEXED*"
+ 18 0
+ (proc-arg 0 "run-mode" "Interactive, non-interactive")
+ (proc-arg 13 "image" "Input image")
+ (proc-arg 16 "drawable" "Input drawable")
+ (proc-arg 0 "hwidth" "Horizontal Width (>= 0)")
+ (proc-arg 0 "hspace" "Horizontal Spacing (>= 1)")
+ (proc-arg 0 "hoffset" "Horizontal Offset (>= 0)")
+ (proc-arg 10 "hcolor" "Horizontal Colour")
+ (proc-arg 2 "hopacity" "Horizontal Opacity (0...255)")
+ (proc-arg 0 "vwidth" "Vertical Width (>= 0)")
+ (proc-arg 0 "vspace" "Vertical Spacing (>= 1)")
+ (proc-arg 0 "voffset" "Vertical Offset (>= 0)")
+ (proc-arg 10 "vcolor" "Vertical Colour")
+ (proc-arg 2 "vopacity" "Vertical Opacity (0...255)")
+ (proc-arg 0 "iwidth" "Intersection Width (>= 0)")
+ (proc-arg 0 "ispace" "Intersection Spacing (>= 0)")
+ (proc-arg 0 "ioffset" "Intersection Offset (>= 0)")
+ (proc-arg 10 "icolor" "Intersection Colour")
+ (proc-arg 2 "iopacity" "Intersection Opacity (0...255)")))
+(plug-in-def "/usr/lib/gimp/2.0/plug-ins/tile-small" 1194004800
+ (proc-def "plug-in-small-tiles" 1
+ "Tile image into smaller versions of the original"
+ "More here later"
+ "Andy Thomas"
+ "Andy Thomas"
+ "1997"
+ "_Small Tiles..."
+ 1
+ (menu-path "<Image>/Filters/Map")
+ (icon stock-id -1 "")
+ "RGB*, GRAY*"
+ 4 0
+ (proc-arg 0 "run-mode" "Interactive, non-interactive")
+ (proc-arg 13 "image" "Input image (unused)")
+ (proc-arg 16 "drawable" "Input drawable")
+ (proc-arg 0 "num-tiles" "Number of tiles to make")))
+(plug-in-def "/usr/lib/gimp/2.0/plug-ins/file-header" 1194004800
+ (proc-def "file-header-save" 1
+ "saves files as C unsigned character array"
+ "FIXME: write help"
+ "Spencer Kimball & Peter Mattis"
+ "Spencer Kimball & Peter Mattis"
+ "1997"
+ "C source code header"
+ 0
+ (icon stock-id -1 "")
+ (save-proc
+ (extension "h")
+ (mime-type "text/x-chdr"))
+ "INDEXED, RGB"
+ 5 0
+ (proc-arg 0 "run-mode" "Interactive, non-interactive")
+ (proc-arg 13 "image" "Input image")
+ (proc-arg 16 "drawable" "Drawable to save")
+ (proc-arg 4 "filename" "The name of the file to save the image in")
+ (proc-arg 4 "raw-filename" "The name of the file to save the image in")))
+(plug-in-def "/usr/lib/gimp/2.0/plug-ins/edge-dog" 1194004800
+ (proc-def "plug-in-dog" 1
+ "Edge detection with control of edge thickness"
+ "Applies two Gaussian blurs to the drawable, and subtracts the results. This is robust and widely used method for detecting edges."
+ "Spencer Kimball, Peter Mattis, Sven Neumann, William Skaggs"
+ "Spencer Kimball, Peter Mattis, Sven Neumann, William Skaggs"
+ "1995-2004"
+ "_Difference of Gaussians..."
+ 1
+ (menu-path "<Image>/Filters/Edge-Detect")
+ (icon stock-id -1 "")
+ "RGB*, GRAY*"
+ 7 0
+ (proc-arg 0 "run-mode" "Interactive, non-interactive")
+ (proc-arg 13 "image" "Input image")
+ (proc-arg 16 "drawable" "Input drawable")
+ (proc-arg 3 "inner" "Radius of inner gaussian blur (in pixels, > 0.0)")
+ (proc-arg 3 "outer" "Radius of outer gaussian blur (in pixels, > 0.0)")
+ (proc-arg 0 "normalize" "True, False")
+ (proc-arg 0 "invert" "True, False")))
+(plug-in-def "/usr/lib/gimp/2.0/plug-ins/waves" 1194004800
+ (proc-def "plug-in-waves" 1
+ "Distort the image with waves"
+ "none yet"
+ "Eric L. Hernes, Stephen Norris"
+ "Stephen Norris"
+ "1997"
+ "_Waves..."
+ 1
+ (menu-path "<Image>/Filters/Distorts")
+ (icon stock-id -1 "")
+ "RGB*, GRAY*"
+ 8 0
+ (proc-arg 0 "run-mode" "Interactive, non-interactive")
+ (proc-arg 13 "image" "The Image")
+ (proc-arg 16 "drawable" "The Drawable")
+ (proc-arg 3 "amplitude" "The Amplitude of the Waves")
+ (proc-arg 3 "phase" "The Phase of the Waves")
+ (proc-arg 3 "wavelength" "The Wavelength of the Waves")
+ (proc-arg 0 "type" "Type of waves, black/smeared")
+ (proc-arg 0 "reflective" "Use Reflection")))
+(plug-in-def "/usr/lib/gimp/2.0/plug-ins/edge-laplace" 1194004800
+ (proc-def "plug-in-laplace" 1
+ "High-resolution edge detection"
+ "This plugin creates one-pixel wide edges from the image, with the value proportional to the gradient. It uses the Laplace operator (a 3x3 kernel with -8 in the middle). The image has to be laplacered to get useful results, a gauss_iir with 1.5 - 5.0 depending on the noise in the image is best."
+ "Thorsten Schnier"
+ "Thorsten Schnier"
+ "1997"
+ "_Laplace"
+ 1
+ (menu-path "<Image>/Filters/Edge-Detect")
+ (icon stock-id -1 "")
+ "RGB*, GRAY*"
+ 3 0
+ (proc-arg 0 "run-mode" "Interactive, non-interactive")
+ (proc-arg 13 "image" "Input image (unused)")
+ (proc-arg 16 "drawable" "Input drawable")))
+(plug-in-def "/usr/lib/gimp/2.0/plug-ins/crop-auto" 1194004800
+ (proc-def "plug-in-autocrop" 1
+ "Remove empty borders from the image"
+ ""
+ "Tim Newsome"
+ "Tim Newsome"
+ "1997"
+ "Autocrop Imag_e"
+ 1
+ (menu-path "<Image>/Image/Crop")
+ (icon stock-id -1 "")
+ "RGB*, GRAY*, INDEXED*"
+ 3 0
+ (proc-arg 0 "run-mode" "Interactive, non-interactive")
+ (proc-arg 13 "image" "Input image")
+ (proc-arg 16 "drawable" "Input drawable"))
+ (proc-def "plug-in-autocrop-layer" 1
+ "Remove empty borders from the layer"
+ ""
+ "Tim Newsome"
+ "Tim Newsome"
+ "1997"
+ "Autocrop Lay_er"
+ 1
+ (menu-path "<Image>/Layer/Crop")
+ (icon stock-id -1 "")
+ "RGB*, GRAY*, INDEXED*"
+ 3 0
+ (proc-arg 0 "run-mode" "Interactive, non-interactive")
+ (proc-arg 13 "image" "Input image")
+ (proc-arg 16 "drawable" "Input drawable")))
+(plug-in-def "/usr/lib/gimp/2.0/plug-ins/file-xjt" 1194004800
+ (proc-def "file-xjt-load" 1
+ "loads files of the jpeg-tar file format"
+ "loads files of the jpeg-tar file format"
+ "Wolfgang Hofer"
+ "Wolfgang Hofer"
+ "2000-Mar-07"
+ "GIMP compressed XJT image"
+ 0
+ (icon stock-id -1 "")
+ (load-proc
+ (extension "xjt,xjtgz,xjtbz2"))
+ ""
+ 3 1
+ (proc-arg 0 "run-mode" "Interactive, non-interactive")
+ (proc-arg 4 "filename" "The name of the file to load")
+ (proc-arg 4 "raw-filename" "The name of the file to load")
+ (proc-arg 13 "image" "Output image"))
+ (proc-def "file-xjt-save" 1
+ "saves files in the jpeg-tar file format"
+ "saves files in the jpeg-tar file format"
+ "Wolfgang Hofer"
+ "Wolfgang Hofer"
+ "2000-Mar-07"
+ "GIMP compressed XJT image"
+ 0
+ (icon stock-id -1 "")
+ (save-proc
+ (extension "xjt,xjtgz,xjtbz2"))
+ "RGB*, GRAY*"
+ 9 0
+ (proc-arg 0 "run-mode" "Interactive, non-interactive")
+ (proc-arg 13 "image" "Input image")
+ (proc-arg 16 "drawable" "is ignored")
+ (proc-arg 4 "filename" "The name of the file to save the image in")
+ (proc-arg 4 "raw-filename" "The name of the file to save the image in")
+ (proc-arg 3 "quality" "Quality of saved image (0 <= quality <= 1)")
+ (proc-arg 3 "smoothing" "Smoothing factor for saved image (0 <= smoothing <= 1)")
+ (proc-arg 0 "optimize" "Optimization of entropy encoding parameters")
+ (proc-arg 0 "clr-transparent" "set all full-transparent pixels to 0")))
+(plug-in-def "/usr/lib/gimp/2.0/plug-ins/guillotine" 1194004800
+ (proc-def "plug-in-guillotine" 1
+ "Slice the image into subimages using guides"
+ "This function takes an image and slices it along its guides, creating new images. The original image is not modified."
+ "Adam D. Moss (adam@foxbox.org)"
+ "Adam D. Moss (adam@foxbox.org)"
+ "1998"
+ "_Guillotine"
+ 1
+ (menu-path "<Image>/Image/Transform")
+ (icon stock-id -1 "")
+ "RGB*, INDEXED*, GRAY*"
+ 3 2
+ (proc-arg 0 "run-mode" "Interactive, non-interactive")
+ (proc-arg 13 "image" "Input image")
+ (proc-arg 16 "drawable" "Input drawable (unused)")
+ (proc-arg 0 "image-count" "Number of images created")
+ (proc-arg 5 "image-ids" "Output images")))
+(plug-in-def "/usr/lib/gimp/2.0/plug-ins/file-xbm" 1194004800
+ (proc-def "file-xbm-load" 1
+ "Load a file in X10 or X11 bitmap (XBM) file format"
+ "Load a file in X10 or X11 bitmap (XBM) file format. XBM is a lossless format for flat black-and-white (two color indexed) images."
+ "Gordon Matzigkeit"
+ "Gordon Matzigkeit"
+ "1998"
+ "X BitMap image"
+ 0
+ (icon stock-id -1 "")
+ (load-proc
+ (extension "xbm,icon,bitmap")
+ (mime-type "image/x-xbitmap"))
+ ""
+ 3 1
+ (proc-arg 0 "run-mode" "Interactive, non-interactive")
+ (proc-arg 4 "filename" "The name of the file to load")
+ (proc-arg 4 "raw-filename" "The name entered")
+ (proc-arg 13 "image" "Output image"))
+ (proc-def "file-xbm-save" 1
+ "Save a file in X10 or X11 bitmap (XBM) file format"
+ "Save a file in X10 or X11 bitmap (XBM) file format. XBM is a lossless format for flat black-and-white (two color indexed) images."
+ "Gordon Matzigkeit"
+ "Gordon Matzigkeit"
+ "1998"
+ "X BitMap image"
+ 0
+ (icon stock-id -1 "")
+ (save-proc
+ (extension "xbm,icon,bitmap")
+ (mime-type "image/x-xbitmap"))
+ "INDEXED"
+ 12 0
+ (proc-arg 0 "run-mode" "Interactive, non-interactive")
+ (proc-arg 13 "image" "Input image")
+ (proc-arg 16 "drawable" "Drawable to save")
+ (proc-arg 4 "filename" "The name of the file to save")
+ (proc-arg 4 "raw-filename" "The name entered")
+ (proc-arg 4 "comment" "Image description (maximum 72 bytes)")
+ (proc-arg 0 "x10" "Save in X10 format")
+ (proc-arg 0 "x-hot" "X coordinate of hotspot")
+ (proc-arg 0 "y-hot" "Y coordinate of hotspot")
+ (proc-arg 4 "prefix" "Identifier prefix [determined from filename]")
+ (proc-arg 0 "write-mask" "(0 = ignore, 1 = save as extra file)")
+ (proc-arg 4 "mask-extension" "Extension of the mask file")))
+(plug-in-def "/usr/lib/gimp/2.0/plug-ins/file-fli" 1194004800
+ (proc-def "file-fli-load" 1
+ "load FLI-movies"
+ "This is an experimantal plug-in to handle FLI movies"
+ "Jens Ch. Restemeier"
+ "Jens Ch. Restemeier"
+ "1997"
+ "AutoDesk FLIC animation"
+ 0
+ (icon stock-id -1 "")
+ (load-proc
+ (extension "fli,flc")
+ (mime-type "image/x-flic"))
+ ""
+ 3 1
+ (proc-arg 0 "run-mode" "Interactive, non-interactive")
+ (proc-arg 4 "filename" "The name of the file to load")
+ (proc-arg 4 "raw-filename" "The name entered")
+ (proc-arg 13 "image" "Output image"))
+ (proc-def "file-fli-save" 1
+ "save FLI-movies"
+ "This is an experimantal plug-in to handle FLI movies"
+ "Jens Ch. Restemeier"
+ "Jens Ch. Restemeier"
+ "1997"
+ "AutoDesk FLIC animation"
+ 0
+ (icon stock-id -1 "")
+ (save-proc
+ (extension "fli,flc")
+ (mime-type "image/x-flic"))
+ "INDEXED,GRAY"
+ 7 0
+ (proc-arg 0 "run-mode" "Interactive, non-interactive")
+ (proc-arg 13 "image" "Input image")
+ (proc-arg 16 "drawable" "Input drawable (unused)")
+ (proc-arg 4 "filename" "The name of the file to save")
+ (proc-arg 4 "raw-filename" "The name entered")
+ (proc-arg 0 "from-frame" "Save beginning from this frame")
+ (proc-arg 0 "to-frame" "End saving with this frame"))
+ (proc-def "file-fli-info" 1
+ "Get information about a Fli movie"
+ "This is a experimantal plug-in to handle FLI movies"
+ "Jens Ch. Restemeier"
+ "Jens Ch. Restemeier"
+ "1997"
+ ""
+ 0
+ (icon stock-id -1 "")
+ ""
+ 1 3
+ (proc-arg 4 "filename" "The name of the file to get info")
+ (proc-arg 0 "width" "Width of one frame")
+ (proc-arg 0 "height" "Height of one frame")
+ (proc-arg 0 "frames" "Number of Frames")))
+(plug-in-def "/usr/lib/gimp/2.0/plug-ins/file-sgi" 1194004800
+ (proc-def "file-sgi-load" 1
+ "Loads files in SGI image file format"
+ "This plug-in loads SGI image files."
+ "Michael Sweet <mike@easysw.com>"
+ "Copyright 1997-1998 by Michael Sweet"
+ "1.1.1 - 17 May 1998"
+ "Silicon Graphics IRIS image"
+ 0
+ (icon stock-id -1 "")
+ (load-proc
+ (extension "sgi,rgb,bw,icon")
+ (magic "0,short,474")
+ (mime-type "image/x-sgi"))
+ ""
+ 3 1
+ (proc-arg 0 "run-mode" "Interactive, non-interactive")
+ (proc-arg 4 "filename" "The name of the file to load")
+ (proc-arg 4 "raw-filename" "The name of the file to load")
+ (proc-arg 13 "image" "Output image"))
+ (proc-def "file-sgi-save" 1
+ "Saves files in SGI image file format"
+ "This plug-in saves SGI image files."
+ "Michael Sweet <mike@easysw.com>"
+ "Copyright 1997-1998 by Michael Sweet"
+ "1.1.1 - 17 May 1998"
+ "Silicon Graphics IRIS image"
+ 0
+ (icon stock-id -1 "")
+ (save-proc
+ (extension "sgi,rgb,bw,icon")
+ (mime-type "image/x-sgi"))
+ "RGB*,GRAY*"
+ 6 0
+ (proc-arg 0 "run-mode" "Interactive, non-interactive")
+ (proc-arg 13 "image" "Input image")
+ (proc-arg 16 "drawable" "Drawable to save")
+ (proc-arg 4 "filename" "The name of the file to save the image in")
+ (proc-arg 4 "raw-filename" "The name of the file to save the image in")
+ (proc-arg 0 "compression" "Compression level (0 = none, 1 = RLE, 2 = ARLE)")))
+(plug-in-def "/usr/lib/gimp/2.0/plug-ins/color-to-alpha" 1194004800
+ (proc-def "plug-in-colortoalpha" 1
+ "Convert a specified color to transparency"
+ "This replaces as much of a given color as possible in each pixel with a corresponding amount of alpha, then readjusts the color accordingly."
+ "Seth Burgess"
+ "Seth Burgess <sjburges@gimp.org>"
+ "7th Aug 1999"
+ "Color to _Alpha..."
+ 2
+ (menu-path "<Image>/Colors/Modify")
+ (menu-path "<Image>/Layer/Transparency/Modify")
+ (icon stock-id -1 "")
+ "RGB*"
+ 4 0
+ (proc-arg 0 "run-mode" "Interactive, non-interactive")
+ (proc-arg 13 "image" "Input image (unused)")
+ (proc-arg 16 "drawable" "Input drawable")
+ (proc-arg 10 "color" "Color to remove")))
+(plug-in-def "/usr/lib/gimp/2.0/plug-ins/tile-paper" 1194004800
+ (proc-def "plug-in-papertile" 1
+ "Cut image into paper tiles, and slide them"
+ "This plug-in cuts an image into paper tiles and slides each paper tile."
+ "Hirotsuna Mizuno <s1041150@u-aizu.ac.jp>"
+ "Copyright (c)1997-1999 Hirotsuna Mizuno"
+ "September 31, 1999"
+ "_Paper Tile..."
+ 1
+ (menu-path "<Image>/Filters/Map")
+ (icon stock-id -1 "")
+ "RGB*"
+ 11 0
+ (proc-arg 0 "run-mode" "run mode")
+ (proc-arg 13 "image" "input image")
+ (proc-arg 16 "drawable" "input drawable")
+ (proc-arg 0 "tile-size" "tile size (pixels)")
+ (proc-arg 3 "move-max" "max move rate (%)")
+ (proc-arg 0 "fractional-type" "0:Background 1:Ignore 2:Force")
+ (proc-arg 0 "wrap-around" "wrap around (bool)")
+ (proc-arg 0 "centering" "centering (bool)")
+ (proc-arg 0 "background-type" "0:Transparent 1:Inverted 2:Image? 3:FG 4:BG 5:Color")
+ (proc-arg 0 "background-color" "background color (for bg-type 5)")
+ (proc-arg 0 "background-alpha" "opacity (for bg-type 5)")))
+(plug-in-def "/usr/lib/gimp/2.0/plug-ins/deinterlace" 1194004800
+ (proc-def "plug-in-deinterlace" 1
+ "Fix images where every other row is missing"
+ "Deinterlace is useful for processing images from video capture cards. When only the odd or even fields get captured, deinterlace can be used to interpolate between the existing fields to correct this."
+ "Andrew Kieschnick"
+ "Andrew Kieschnick"
+ "1997"
+ "_Deinterlace..."
+ 1
+ (menu-path "<Image>/Filters/Enhance")
+ (icon stock-id -1 "")
+ "RGB*, GRAY*"
+ 4 0
+ (proc-arg 0 "run-mode" "Interactive, non-interactive")
+ (proc-arg 13 "image" "Input image (unused)")
+ (proc-arg 16 "drawable" "Input drawable")
+ (proc-arg 0 "evenodd" "0 = keep odd, 1 = keep even")))
+(plug-in-def "/usr/lib/gimp/2.0/plug-ins/unit-editor" 1194004800
+ (proc-def "plug-in-unit-editor" 1
+ "Create or alter units used in GIMP"
+ "The GIMP unit editor"
+ "Michael Natterer <mitch@gimp.org>"
+ "Michael Natterer <mitch@gimp.org>"
+ "2000"
+ "U_nits"
+ 1
+ (menu-path "<Image>/Edit/Preferences")
+ (icon stock-id -1 "gimp-tool-measure")
+ ""
+ 1 0
+ (proc-arg 0 "run-mode" "Interactive")))
+(plug-in-def "/usr/lib/gimp/2.0/plug-ins/pixelize" 1194004800
+ (proc-def "plug-in-pixelize" 1
+ "Simplify image into an array of solid-colored squares"
+ "Pixelize the contents of the specified drawable with specified pixelizing width."
+ "Spencer Kimball & Peter Mattis, Tracy Scott, (ported to 1.0 by) Eiichi Takamori"
+ "Spencer Kimball & Peter Mattis, Tracy Scott"
+ "1995"
+ "_Pixelize..."
+ 1
+ (menu-path "<Image>/Filters/Blur")
+ (icon stock-id -1 "")
+ "RGB*, GRAY*"
+ 4 0
+ (proc-arg 0 "run-mode" "Interactive, non-interactive")
+ (proc-arg 13 "image" "Input image (unused)")
+ (proc-arg 16 "drawable" "Input drawable")
+ (proc-arg 0 "pixel-width" "Pixel width (the decrease in resolution)"))
+ (proc-def "plug-in-pixelize2" 1
+ "Pixelize the contents of the specified drawable"
+ "Pixelize the contents of the specified drawable with speficied pixelizing width."
+ "Spencer Kimball & Peter Mattis, Tracy Scott, (ported to 1.0 by) Eiichi Takamori"
+ "Spencer Kimball & Peter Mattis, Tracy Scott"
+ "2001"
+ ""
+ 0
+ (icon stock-id -1 "")
+ "RGB*, GRAY*"
+ 5 0
+ (proc-arg 0 "run-mode" "Interactive, non-interactive")
+ (proc-arg 13 "image" "Input image (unused)")
+ (proc-arg 16 "drawable" "Input drawable")
+ (proc-arg 0 "pixel-width" "Pixel width (the decrease in horizontal resolution)")
+ (proc-arg 0 "pixel-height" "Pixel height (the decrease in vertical resolution)")))
+(plug-in-def "/usr/lib/gimp/2.0/plug-ins/contrast-retinex" 1194004800
+ (proc-def "plug-in-retinex" 1
+ "Enhance contrast using the Retinex method"
+ "The Retinex Image Enhancement Algorithm is an automatic image enhancement method that enhances a digital image in terms of dynamic range compression, color independence from the spectral distribution of the scene illuminant, and color/lightness rendition."
+ "Fabien Pelisson"
+ "Fabien Pelisson"
+ "2003"
+ "Retine_x..."
+ 1
+ (menu-path "<Image>/Colors/Modify")
+ (icon stock-id -1 "")
+ "RGB*"
+ 7 0
+ (proc-arg 0 "run-mode" "Interactive, non-interactive")
+ (proc-arg 13 "image" "Input image (unused)")
+ (proc-arg 16 "drawable" "Input drawable")
+ (proc-arg 0 "scale" "Biggest scale value")
+ (proc-arg 0 "nscales" "Number of scales")
+ (proc-arg 0 "scales-mode" "Retinex distribution through scales")
+ (proc-arg 3 "cvar" "Variance value")))
+(plug-in-def "/usr/lib/gimp/2.0/plug-ins/shift" 1194004800
+ (proc-def "plug-in-shift" 1
+ "Shift each row of pixels by a random amount"
+ "Shifts the pixels of the specified drawable. Each row will be displaced a random value of pixels."
+ "Spencer Kimball and Peter Mattis, ported by Brian Degenhardt and Federico Mena Quintero"
+ "Brian Degenhardt"
+ "1997"
+ "_Shift..."
+ 1
+ (menu-path "<Image>/Filters/Distorts")
+ (icon stock-id -1 "")
+ "RGB*, GRAY*"
+ 5 0
+ (proc-arg 0 "run-mode" "Interactive, non-interactive")
+ (proc-arg 13 "image" "Input image (unused)")
+ (proc-arg 16 "drawable" "Input drawable")
+ (proc-arg 0 "shift-amount" "shift amount (0 <= shift_amount_x <= 200)")
+ (proc-arg 0 "orientation" "vertical, horizontal orientation")))
+(plug-in-def "/usr/lib/gimp/2.0/plug-ins/sphere-designer" 1194004800
+ (proc-def "plug-in-spheredesigner" 1
+ "Create an image of a textured sphere"
+ "This plugin can be used to create textured and/or bumpmapped spheres, and uses a small lightweight raytracer to perform the task with good quality"
+ "Vidar Madsen"
+ "Vidar Madsen"
+ "1999"
+ "Sphere _Designer..."
+ 1
+ (menu-path "<Image>/Filters/Render")
+ (icon stock-id -1 "")
+ "RGB*, GRAY*"
+ 3 0
+ (proc-arg 0 "run-mode" "Interactive, non-interactive")
+ (proc-arg 13 "image" "Input image (unused)")
+ (proc-arg 16 "drawable" "Input drawable")))
+(plug-in-def "/usr/lib/gimp/2.0/plug-ins/warp" 1194004800
+ (proc-def "plug-in-warp" 1
+ "Twist or smear image in many different ways"
+ "Smears an image along vector paths calculated as the gradient of a separate control matrix. The effect can look like brushstrokes of acrylic or watercolor paint, in some cases."
+ "John P. Beale"
+ "John P. Beale"
+ "1997"
+ "_Warp..."
+ 1
+ (menu-path "<Image>/Filters/Map")
+ (icon stock-id -1 "")
+ "RGB*, GRAY*"
+ 17 0
+ (proc-arg 0 "run-mode" "Interactive, non-interactive")
+ (proc-arg 13 "image" "Input image (unused)")
+ (proc-arg 16 "drawable" "Input drawable")
+ (proc-arg 3 "amount" "Pixel displacement multiplier")
+ (proc-arg 16 "warp-map" "Displacement control map")
+ (proc-arg 0 "iter" "Iteration count (last required argument)")
+ (proc-arg 3 "dither" "Random dither amount (first optional argument)")
+ (proc-arg 3 "angle" "Angle of gradient vector rotation")
+ (proc-arg 0 "wrap-type" "Edge behavior: { WRAP (0), SMEAR (1), BLACK (2), COLOR (3) }")
+ (proc-arg 16 "mag-map" "Magnitude control map")
+ (proc-arg 0 "mag-use" "Use magnitude map: { FALSE (0), TRUE (1) }")
+ (proc-arg 0 "substeps" "Substeps between image updates")
+ (proc-arg 0 "grad-map" "Gradient control map")
+ (proc-arg 3 "grad-scale" "Scaling factor for gradient map (0=don't use)")
+ (proc-arg 0 "vector-map" "Fixed vector control map")
+ (proc-arg 3 "vector-scale" "Scaling factor for fixed vector map (0=don't use)")
+ (proc-arg 3 "vector-angle" "Angle for fixed vector map")))
+(plug-in-def "/usr/lib/gimp/2.0/plug-ins/palette-sort.py" 1194004800
+ (proc-def "python-fu-palette-sort" 1
+ "Sort the colors in a palette"
+ "palette_merge (palette, model, channel, ascending) -> new_palette"
+ "Joao S. O. Bueno Calligaris, Carol Spears"
+ "Joao S. O. Bueno Calligaris"
+ "2006"
+ "_Sort Palette..."
+ 1
+ (menu-path "<Palettes>")
+ (icon stock-id -1 "")
+ ""
+ 5 0
+ (proc-arg 0 "run-mode" "Interactive, Non-Interactive")
+ (proc-arg 4 "palette" "Palette")
+ (proc-arg 4 "model" "Colour model")
+ (proc-arg 4 "channel" "Channel to sort")
+ (proc-arg 0 "ascending" "Ascending"))
+ (locale-def "gimp20-python" "/usr/share/locale"))
+(plug-in-def "/usr/lib/gimp/2.0/plug-ins/photocopy" 1194004800
+ (proc-def "plug-in-photocopy" 1
+ "Simulate color distortion produced by a copy machine"
+ "Propagates dark values in an image based on each pixel's relative darkness to a neighboring average. The idea behind this filter is to give the look of a photocopied version of the image, with toner transfered based on the relative darkness of a particular region. This is achieved by darkening areas of the image which are measured to be darker than a neighborhood average and setting other pixels to white. In this way, sufficiently large shifts in intensity are darkened to black. The rate at which they are darkened to black is determined by the second pct_black parameter. The mask_radius parameter controls the size of the pixel neighborhood over which the average intensity is computed and then compared to each pixel in the neighborhood to decide whether or not to darken it to black. Large values for mask_radius result in very thick black areas bordering the regions of white and much less detail for black areas everywhere including inside regions of color. Small values result in less toner overall and more detail everywhere. Small values for the pct_black make the blend from the white regions to the black border lines smoother and the toner regions themselves thinner and less noticable; larger values achieve the opposite effect."
+ "Spencer Kimball"
+ "Bit Specialists, Inc."
+ "2001"
+ "_Photocopy..."
+ 1
+ (menu-path "<Image>/Filters/Artistic")
+ (icon stock-id -1 "")
+ "RGB*, GRAY*"
+ 7 0
+ (proc-arg 0 "run-mode" "Interactive, non-interactive")
+ (proc-arg 13 "image" "Input image (unused)")
+ (proc-arg 16 "drawable" "Input drawable")
+ (proc-arg 3 "mask-radius" "Photocopy mask radius (radius of pixel neighborhood)")
+ (proc-arg 3 "sharpness" "Sharpness (detail level) (0.0 - 1.0)")
+ (proc-arg 3 "pct-black" "Percentage of darkened pixels to set to black (0.0 - 1.0)")
+ (proc-arg 3 "pct-white" "Percentage of non-darkened pixels left white (0.0 - 1.0)")))
+
+# end of pluginrc
diff --git a/layout/.gimp-2.6/profilerc b/layout/.gimp-2.6/profilerc
new file mode 100644
index 0000000..2a75c3e
--- /dev/null
+++ b/layout/.gimp-2.6/profilerc
@@ -0,0 +1,4 @@
+# GIMP color profile history
+
+
+# end of color profile history
diff --git a/layout/.gimp-2.6/sessionrc b/layout/.gimp-2.6/sessionrc
new file mode 100644
index 0000000..ed06858
--- /dev/null
+++ b/layout/.gimp-2.6/sessionrc
@@ -0,0 +1,55 @@
+# GIMP sessionrc
+#
+# This file takes session-specific info (that is info, you want to keep
+# between two GIMP sessions). You are not supposed to edit it manually, but
+# of course you can do. The sessionrc will be entirely rewritten every time
+# you quit GIMP. If this file isn't found, defaults are used.
+
+(session-info "dock" "dock"
+ (position 987 3)
+ (size 210 809)
+ (open-on-exit)
+ (aux-info
+ (show-image-menu "true")
+ (follow-active-image "true"))
+ (dock
+ (book
+ (current-page 0)
+ (dockable "gimp-layer-list"
+ (tab-style icon)
+ (preview-size 32))
+ (dockable "gimp-channel-list"
+ (tab-style icon)
+ (preview-size 32))
+ (dockable "gimp-vectors-list"
+ (tab-style icon)
+ (preview-size 32))
+ (dockable "gimp-undo-history"
+ (tab-style icon)))
+ (book
+ (position 420)
+ (current-page 0)
+ (dockable "gimp-brush-grid"
+ (tab-style preview))
+ (dockable "gimp-pattern-grid"
+ (tab-style preview))
+ (dockable "gimp-gradient-list"
+ (tab-style preview)))))
+(session-info "toolbox" "dock"
+ (position 0 3)
+ (size 170 809)
+ (open-on-exit)
+ (dock
+ (book
+ (current-page 0)
+ (dockable "gimp-tool-options"
+ (tab-style icon)))))
+(session-info "toplevel" "gimp-preferences-dialog"
+ (position 87 83))
+(session-info "display" "gimp-empty-image-window"
+ (position 179 63)
+ (size 803 203))
+
+(last-tip-shown 1)
+
+# end of sessionrc
diff --git a/layout/.gimp-2.6/templaterc b/layout/.gimp-2.6/templaterc
new file mode 100644
index 0000000..1ba0c7b
--- /dev/null
+++ b/layout/.gimp-2.6/templaterc
@@ -0,0 +1,193 @@
+# GIMP templaterc
+#
+# This file will be entirely rewritten each time you exit.
+
+(GimpTemplate "640x480"
+ (width 640)
+ (height 480)
+ (unit pixels)
+ (xresolution 72.000000)
+ (yresolution 72.000000)
+ (resolution-unit inches)
+ (image-type rgb)
+ (fill-type background-fill))
+(GimpTemplate "800x600"
+ (width 800)
+ (height 600)
+ (unit pixels)
+ (xresolution 72.000000)
+ (yresolution 72.000000)
+ (resolution-unit inches)
+ (image-type rgb)
+ (fill-type background-fill))
+(GimpTemplate "1024x768"
+ (width 1024)
+ (height 768)
+ (unit pixels)
+ (xresolution 72.000000)
+ (yresolution 72.000000)
+ (resolution-unit inches)
+ (image-type rgb)
+ (fill-type background-fill))
+(GimpTemplate "1600x1200"
+ (width 1600)
+ (height 1200)
+ (unit pixels)
+ (xresolution 72.000000)
+ (yresolution 72.000000)
+ (resolution-unit inches)
+ (image-type rgb)
+ (fill-type background-fill))
+(GimpTemplate "A3 (300ppi)"
+ (width 3508)
+ (height 4960)
+ (unit millimeters)
+ (xresolution 300.000000)
+ (yresolution 300.000000)
+ (resolution-unit inches)
+ (image-type rgb)
+ (fill-type background-fill))
+(GimpTemplate "A4 (300ppi)"
+ (width 2480)
+ (height 3508)
+ (unit millimeters)
+ (xresolution 300.000000)
+ (yresolution 300.000000)
+ (resolution-unit inches)
+ (image-type rgb)
+ (fill-type background-fill))
+(GimpTemplate "A5 (300ppi)"
+ (width 1754)
+ (height 2480)
+ (unit millimeters)
+ (xresolution 300.000000)
+ (yresolution 300.000000)
+ (resolution-unit inches)
+ (image-type rgb)
+ (fill-type background-fill))
+(GimpTemplate "A6 (300ppi)"
+ (width 1240)
+ (height 1754)
+ (unit millimeters)
+ (xresolution 300.000000)
+ (yresolution 300.000000)
+ (resolution-unit inches)
+ (image-type rgb)
+ (fill-type background-fill))
+(GimpTemplate "B4 (300ppi)"
+ (width 2953)
+ (height 4169)
+ (unit millimeters)
+ (xresolution 300.000000)
+ (yresolution 300.000000)
+ (resolution-unit inches)
+ (image-type rgb)
+ (fill-type background-fill))
+(GimpTemplate "B5 (300ppi)"
+ (width 2079)
+ (height 2953)
+ (unit millimeters)
+ (xresolution 300.000000)
+ (yresolution 300.000000)
+ (resolution-unit inches)
+ (image-type rgb)
+ (fill-type background-fill))
+(GimpTemplate "B5-Japan (300ppi)"
+ (width 2150)
+ (height 3035)
+ (unit millimeters)
+ (xresolution 300.000000)
+ (yresolution 300.000000)
+ (resolution-unit inches)
+ (image-type rgb)
+ (fill-type background-fill))
+(GimpTemplate "US-Letter (300ppi)"
+ (width 2550)
+ (height 3300)
+ (unit inches)
+ (xresolution 300.000000)
+ (yresolution 300.000000)
+ (resolution-unit inches)
+ (image-type rgb)
+ (fill-type background-fill))
+(GimpTemplate "US-Legal (300ppi)"
+ (width 2550)
+ (height 4200)
+ (unit inches)
+ (xresolution 300.000000)
+ (yresolution 300.000000)
+ (resolution-unit inches)
+ (image-type rgb)
+ (fill-type background-fill))
+(GimpTemplate "Toilet paper (US, 300ppi)"
+ (stock-id "gimp-toilet-paper")
+ (width 1350)
+ (height 1350)
+ (unit inches)
+ (xresolution 300.000000)
+ (yresolution 300.000000)
+ (resolution-unit inches)
+ (image-type rgb)
+ (fill-type background-fill))
+(GimpTemplate "CD cover (300ppi)"
+ (stock-id "gtk-cdrom")
+ (width 1429)
+ (height 1417)
+ (unit millimeters)
+ (xresolution 300.000000)
+ (yresolution 300.000000)
+ (resolution-unit inches)
+ (image-type rgb)
+ (fill-type background-fill))
+(GimpTemplate "Floppy label (300ppi)"
+ (stock-id "gtk-floppy")
+ (width 825)
+ (height 825)
+ (unit millimeters)
+ (xresolution 300.000000)
+ (yresolution 300.000000)
+ (resolution-unit inches)
+ (image-type rgb)
+ (fill-type background-fill))
+(GimpTemplate "Web banner common 468x60"
+ (stock-id "gimp-web")
+ (width 468)
+ (height 60)
+ (unit pixels)
+ (xresolution 72.000000)
+ (yresolution 72.000000)
+ (resolution-unit inches)
+ (image-type rgb)
+ (fill-type background-fill))
+(GimpTemplate "Web banner huge 728x90"
+ (stock-id "gimp-web")
+ (width 728)
+ (height 90)
+ (unit pixels)
+ (xresolution 72.000000)
+ (yresolution 72.000000)
+ (resolution-unit inches)
+ (image-type rgb)
+ (fill-type background-fill))
+(GimpTemplate "PAL - 720x576"
+ (stock-id "gimp-video")
+ (width 720)
+ (height 576)
+ (unit pixels)
+ (xresolution 72.000000)
+ (yresolution 72.000000)
+ (resolution-unit inches)
+ (image-type rgb)
+ (fill-type background-fill))
+(GimpTemplate "NTSC - 720x486"
+ (stock-id "gimp-video")
+ (width 720)
+ (height 486)
+ (unit pixels)
+ (xresolution 72.000000)
+ (yresolution 72.000000)
+ (resolution-unit inches)
+ (image-type rgb)
+ (fill-type background-fill))
+
+# end of templaterc
diff --git a/layout/.gimp-2.6/themerc b/layout/.gimp-2.6/themerc
new file mode 100644
index 0000000..4255c62
--- /dev/null
+++ b/layout/.gimp-2.6/themerc
@@ -0,0 +1,10 @@
+# GIMP themerc
+#
+# This file is written on GIMP startup and on every theme change.
+# It is NOT supposed to be edited manually. Edit your personal
+# gtkrc file instead (/home/olpc/.gimp-2.6/gtkrc).
+
+include "/usr/share/gimp/2.0/themes/Default/gtkrc"
+include "/home/olpc/.gimp-2.6/gtkrc"
+
+# end of themerc
diff --git a/layout/.gimp-2.6/toolrc b/layout/.gimp-2.6/toolrc
new file mode 100644
index 0000000..74633db
--- /dev/null
+++ b/layout/.gimp-2.6/toolrc
@@ -0,0 +1,133 @@
+# GIMP toolrc
+
+(GimpToolInfo "gimp-rect-select-tool"
+ (stock-id "gimp-tool-rect-select")
+ (visible yes))
+(GimpToolInfo "gimp-ellipse-select-tool"
+ (stock-id "gimp-tool-ellipse-select")
+ (visible yes))
+(GimpToolInfo "gimp-free-select-tool"
+ (stock-id "gimp-tool-free-select")
+ (visible yes))
+(GimpToolInfo "gimp-fuzzy-select-tool"
+ (stock-id "gimp-tool-fuzzy-select")
+ (visible yes))
+(GimpToolInfo "gimp-by-color-select-tool"
+ (stock-id "gimp-tool-by-color-select")
+ (visible yes))
+(GimpToolInfo "gimp-iscissors-tool"
+ (stock-id "gimp-tool-iscissors")
+ (visible yes))
+(GimpToolInfo "gimp-foreground-select-tool"
+ (stock-id "gimp-tool-foreground-select")
+ (visible yes))
+(GimpToolInfo "gimp-vector-tool"
+ (stock-id "gimp-tool-path")
+ (visible yes))
+(GimpToolInfo "gimp-color-picker-tool"
+ (stock-id "gimp-tool-color-picker")
+ (visible yes))
+(GimpToolInfo "gimp-zoom-tool"
+ (stock-id "gimp-tool-zoom")
+ (visible yes))
+(GimpToolInfo "gimp-measure-tool"
+ (stock-id "gimp-tool-measure")
+ (visible yes))
+(GimpToolInfo "gimp-move-tool"
+ (stock-id "gimp-tool-move")
+ (visible yes))
+(GimpToolInfo "gimp-align-tool"
+ (stock-id "gimp-tool-align")
+ (visible yes))
+(GimpToolInfo "gimp-crop-tool"
+ (stock-id "gimp-tool-crop")
+ (visible yes))
+(GimpToolInfo "gimp-rotate-tool"
+ (stock-id "gimp-tool-rotate")
+ (visible yes))
+(GimpToolInfo "gimp-scale-tool"
+ (stock-id "gimp-tool-scale")
+ (visible yes))
+(GimpToolInfo "gimp-shear-tool"
+ (stock-id "gimp-tool-shear")
+ (visible yes))
+(GimpToolInfo "gimp-perspective-tool"
+ (stock-id "gimp-tool-perspective")
+ (visible yes))
+(GimpToolInfo "gimp-flip-tool"
+ (stock-id "gimp-tool-flip")
+ (visible yes))
+(GimpToolInfo "gimp-text-tool"
+ (stock-id "gimp-tool-text")
+ (visible yes))
+(GimpToolInfo "gimp-bucket-fill-tool"
+ (stock-id "gimp-tool-bucket-fill")
+ (visible yes))
+(GimpToolInfo "gimp-blend-tool"
+ (stock-id "gimp-tool-blend")
+ (visible yes))
+(GimpToolInfo "gimp-pencil-tool"
+ (stock-id "gimp-tool-pencil")
+ (visible yes))
+(GimpToolInfo "gimp-paintbrush-tool"
+ (stock-id "gimp-tool-paintbrush")
+ (visible yes))
+(GimpToolInfo "gimp-eraser-tool"
+ (stock-id "gimp-tool-eraser")
+ (visible yes))
+(GimpToolInfo "gimp-airbrush-tool"
+ (stock-id "gimp-tool-airbrush")
+ (visible yes))
+(GimpToolInfo "gimp-ink-tool"
+ (stock-id "gimp-tool-ink")
+ (visible yes))
+(GimpToolInfo "gimp-clone-tool"
+ (stock-id "gimp-tool-clone")
+ (visible yes))
+(GimpToolInfo "gimp-heal-tool"
+ (stock-id "gimp-tool-heal")
+ (visible yes))
+(GimpToolInfo "gimp-perspective-clone-tool"
+ (stock-id "gimp-tool-perspective-clone")
+ (visible yes))
+(GimpToolInfo "gimp-convolve-tool"
+ (stock-id "gimp-tool-blur")
+ (visible yes))
+(GimpToolInfo "gimp-smudge-tool"
+ (stock-id "gimp-tool-smudge")
+ (visible yes))
+(GimpToolInfo "gimp-dodge-burn-tool"
+ (stock-id "gimp-tool-dodge")
+ (visible yes))
+(GimpToolInfo "gimp-desaturate-tool"
+ (stock-id "gimp-convert-grayscale")
+ (visible no))
+(GimpToolInfo "gimp-color-balance-tool"
+ (stock-id "gimp-tool-color-balance")
+ (visible no))
+(GimpToolInfo "gimp-hue-saturation-tool"
+ (stock-id "gimp-tool-hue-saturation")
+ (visible no))
+(GimpToolInfo "gimp-colorize-tool"
+ (stock-id "gimp-tool-colorize")
+ (visible no))
+(GimpToolInfo "gimp-brightness-contrast-tool"
+ (stock-id "gimp-tool-brightness-contrast")
+ (visible no))
+(GimpToolInfo "gimp-threshold-tool"
+ (stock-id "gimp-tool-threshold")
+ (visible no))
+(GimpToolInfo "gimp-levels-tool"
+ (stock-id "gimp-tool-levels")
+ (visible no))
+(GimpToolInfo "gimp-curves-tool"
+ (stock-id "gimp-tool-curves")
+ (visible no))
+(GimpToolInfo "gimp-posterize-tool"
+ (stock-id "gimp-tool-posterize")
+ (visible no))
+(GimpToolInfo "gimp-gegl-tool"
+ (stock-id "gimp-gegl")
+ (visible no))
+
+# end of toolrc
diff --git a/layout/.gimp-2.6/unitrc b/layout/.gimp-2.6/unitrc
new file mode 100644
index 0000000..54ea324
--- /dev/null
+++ b/layout/.gimp-2.6/unitrc
@@ -0,0 +1,51 @@
+# GIMP units
+#
+# This file contains the user unit database. You can edit this list with the
+# unit editor. You are not supposed to edit it manually, but of course you
+# can do.
+# This file will be entirely rewritten each time you exit.
+
+(unit-info "centimeters"
+ (factor 2.540000)
+ (digits 2)
+ (symbol "cm")
+ (abbreviation "cm")
+ (singular "centimeter")
+ (plural "centimeters"))
+(unit-info "meters"
+ (factor 0.025400)
+ (digits 4)
+ (symbol "m")
+ (abbreviation "m")
+ (singular "meter")
+ (plural "meters"))
+(unit-info "feet"
+ (factor 0.083333)
+ (digits 4)
+ (symbol "'")
+ (abbreviation "ft")
+ (singular "foot")
+ (plural "feet"))
+(unit-info "yards"
+ (factor 0.027778)
+ (digits 4)
+ (symbol "yd")
+ (abbreviation "yd")
+ (singular "yard")
+ (plural "yards"))
+(unit-info "typogr. points"
+ (factor 72.270000)
+ (digits 0)
+ (symbol "tpt")
+ (abbreviation "tpt")
+ (singular "typogr. point")
+ (plural "typogr. points"))
+(unit-info "typogr. picas"
+ (factor 6.022500)
+ (digits 1)
+ (symbol "tpc")
+ (abbreviation "tpc")
+ (singular "typogr. pica")
+ (plural "typogr. picas"))
+
+# end of units
diff --git a/layout/.gtk-recordmydesktop b/layout/.gtk-recordmydesktop
new file mode 100644
index 0000000..ae9c4b5
--- /dev/null
+++ b/layout/.gtk-recordmydesktop
@@ -0,0 +1,56 @@
+#Order and overall number of lines must be preserved
+#For this file to be read correctly
+#Framerate
+15
+#Cursor(0 xfixes,1 white,2 black,3 none)
+0
+#Sound,0 disabled 1 enabled
+0
+#Full shots,1 disabled 0 enabled
+1
+#Filename
+/home/olpc/out.ogv
+#Delay,seconds
+0
+#Number of channels
+1
+#Frequency
+22050
+#Sound-device
+DEFAULT
+#Video quality(0-63)
+63
+#Audio quality(0-10)
+10
+#Display
+$DISPLAY
+#Shared memory,1 disabled 0 enabled
+0
+#Reset capture area,1 disabled 0 enabled
+0
+#Recording area
+-1,-1,-1,-1
+#Quick subsampling,1 disabled 0 enabled
+1
+#Working directory(temporary files)
+/tmp
+#On the fly encoding,1 disabled 0 enabled
+1
+#Zero compression,1 disabled 0 enabled
+0
+#overwrite existing files,0 disabled 1 enabled
+0
+#Include window decorations,1 disabled 0 enabled
+0
+#Use jack
+0
+#last used jack ports
+
+#Tooltips,1 disabled 0 enabled
+0
+#draw an on-screen frame, surrounding the capture area
+0
+#Extra options
+
+#Follow mouse,1 disabled 0 enabled
+1
diff --git a/mi_lang_pack_v2.sh b/mi_lang_pack_v2.sh
new file mode 100755
index 0000000..2801da2
--- /dev/null
+++ b/mi_lang_pack_v2.sh
@@ -0,0 +1,954 @@
+#!/bin/sh
+# This script was generated using Makeself 2.1.5
+
+CRCsum="246032665"
+MD5="fbb7557e03f51d4af205e32741cbcccb"
+TMPROOT=${TMPDIR:=/tmp}
+
+label="Language pack"
+script="./setup.sh"
+scriptargs=""
+targetdir="mi"
+filesizes="165769"
+keep=n
+
+print_cmd_arg=""
+if type printf > /dev/null; then
+ print_cmd="printf"
+elif test -x /usr/ucb/echo; then
+ print_cmd="/usr/ucb/echo"
+else
+ print_cmd="echo"
+fi
+
+unset CDPATH
+
+MS_Printf()
+{
+ $print_cmd $print_cmd_arg "$1"
+}
+
+MS_Progress()
+{
+ while read a; do
+ MS_Printf .
+ done
+}
+
+MS_diskspace()
+{
+ (
+ if test -d /usr/xpg4/bin; then
+ PATH=/usr/xpg4/bin:$PATH
+ fi
+ df -kP "$1" | tail -1 | awk '{print $4}'
+ )
+}
+
+MS_dd()
+{
+ blocks=`expr $3 / 1024`
+ bytes=`expr $3 % 1024`
+ dd if="$1" ibs=$2 skip=1 obs=1024 conv=sync 2> /dev/null | \
+ { test $blocks -gt 0 && dd ibs=1024 obs=1024 count=$blocks ; \
+ test $bytes -gt 0 && dd ibs=1 obs=1024 count=$bytes ; } 2> /dev/null
+}
+
+MS_Help()
+{
+ cat << EOH >&2
+Makeself version 2.1.5
+ 1) Getting help or info about $0 :
+ $0 --help Print this message
+ $0 --info Print embedded info : title, default target directory, embedded script ...
+ $0 --lsm Print embedded lsm entry (or no LSM)
+ $0 --list Print the list of files in the archive
+ $0 --check Checks integrity of the archive
+
+ 2) Running $0 :
+ $0 [options] [--] [additional arguments to embedded script]
+ with following options (in that order)
+ --confirm Ask before running embedded script
+ --noexec Do not run embedded script
+ --keep Do not erase target directory after running
+ the embedded script
+ --nox11 Do not spawn an xterm
+ --nochown Do not give the extracted files to the current user
+ --target NewDirectory Extract in NewDirectory
+ --tar arg1 [arg2 ...] Access the contents of the archive through the tar command
+ -- Following arguments will be passed to the embedded script
+EOH
+}
+
+MS_Check()
+{
+ OLD_PATH="$PATH"
+ PATH=${GUESS_MD5_PATH:-"$OLD_PATH:/bin:/usr/bin:/sbin:/usr/local/ssl/bin:/usr/local/bin:/opt/openssl/bin"}
+ MD5_ARG=""
+ MD5_PATH=`exec <&- 2>&-; which md5sum || type md5sum`
+ test -x "$MD5_PATH" || MD5_PATH=`exec <&- 2>&-; which md5 || type md5`
+ test -x "$MD5_PATH" || MD5_PATH=`exec <&- 2>&-; which digest || type digest`
+ PATH="$OLD_PATH"
+
+ MS_Printf "Verifying archive integrity..."
+ offset=`head -n 401 "$1" | wc -c | tr -d " "`
+ verb=$2
+ i=1
+ for s in $filesizes
+ do
+ crc=`echo $CRCsum | cut -d" " -f$i`
+ if test -x "$MD5_PATH"; then
+ if test `basename $MD5_PATH` = digest; then
+ MD5_ARG="-a md5"
+ fi
+ md5=`echo $MD5 | cut -d" " -f$i`
+ if test $md5 = "00000000000000000000000000000000"; then
+ test x$verb = xy && echo " $1 does not contain an embedded MD5 checksum." >&2
+ else
+ md5sum=`MS_dd "$1" $offset $s | eval "$MD5_PATH $MD5_ARG" | cut -b-32`;
+ if test "$md5sum" != "$md5"; then
+ echo "Error in MD5 checksums: $md5sum is different from $md5" >&2
+ exit 2
+ else
+ test x$verb = xy && MS_Printf " MD5 checksums are OK." >&2
+ fi
+ crc="0000000000"; verb=n
+ fi
+ fi
+ if test $crc = "0000000000"; then
+ test x$verb = xy && echo " $1 does not contain a CRC checksum." >&2
+ else
+ sum1=`MS_dd "$1" $offset $s | CMD_ENV=xpg4 cksum | awk '{print $1}'`
+ if test "$sum1" = "$crc"; then
+ test x$verb = xy && MS_Printf " CRC checksums are OK." >&2
+ else
+ echo "Error in checksums: $sum1 is different from $crc"
+ exit 2;
+ fi
+ fi
+ i=`expr $i + 1`
+ offset=`expr $offset + $s`
+ done
+ echo " All good."
+}
+
+UnTAR()
+{
+ tar $1vf - 2>&1 || { echo Extraction failed. > /dev/tty; kill -15 $$; }
+}
+
+finish=true
+xterm_loop=
+nox11=n
+copy=none
+ownership=y
+verbose=n
+
+initargs="$@"
+
+while true
+do
+ case "$1" in
+ -h | --help)
+ MS_Help
+ exit 0
+ ;;
+ --info)
+ echo Identification: "$label"
+ echo Target directory: "$targetdir"
+ echo Uncompressed size: 1124 KB
+ echo Compression: gzip
+ echo Date of packaging: Sat Oct 20 00:41:41 EDT 2012
+ echo Built with Makeself version 2.1.5 on
+ echo Build command was: "/usr/bin/makeself \\
+ \"/tmp/tmpwCYcck/mi\" \\
+ \"public_html/packs/0.94/mi_lang_pack_v2.sh\" \\
+ \"Language pack\" \\
+ \"./setup.sh\""
+ if test x$script != x; then
+ echo Script run after extraction:
+ echo " " $script $scriptargs
+ fi
+ if test x"" = xcopy; then
+ echo "Archive will copy itself to a temporary location"
+ fi
+ if test x"n" = xy; then
+ echo "directory $targetdir is permanent"
+ else
+ echo "$targetdir will be removed after extraction"
+ fi
+ exit 0
+ ;;
+ --dumpconf)
+ echo LABEL=\"$label\"
+ echo SCRIPT=\"$script\"
+ echo SCRIPTARGS=\"$scriptargs\"
+ echo archdirname=\"mi\"
+ echo KEEP=n
+ echo COMPRESS=gzip
+ echo filesizes=\"$filesizes\"
+ echo CRCsum=\"$CRCsum\"
+ echo MD5sum=\"$MD5\"
+ echo OLDUSIZE=1124
+ echo OLDSKIP=402
+ exit 0
+ ;;
+ --lsm)
+cat << EOLSM
+No LSM.
+EOLSM
+ exit 0
+ ;;
+ --list)
+ echo Target directory: $targetdir
+ offset=`head -n 401 "$0" | wc -c | tr -d " "`
+ for s in $filesizes
+ do
+ MS_dd "$0" $offset $s | eval "gzip -cd" | UnTAR t
+ offset=`expr $offset + $s`
+ done
+ exit 0
+ ;;
+ --tar)
+ offset=`head -n 401 "$0" | wc -c | tr -d " "`
+ arg1="$2"
+ shift 2
+ for s in $filesizes
+ do
+ MS_dd "$0" $offset $s | eval "gzip -cd" | tar "$arg1" - $*
+ offset=`expr $offset + $s`
+ done
+ exit 0
+ ;;
+ --check)
+ MS_Check "$0" y
+ exit 0
+ ;;
+ --confirm)
+ verbose=y
+ shift
+ ;;
+ --noexec)
+ script=""
+ shift
+ ;;
+ --keep)
+ keep=y
+ shift
+ ;;
+ --target)
+ keep=y
+ targetdir=${2:-.}
+ shift 2
+ ;;
+ --nox11)
+ nox11=y
+ shift
+ ;;
+ --nochown)
+ ownership=n
+ shift
+ ;;
+ --xwin)
+ finish="echo Press Return to close this window...; read junk"
+ xterm_loop=1
+ shift
+ ;;
+ --phase2)
+ copy=phase2
+ shift
+ ;;
+ --)
+ shift
+ break ;;
+ -*)
+ echo Unrecognized flag : "$1" >&2
+ MS_Help
+ exit 1
+ ;;
+ *)
+ break ;;
+ esac
+done
+
+case "$copy" in
+copy)
+ tmpdir=$TMPROOT/makeself.$RANDOM.`date +"%y%m%d%H%M%S"`.$$
+ mkdir "$tmpdir" || {
+ echo "Could not create temporary directory $tmpdir" >&2
+ exit 1
+ }
+ SCRIPT_COPY="$tmpdir/makeself"
+ echo "Copying to a temporary location..." >&2
+ cp "$0" "$SCRIPT_COPY"
+ chmod +x "$SCRIPT_COPY"
+ cd "$TMPROOT"
+ exec "$SCRIPT_COPY" --phase2 -- $initargs
+ ;;
+phase2)
+ finish="$finish ; rm -rf `dirname $0`"
+ ;;
+esac
+
+if test "$nox11" = "n"; then
+ if tty -s; then # Do we have a terminal?
+ :
+ else
+ if test x"$DISPLAY" != x -a x"$xterm_loop" = x; then # No, but do we have X?
+ if xset q > /dev/null 2>&1; then # Check for valid DISPLAY variable
+ GUESS_XTERMS="xterm rxvt dtterm eterm Eterm kvt konsole aterm"
+ for a in $GUESS_XTERMS; do
+ if type $a >/dev/null 2>&1; then
+ XTERM=$a
+ break
+ fi
+ done
+ chmod a+x $0 || echo Please add execution rights on $0
+ if test `echo "$0" | cut -c1` = "/"; then # Spawn a terminal!
+ exec $XTERM -title "$label" -e "$0" --xwin "$initargs"
+ else
+ exec $XTERM -title "$label" -e "./$0" --xwin "$initargs"
+ fi
+ fi
+ fi
+ fi
+fi
+
+if test "$targetdir" = "."; then
+ tmpdir="."
+else
+ if test "$keep" = y; then
+ echo "Creating directory $targetdir" >&2
+ tmpdir="$targetdir"
+ dashp="-p"
+ else
+ tmpdir="$TMPROOT/selfgz$$$RANDOM"
+ dashp=""
+ fi
+ mkdir $dashp $tmpdir || {
+ echo 'Cannot create target directory' $tmpdir >&2
+ echo 'You should try option --target OtherDirectory' >&2
+ eval $finish
+ exit 1
+ }
+fi
+
+location="`pwd`"
+if test x$SETUP_NOCHECK != x1; then
+ MS_Check "$0"
+fi
+offset=`head -n 401 "$0" | wc -c | tr -d " "`
+
+if test x"$verbose" = xy; then
+ MS_Printf "About to extract 1124 KB in $tmpdir ... Proceed ? [Y/n] "
+ read yn
+ if test x"$yn" = xn; then
+ eval $finish; exit 1
+ fi
+fi
+
+MS_Printf "Uncompressing $label"
+res=3
+if test "$keep" = n; then
+ trap 'echo Signal caught, cleaning up >&2; cd $TMPROOT; /bin/rm -rf $tmpdir; eval $finish; exit 15' 1 2 3 15
+fi
+
+leftspace=`MS_diskspace $tmpdir`
+if test $leftspace -lt 1124; then
+ echo
+ echo "Not enough space left in "`dirname $tmpdir`" ($leftspace KB) to decompress $0 (1124 KB)" >&2
+ if test "$keep" = n; then
+ echo "Consider setting TMPDIR to a directory with more free space."
+ fi
+ eval $finish; exit 1
+fi
+
+for s in $filesizes
+do
+ if MS_dd "$0" $offset $s | eval "gzip -cd" | ( cd "$tmpdir"; UnTAR x ) | MS_Progress; then
+ if test x"$ownership" = xy; then
+ (PATH=/usr/xpg4/bin:$PATH; cd "$tmpdir"; chown -R `id -u` .; chgrp -R `id -g` .)
+ fi
+ else
+ echo
+ echo "Unable to decompress $0" >&2
+ eval $finish; exit 1
+ fi
+ offset=`expr $offset + $s`
+done
+echo
+
+cd "$tmpdir"
+res=0
+if test x"$script" != x; then
+ if test x"$verbose" = xy; then
+ MS_Printf "OK to execute: $script $scriptargs $* ? [Y/n] "
+ read yn
+ if test x"$yn" = x -o x"$yn" = xy -o x"$yn" = xY; then
+ eval $script $scriptargs $*; res=$?;
+ fi
+ else
+ eval $script $scriptargs $*; res=$?
+ fi
+ if test $res -ne 0; then
+ test x"$verbose" = xy && echo "The program '$script' returned an error code ($res)" >&2
+ fi
+fi
+if test "$keep" = n; then
+ cd $TMPROOT
+ /bin/rm -rf $tmpdir
+fi
+eval $finish; exit $res
+
+`keeisҲ3WfdefIKO((-\ͥCQWh4Tjr/RJ2+kN)V\ٙ?6WϓvYXeE؍+-y`W-*F7G?F.\,̥LvFъ"ZQ[(˕&H"]@v|$&/^^[.'⓴z}jRNOuvyM.W m*XCuFE˵bx:aj:>Ql3Vڭ/rBߜ1x/r̶M=&]]{i_O(P# *;
+M|U}3ڏQ@/2yv3+|~w_4r1~\Fki"ʿ z evk+bP:縣k)#w2w_Aj+>yc>[ܑw'^f;ȸ㔿bCApT!NC >BhOQ!^B* 8DrZo|
+ϛRem:;D$ҟ"N(eP0_w$(ޗ٨PrKWyo$VuLZۤ\QeVH Uy \lUʧ(JMvCJEh+-Rx
+C,l V
+c=׊>z6ŵ/ ~mn6L|p߆p>چsK;>ڎ7y/܎#v)|+}</RkG=o?$_MeSw@}S;PG\6O@EHw`>:Pc%|݌:Q1Չz/DR;Q<󩿁Nm:;:?n'[u1n}pB|lI]#.9 (/eXI.
+WS^?uc L?J<Ƹ/M`~gi?㿍;9EKL}@eN*e Tqod=6:o/"ϻӌkf!?x/sB}ԧ
+T3L
+T͔ge*P_:6:-OBOSA~'O 9*s<gs@e3NʵȳUyYaIb3vQ rA| r.ȓ,|Yj)o"_sA=]G{i4 u+q2>}@}q+qSLEWk+Owi?EwN'7U(P9E!g/ +qɳ w7!ߓn7 txy;h9㎼w;^zovpG^wP^Go#@38' u5IsT1ew{
+W)?C{?Uan'* *uL=O꼔K}=G sf
+: ^CGIa]~71  /0_7 K0;cI:\C}~0x0v/OQkwh(y<>C !}d }6BkbS \(kBQh(C9P$bnW rbԯyZʛiuMy39gBohf[dM ~Jɔh_ȸ0YB" `_M꿏8g+}' u~ȸOwuEf ;`&O9:a[iqiw( S8cN p쫅@, G;q{8/wO8
+Gߟc!#GY="x.u* k#>Q)QocƯ@_о爻"07ND`818XD,'I|D;82zEZ$I_n$4r$渂X u7Foe`$H _+z).(xϜ(fR.BFLUQSs:g(y^~y'ckf}Dhae7=#|ˉˈD+Wnko󎏪J8" A^'Mz3t!D@P
+/E[),"("((Ȃf@Q›_~sι{93Ki1??|O8[?QOΠ_ڝ~&٨6k|ņĿk)G9 \~F߁![ pV0[7_n:m5ͶjO[߄~7_pVi~"n ;
+91s-b PI`+Sg?\D
+TUu/PoZ Aǂ$?%H ~$ WdԮ={3Hu}_o,WxÃ?za[U,Y{y*$!#B~/0Z |E!S%7Vg;~; 9{#Dp= U{<CFP/c"~[/ ռ CUN]'_:<30Ld2Lna)_hžI\q5o&iYaZ[o?%~߆i^G?(.\un@qN oye}s~+_ps$}p?Fp>(BE1 "WE>yڳ6B>G?C.#F 3w3/Шv!G`T{2ʗ VUS3O-4j=.U)٨oO$T="5"w'"ߌh%>Rb쫉
+T]9
+zǒ5n? ؅:ߖ)Rt p')1$EXdp-"n%yסmD/ Ǒ
+;omP3xo⺈!SuT]2L WgFLodp?R,nYc8?f\m ѿbTY,X[6琳UOF[[:Vtgw-qdu}D6[u]!.~LGTI&O7qlS?oR%&5)G&yȤ~8gR_??`V`_YlUgYfc-ͬ`Y~"?{ZxrxNQ}9[<Wpn(G# x ϕ}pO*7U[r.\7F.? ~o\=vy<Yy\yT!ST.K'3O_=f ]>|֗OWy#7l9Gڃѽuק@
+Lp0uE+P}؆s7ZvG Tu@[ 7;B D&A\aλBo(dQj|BU?b{EYKڕj;]X4k9*yyzA>$ Ep:,<=xmA^}dҋToNGEjWggYzPoG]>/R}_8Uv_6+|G.yM
+!YiHGًj/!/q:]ؿo&:Ar,r)r;?_[T JO*w͕|7T+uݜ~RCݕǬmƪjs`e}a;U
+y
+';/Eʿ})}X
+.>+8]1Wi_;q:?CSFqOuoB9+%wyFҙGU%{DQGu'">>8 (ʠ 2 >@ΞK'鬝ut[g4Eeq :Uu,sϭSyݚ#_8NS;OR<?V?C`(|' =.uY??џj_~?O]Mčs}"oC M?11p3n^yA/bi`Ơ~HE}lP?O}*j \z[doG G.{6ّ 
+?:\OD/?loEw՟G]"}ovͣ| "T߆͇-ˊ`{"[Ǟ_A/ɹH$"%? zn$=3_DH/{ D>:=+-R~$.>GE5}{M5i>d⼍I9&IylMua&YL ¾DܰI|&]'jfB/540sgfgVuNL>􏚉+1W:?8`p^3m%?B(֕Ў(tE/0|Q<35ђwhCѲ Zr^Bh͇-E]f3kD΍h?hOMNbC{c4.2\?yR6#)FLC~2F]7p>K<PZ:V~#VzЖXGI)}lOU]GY߿xSA/^88z_WC8[?`LyE_yxoN<yUςx [C~0-ojuįȏ)@z~h'.
+AmJ=,EK`SRO)rwOQTٻ1U?-8TЋ Tv*)7c71UKBKU;?T,Ŀ-ssiJi#_k7BoC4
+6:0\ͯyCc_ zvy"C yj_(zȓyj_ |wY1GD>Xtuz͗o5./P߿h_- HR@^C-sSV@uG BS|A! U S(7SnDP캠) M-")8H.8=YĹ"=E{>E
+|I쌧a<^@/{iйv{ :uQ>F>;-ߦ𝩄uB)="_(Q] -`~ /+ >#,T(U?zKWv+`by~SW>P/bzke{o 救<׉2r̓˹oΌrͳ{t_CrAA?\ˤ2upOڵ\:Y꽪
+*T~O
++doy쭪 NЀ|X=z)BN¿̡yrCv >AJ{z't8ri%op~Wxq=~[]JEJ@sM3TG>{K;*Vj>!w
+<&Wά8lgU<GRE5X:O*[zUj*xWOVWQyˠW}hj{jWks:5<65հQúuckn
+>> 5{5%'T֐:R(Y rZr.Z{DsUnRWK|_>"Wr!#s|'Ց:⮠OבNG߶:P;s u:?]J,rW:^qy^vu=y5/rwbzO!w]h ~\
+mut4 ?kk< ?:eN<Norj܂8ɧzd?ѩD$
+v{?]x8\ w]+X_jgAʿ@IIj5\\GOc{Cupp| :;СpvO;>C Ï+:oYm9Nשfee5jN:UgG~5،.?twq.w]KzuKf-evP"?]Uq-u|ug(_ @n5n٭[S-?ڻ蟇GyMϩ}k7Gz7z8[ Rqr)7PO(hF>: `1U=jW3vzȧgapؿ+z^ٹ{^͇z5+{ٗ[ s"U?4SP/k^{>[}OK:xo
+O0r#c!7!vP~nPg{e﯃') AiP4BU_=z-{$oCgɏC|;Ő{/ȭR6߅ C!4/ЃC|΄a y&0)_0>;̺xXv 905gC s
+<؛0:m|*F_؈ֿ#ۑN+gCWW.Q{>?xF#|Se}ר}٨<J^QF>J~.ȵP9JχܡQOM^t/ /yc|1zN&ڽCzٟ]EszA11> _^;#~fL্>.8PO;?ScKD_O~>6F/G8j> o#3a=
+s
+[:?~r5'׆kZi;_3{>5fM[C_r }Wy`ZG^i+xsqy+l,Ϛ{ŕ_7Y|]uMZ_}ӯkyۻk=ZOou뗆}+-,pJU]CW鼹*\*\eWi{{*J{*t^ko6o߰}Oփ Eo}{៰t ;w2ooM3o*}&3M7F7u{oj_#~gi*[-42}oig}ޅdW:_oiyf-t{fjoZ5j-狮vzfW  Is~vφok~6{߶r|涾oky_mM~.?fҹZ,߻|Gn|awL{c|w̎w~G}'s?j5~Cغ{C1;ט55uدvI,Ky_cQ;toF[|W|<|W~w~n6 Z?_ek|M/k|ݾieOg^t
+8Yskq٧ך=kg\m_V2s_kd_k2
+t}Ao95kz{,> Fo|_{{ 3^}u:uٍ\{u|봞:mWYzZ[/XzߺN/-Wzww_orms鋛jΰcs[O]ow,Z~כ/~  Z·`>h7ع /3ߠܠ o7h}gnqQ?n~ҹҿGZ[,\Fq{ǍZSnr ߨO>ßmox|OX/Q-Fh;>yG,- mhObN[Xs}"Z~CC7P?4{Cӏ?~h5?m̽CPi~#;k1)n3i^5wGs~d,dz?^k|/ً7~d_#w-xhl}:?o?r½½ܷMf'_i-uO-='m'Z?'OL':j=W|̽ܓ~SG~S gas2_~)~3fzs/2soI>sdMf7&m߳nvyM:νMd6&ôuݤ뛴s[sMϵ}vݟ}Οkfu-soS~`nެvn6;Ϻt}Z?қu<q-n1-vxC|3~ٷE󹆿ϱttw!>_e?r -=~apuZ/L -s/?7ɻ~F//MnK'NG4r\KK#}qUֱ[5{]j9s3ܪuFӭv?b|Vy3K콃4Ǜ;|f ?696祷ٹ{|?p xݦuwmލw_YJ{O+}t;}WN67 һ5GZcׯ>
+c*7Qcg@@ˎQK
+HWZD8s
+ᚈ0һ{;>dmi}ϑGZ7?h3`s[g=ބ؎.t߉p4(ω8 k~Kl?}V#~Qgހ/X#M~0,o
+_qKH˥oլsν)
+Fx+A߄CC?t8oRf+J\x~a GV#|r.~R|~ }]Y(ӟ}}ϳ+Js|3h,}hrss<"o.]Hc}ԧq)/|+qU9Hj_Qt9Qʻoz6m8_s].C""L0x;x>r6V2(8XY9i\q-Kͱ'wr),M{~͡@= pm ;1/+
+G\?v
+^{伊|~_G,7N(rGܟqN@}|{Zyφ{3!̷훾d _EUjFXZ+=wpԦYhC: ?~e7<g½r9y~#y3;߼8Ub|^௃Ĺ|{Voru"k~_;?3A[x%\K;\BgY[
+ nA ?}Vp|.&pFy}E{ R^\MFSx-c? iq#O׮[l@G ry~ӔUϳ z.vf/h=k֯ V?C- sOfO*a9w#WmwOΗ{F,7Z|ic"Zi
+SqDy_w).FS-Gs*enV}:}\#ҽ
+2EKK}Q>nuc[W>Wd;-V*厀tg硔I۟w\7w_B}?Ҹ{7qΰ|-7f ?u,|:: [f I$U3W".#A)7ae- |7CNXM;{ݹPX?f^H&㎬k}|n|(e;9JmuO5tʂJ= \$s<_A䙯8@zAl,[&h[;9[(_AO9oPNɕGpMJ
+xN3uV/w5??x{.ygK{ wK֕|5fax<kG7qN#V-uuDKcHϐXϠf~{5H"Eooy!Y}@Gq{eaFo
+o'[=u_f? WygHnA/_}~B4V;Ay|&ܫ-+ܷ3uW 0 !GS?a߂0?'7eۉgVS0)?'#6qO Rƾn]ޏ|4GQ
+5<GDwuY]~_y*9z;|xTZO<򼓎 ;t4KtPA9{{yzDfݸg.na߀, w7*
+Eg}!+y.mi|:yW7L!oB,g\a:/9#a^
+gY8p(ӧ}..qſ)AyjL~$܀r_?@g!̽ Zoo)Dpς8eSU
+~Q>
+_}nV_Tӥ 9&>H) F#_
+iKߥԉD@orF^'p{|2bV)6 f^s\u u1ԟ;/sq/s+=A;1*}ְ́psi<="{gтY<: .%b,_K}+{GQuOSI8'fiYF/o_[?~%wxΐ4@F~'q=La⽅/>N}5 ߩRZOG}(+׻{{<[Y0O6žNN!Hw38_9ϳr9q^gsug?)7Y\N$yG2_He}
+u#;7i%}借Mi<<
+]<w}W"<NNS MVR~/صHx~|;gI#ޟP2:˾ӑW(CX: lp)oKx琷B!!;J[aĻ?ywCCzE=R-Q?CVl"Τ
+&>r<1?"~,Q/Fʆm~{7GHeQԣux]>P<f#}r]W|sKd~I_R/\#;/%},uWKG:w"xX+A[>Awx9Qp<{~x\&~Q~Cv2eԷ#Kw/rNɾ} /7Bopzʹa~y<0)JSʌ[;e Ƹ59(锩~qoכ\;g8
+V3Rl.A eudzw@z"Wӑg OHx[u;=Y (_
+ȷO2oՏw[aߪȓmixH<uJ$-\6ёOtvvAsp ¤'|2=FcN]wcʼn΅i4ȯƠu7qj!BO?57OPPOЂnĮJwgPgPSzY:ԞΞe^W)Ã=]O]4Zל"-P(S4ŮξR2<{@K;0 |7ui W-ɪ8<m䰚;{z:zS5ծΡ9?ZwF)梢!eF>>5ѻeP;4\p vv t dM7+GQ5SCF vdu1=C8X)8Y(m桾>@s(l:3-@AEգNJ֯YHV
+eD
+m>>RíoXR!,v}Za)CR8՗'.3*è<pPጀm`0 aEI*m;܍:IF*!&Tk7LLK^$h<&6
+n[h.)-D(<λ1:X Mԯ
+i,h
+lyEhy
+H>ՊJ9[Vs `5w4&@@k/T4KOItA+hRfNN&~ՙz.sb
+cb& Uu$%F,nAIe_Ly13쵺@NU
+}!M06;S"[M1
+ACEEэs&0uϟŸH
+W 83RZl Q(òdR2sat}:d'O9XŒW0*vAQ !>CGy cLe¨ Oi:[>p>ʹ滜€= I17Rt; qlS`\gsl]d.Sg<oQhM
+W#o)db>sqVԉCL-.$a 9~Rz4=L
+d_3aގ\u8 t%NΎn#v*Z$;#3XgP09;`K^;#>If
+)kK09Wɔ~{ĩ\<TbIg P'ފtPn.tg򤱞˨鮽7:Ucs
+=܂VM'ʱ)w Hm AD
+YGs
+AtE|9aQ^n4SWa֯H)`k2RC %mJ9
+f Fk`H| C!G$uq}w^EKϲSz0 s,p_, ijm̋/zW--(uNk
+†[x\)lo׹gPVŸcK♀ R4^+߂cwx+YV%߇q:nېY
+u$03ƙ/E o.(
+ܒ^Kaa\ #Fx>_نB0^'4ONy@_!=1H6lCC:$RBrTP:2`],Y6D<n}s?K'*'3m`~D@
+]p+VȟgXH(XW 9|JK+V 5uv@r,J8yoi `Fn5kÊ8I6Xa~s Eֹ!P:抄S.j+1Ԫpy>w
+kr;3Ax۱s)ںAVv|)B8]w9v(|hέg,*\cڛGEIr}qg5l"dڢ Ĩ)Y1"z6vZƂ yoJhO%Cf/yR_< r_$ rݽy³ ajNĎ̥iZ*:&G.E;)Y>XgBZLeF#. er"'l9ܤp XN7!vs&=:cj+~dXLaL = aͣs;\Rgg3p :tR<ڃٽ6&CN!Fet#
+!pT߂
+i%3Ib
+@XpHCOEޛs[\bM.33W:2cܜ;M5U]h)^b-ƒMRA+
+! Vod^XI2|o %- 4ڡj][V
+.䩮_f8Qm ٕI7r֟:2vtd?橚x⶘LCEvE
+zL aՠ+7bdDjrb1[A5ê^- Uy_|E%BndDfy 32@[(2O53@3xH/@(ž@<N y#Nx\$3hMVtZwb8|̚[
+h yx;(\ 0BDl8..;qi 9}ϥ|R5D0,d+*FrQ+<1fh>{~3EN^cEǽf.",ǵB^yWb@t}kY5t7pX`
+@TjkrEq/6^/ϓy |>4RnF4ždrI܆SQ?sŠ
+(MR
+&J}-,v*]
+ *SR (
+ Sindn0HE)
+pe~9ʢe=@,%\'d,(~ ! WE݆!#μ]x 5_sE6Cy a9sc5))oNSWSvmTP7{Lr%, GO [>&7e/3Q ѺE`AUc<FQjIՐ "voG/OHv1~ E*
+h 'i5[X&<􍆔īiSf~ϺE0F P2u=Mrzr f$Ho
+)JdڠxLN+P>c Hċ5+>K&EJU}m8vk5Lޡ
+6x?
+U zin5X#l&x1!K$F## !S ϫbSBj+@h.JNy* oq1h8
+g40kIOn bYj".*TK*`ȼ6(vNX,a+KRH4|X!WBU,* Jw9Iu'x|6#+N.qNѹdUЯD>e꾐[XyT_ 
+_g^lsdcBUNbK~^09Hn$2$U
+'
+ # L tX'  mA>QleߝS0^h +"
+--UgՉʬW
+z&9B<EIAs)\orWbTKXۧ<ЪהAڤv6O&D]P&ZKK xA4DHMМKB3lJq]^-<HiMqn#
+iYQ_m=P‰~w<"Px=sTe<o?6߃څmtb3-T)rtj*SSq Hp
+I3ͱ/eF5,]-8K5\BJ=h)V]쯝;)ޕ-#)PRէd9c"p"TCUxP7`b{+/gXYŚTؠLhUw{t.ؽ)#ŮdT"X_Sa]Ap
+. {fA㴮0Ep |CkR{m=n*p&2!Zs
+ʞI(٥P7pӎ),5eTGa%
+IMtYfu+9b $(ʆ*)2KpGt֮[m%/h$ZϗTO ͗J9}t ,IqQ 5PM0 Ua!*VM:dViT0x΍$Luy7r,Z;"AΤt^67]Vԟ܅8 Or/tYC$];oΫV]m=h6ʬb^:ܦ+?4Y
+N=z3PW44VNSj5Hf-A_#Y@tހz7ޘwz<dʝӡXGiz8QJ:diU,@vp,U P"anV%B&ht $.mNw@= kn!sۢ
+1QhYYMf`ش۪c6l,}3Rr"F
+GecB̎Zڡ7
+D([k;N xSF-R/z*Ɯy@~Yo⟲Q"|(R{7k̴z*)7yVs\ChBPkĮY~)[TZpR('S:Ŷ@][iImpc4[rZz c2!&P`dH0U, SPvs!reVWle"}l ƞ.Rp 3B1*U<#`UrN慪v
+%m^z02
+XHB`r`U)^ 07^"qdR֑mNJ0s;ղdˁQ\/ǛehRTI .Y9޴%Zu赬CD^FE^Q%({"Z%-2T$EC~+se413 QG Mͯx\G$Y9?07,6Yim4(XIe~HZu (ͫJY6qN7,3kPl<YE7z,KF!IE d; JKa ѠM*[*3㮸kcfo_
+R ;yaD%Pag[l`wf3\Wb)6V
+rSԇP~fhqTKd؊E(G4,`;3cwi0O-~*„L w@.gF(Ɇr;
+6Cc a. b;>)[LRj{:mlv撠{s]rmߊ=8?:+r$W.Q,W.QԔK1(6e.ps\fZ"fZif|0)PX$jd8SqYrgiGa'&ƅl$1 7ӹ98)ªn)̐U3imZpET8#"*C*IYR9П:•EA 3+mȐ\@y|nx4h;
+b%6ʃ|gJ@#Φj,U<:U HY79™禴$iti962w: :T3}Y/CysVۙ#/Hts3?=<X-yIޒgo?P*yu^Cer$yeWe7_C"גKIu ߓ\x}Z}{$ʼ r.y= rjEޡ¯Onp@_+OkU^]}Oҗū%/y :Q«7ϩ7<\j+}V;J1T J>w9K>y}/*}nXJATDeհY#Fs/EO:ɫI{<Q%U\{kg#woQ |8HLzak) D[{˽qvQ`u(囃\JA̽q/8m 7@i# j
+Ou\ne/+{iaBYtɫ_`'\qT)(Q?$ʬFj$SfW̵"ɒY GN5EDU{N|.+|c} yrPqs?
+%&Ȑ4#yre_ZQtd"T] GW2 W|$Y5L3),7|̣RAX [;|y2TL^Ec?HY4maW|loXɷjBp?o\/1 
+u"e+CTT@[h6h PTTX^T=tUV2U6nj bl4EY/H6_9zKY"E]T"&%<qkLY@2zH5u`a}ۜ}ۦg&lZѝZǖt> 7;&g;FZԱYovz{:;
+wmB* ŷw1pDž$ᮙEE$u}|&}JǬ67;#{ve4>ԆOabf7NMl+>|s*+-I0оr%O;cDzmXS ov{(S';ݧ>q:Ԭ|TXS>vqw&g .?p&geR]c 轀5PJw_AR0BCNCJfz 2r?ht$}XSħe =
+WUU
+c:z#@ [ᇇdzPCY0tHtY7F0E+E)}Oւ=J׸B/ӬL8GV뷪/dm[,&)k<,IK0Mutd;0%s%gn`=\q'Lg.9W
+vHBik9bYZ!a@@i`X%|vaTqogOW.le++lzcBoKoH//sj/U:<():tߞrF5E;cUA(}wx@go˞"!ԗz;K#QK4tDvCJ,FpRVtDw Kdwt
+Z38
+ZsSH%Pz:i`gH)=huyzٶM׫K".Z}]bzN/v2O]+jٍ1ҫbTyG T:IP.5K5" 6tdaLP}ټ=(=-eR`>5sI[4C% g
+q/Og]ՅZyè<60%֖|F40dq¡FFp{LI,GX4MG3gWV*|dQL@>`Hs^)FJ
+
+ ӲW,ÍBJ4cՊBᑶZA_m5WL/r,trA_Zd;jterB3yjnDkW?Jm@kبc/\zk#|k5BSS
+iAI+R"6bb #l|^g>9eA`(7FP4O2dQc-/
+K*<*=cFZ6g7zN-nc.dލ;TW=7=Tޝ奂YmoKon8~љuRPzX[D}UċXrgQ\hp8][na*9Lo./[q!%njkxM?Ȩb$XQ(+&2yx 5:fEo+ft
+U37([Aɪsutκ<7u' l᳨v
+vEɹl
+**݆Җ/SQI hCl.yI@ 5$P4":@0UU}KݰJa]n7{Y6Њ:mz? UHx[CJ%eV%i9 PyH=tL0XY6+Qrku] TPOҤx5 \ڴ]OuɦrmCF!-}zqԯqM%(DLŐJyۓ"E?Մa7\v3t2tBĆLE޼!ṙ-*Ҥ=5x!E7i-55"\$TŔSYM{@"8m݄TFC<PW4+@ɳͥ7;R~0w\4%at-&&uĴȜun0&:XQ)R.a9uMMy
+ɡ1_ЇZ7+W[mQ7ʦRu&FK+_/oRqԡ扎bւomZ2.֒(
+@@4c! nj%JHy̴95\lrȕJ}"pωFnK&
+EV1wJ*obfF`b s<y]ob?
+
+NGe痥U$0xTV(6FA,GqT۔6ۏFyʞR ukRI3 ܵwrwZ&_E"!S*KKx8vTɝ
+u:v/[UJr(: '
+"-o~D\Hbn<0y xer`6<\H Vd1WQ[X+״ڪJAWzVo4mH w1 𹸘
+ sXz991sT ?NFI7g1hdiG!:96l33!s(M LVi"_Vxr[H@[.Fa;P&.#!%z
+FT_қeOCdk%\<cӪp㑨
+(*=,&XF9Cm1rڶR2@RL94U%׏i-6FPc&2kRؓH
+ }cƔ
+̡W p|Gux"g|L<<#ޮkj2ߚЎ^[eѸx?Vs;.ŌbD9 >1M"~UKToniM n׉[eKΏ#QA3c貯f]9фQgD~Z,a~5U]j]K$ͧV6y« R#n N kq؎ar.jAw{|.{2uDl2]
+(I lX\))opWvjom7NG5y02#E/>u(J kVj}>QLɇǘ~*Ij;_cʎ1o*iخA:#˸ռ;o%m)+PYBTf1+g}6/V5^mtZF))R&vмmCŎЗw3R,# BSR
+ABlsnE,\'V)CWjS)[
+GEtPk̦Ѣ[>uO^"nOnaYKaQ[LfS Zm='{v
+ɤmZx ! : Ryyoٖۡ sΗVmܟ)Zҭ 4)MVȸ9e1 _Nۏf[3{vPꫬU9T\ d ,"d+
+-'q,*Yɩzƺ$@
+Ӫк-M@[\y-4fɈ'y[r0v B>$MN]Tb3tDL~j 2TpFRt%+9u=_fcx˝ D 683ҬWggZ^5F2
+f'HyIU9iRRJÈ^|GdJݹulse'0!FPVdbv'wnw]}C`r6WVp-
+)vjn+O\$B\NOvx<Os rVU:, r2lRر)g%OVSs+_S F̋[08t#Ae먃=)GR@zj@vLSGPio=ȍmqH/#;9J|qr+|/[K0Y%"[& ]ӀKjVfwpvyy&((7-C/vȭvHU"
+;ɰRa JtQ-(6yjT1c*Q\9칍7a_넻vAy!ġc7sa;9'ک1-]@)Bc򱲁Li%VXBr|X"/-^K- >B*$`lU퍭]H-Z T]T[hB2>VX*"ǯJ·ve.]9'nKP?n%|1V_WƮ]XFYnmDDŽ{5`D6P[HiXe
+Ow
+q>nwʏЀu՘bRp\ 5ù5“HtrY,T}2\@)' +>P9+|@(ž,x?BG+˷95 ][h=;yaѷɎcϮ]Ze#I]%1aP$7#F:Õ1KNXNkDAiւ35MHmϋv{>F 2?vG=n9c*ǭ 8cɪrn9 [[s85+
+Rn3,# •n }̕ܞOֆv6/T8vys򸬹v l S"M{f9_C@#+;+C+8b88+S@aZ@Z2PN^ 8#8giPV<XY>Ô sʵˤ`)<LXnXh,=<X*/w%hqeIEYy7\?xTh%DAAYGF%u%u<@keӮiH1@ѺP`w&7a:ϭ83'K#Gp8 |6%-϶<fgVQ:K"=ި
+ql *|[q^Di$0o4gp ѺѩдoBg8XėZb*.LxȇL+i+w\^)SJl}>UM
+CAN2K.mjdR?ndnDV6
+F?t:rV2Њ\/[]2*(TGrYgL@&Xv:Nz̅3e?" m#zJWև&o=FcG;G7
+eO8T=ʏ|G&䑘0f>O,!ȗ`SU{h.z <G:jVNB&R@ i%>\鷥*B6Io%U^iOcT,>U- 36kIlVygZf05SٺQ\vC 8lėbu.݀ӦǏYP'pŞb׵-$)qvS5SrȮzYs4t{JZ`YdqNY^3Ts4=,ΑA cL*
+3EK+R.JږI$%L'pW1xoxS#5ypqEOT;K,#-b[Ј%^~j
+妼m9w2ETTؠIj@;;t.x)DdUdy`\'–"2lif:J3+Dqh
+R܌RڞK,"'~"xmE2Λqӎ7>ZdbX-' B`QZEy~N8G!@KV@L]rvB ~C0Z bD 6>!N<LtUWjNT~ ՟Qw= KSϩ sYQ(J\}" >Dɛ\Χt
+@:c4bV) *+䕉],PT+~5<ߠZ=lQ(V.70'Ts~R7%WjcQ3Q2LSIO<0GqrY OfW3TnvgWp ݶӊFB\ȸ_ؑ] 0|r+" 75QW)S$5ChѰ&#`J2dJ9♵ ̐3Rh@hFkɓh۔)!Fbh֫$AԍOQ[;¨.[GR"*[-HKzRN"JSpٸQV
+|흁|,
+lS,}To
+51p96[
+B)Q&RTJP D
+1
+'YmtPݍOҎZi??UOq_]8W
+|
+Zό](NĐX:[%Z2ٴ]h2-nO@I9F3箋ë́i-<5 l
+E\
+De"o(KK0kHz΁0 )f4hKgS@3 3a#CGFC_ʦw:1>m2F# 6rh=CcA6;sI=ع.9`utD[7uFr[lFfF%yzdf2w0\Ofm2"\W]>gZ|^';SLx$٦`SΒl9y%3<lfAD tVN ZBȆHoGfvf45"ss4|+@i.􀔗fȑΙ6Gt"xK8$=@lqNN^m3=/ΝY|'HJgΛk<BU^6[d
+f}\ZpNJisd*']%Ruz8
+#zZB7
+wS8EĜE, XoP
+mJ +QCbFeӤuDH>
+12Yh.QŀA#ɕeDrcCu;?D&sdp c~
+
+sWýx-}t|sO1z7\6ك*\me,qmr<w3W n4mvw?|o;Usî0HOwۡjm*F8 4U1Y͋aE-aƗ΍VQi@1R
+>ɧ{z O9 %'F~2XڳzH5v$z
+?DĜIU{ tYf
+[IXcfgjdtȎmξm3c{6N{AxޯulIpqjrcH[Q0J]}=}NW>]]q鎉Ɏ#c?sr϶.v<nF{ǝ=#ۜ'm֭ffZ;f=ٳc/6|?eĶ⣺;69Y* ϮP5rZff{gw X^Ա-4OPRȬ<; Ad}˹IRKWf\
+Sc9^&cN97S(zJ]tIZU`;ĶiQ|$E&S1ܤ~j37emrj!ax8Ƀ xiIXf*ڔ8a bM+(((amxDYɕy-JU*{(Q4[C>QAi&<J'8CrN;Aj+q57Q( 崢aD7΂J"Zܸ7F]0aJ'Ki3㠒4y?jmUPwMo9wt;]ՃpGߣB㩶c|ga6;Mħi6:N4~r|Jd'3S Pci4Ŵl;VjҰ1. _SJ;GF6;cUSDZP&.6 vTUNm«rB1s;Q%cu)pt_6u[yd]ji:"~ MR~"Ju( XTQ:'R94ȗey_\wBFvIydEtKr_\YeQ,jWQ{^X;a[w:C8/moqn/=GN'~*}ZǶ$\;Md
+UDzxB_T;c
+K U
+W*|V8j/E|
+,=,e0GxVF)ͻ!'Od5|_k嗜/^otʣYw
+?0wTδ;w+^-<Rv/Mwwpu3;K73tmTжr0odBinSkoG6w{Q5<zqÿ w.l0w?{z8ݛ{wbCRm㿻l=}G19Y?tpsQ2P ;;dK.ƿ3)o֝ si3kM?8s7ӧzW ^x':0>yiho~mITw>/ zTa- Z._ڠ/4=Wٻ~oؠw<޽A|S?~9'6Eu2s5K\X '=OP=GyTp4:'j=v\'wNve/9QWXZ9QS'>WNTYOR'3NN|$]l Jq~]I֯oR$o鐰,?ۈw\)`n_goyNx˰ΞΎ-ξ6H4lI=|IQ7qib+*M<L͡gOf"Lhɋ: wesVq#ONk:jLA/Yp9hn !-Usb`6%
+љ/{N4Vx*Q&m6hy{7pĈs^UVyCKu#ШMލVr8pP*M;<\ӳ7p`R(unODh4Y + Esټbxz*MR5]sa3LR$-@b!H;ӼؓD/9馝-f Y:Ph7ߒO4SJ h,^frJY +{J-,.\LaD[(TTi~[3Ъ2i'0FS޻l/9;ET儼AG\RrFR/He-.bd%CI}\Z" O_Dae?5<}Lg9X9"_KGԬ٭&zlY79|k kԙ=?9aF<6K*mM/俳i3!ow;:jN7$㽞}j1o*ʟ`<)vr-+(qg _p,="TmZt1nZlXi9G䄿OO=eO=b;?a>r s}{<{98a5 ͽ
+n4-vbv[6讆M^x[܎]gX3^tU;WɱG޿?P>Dw3vƟ4y> ,v_enjV 2s&Kο[OZZ/uZ7ct[mtf&95)d12KyadDW
+{/w-ze2H굒LD3J*V/F~KBY6͕ɃXZvD̈2K'aHI݊[B+(9۠
+5F+ m΁,jWV4%Y|TuNSY\X "NRL
+I䓜Z9(eXҜܳ2V'65/j(Jʙatʈun!7L(,KIb3Y(Kx~..X},sr8c*|| ! ]i%)i\^"DO]!0&}2*v^I)D>L{/䕠 >X z+
+Tneٰ%"uhߗϔjEAUgp?}GS?x<]<4&k̽>g!p+&w9`﹓O#cOcxɎ/y %_cGLfW~ ʧ isp}M4k6(C;,0<{qnu<||n0fsm'.
+ ^}ۛᕐMƋkӢr-EiUy:|Cmb:t2U\ <Y\4&,j?+Vjyz<1PksbOR:|9ad~$6Rfţ]([OH~oJ2&*:>8_8=6RofD'',Ƨ0j/>6
+;4h 6BwՐO"dk2_jXi YT$Kg{Xyіnwe=|?'(Isȶ?nRn @6?=G;?q۞g2><cه]3VTOR s&]19)k<q+eo3w,y_hY3iwv wUbuU&QXO3xq0lY%RyvIn&O}>ئiS{}*1dy֑}3roi;wz3?tt>w8Uwo;?ܩ4A>Z{ݢa,21wݟ!ßbvwڹ˔5Fw=h-t^kvF'KbQ?m\j^ek,v_G΅7LΑ>lӍXzO3=9As?s=M'辺I'hQmϰpC5̍N3C [nK-[zel_3wNsN͖v'ڙщz&`;zku9WzTϜhXvZzMscbg{{wbeL3<LFQ:t-7f^|T;Dœicҙ]oSI^t3fmwm
+[
+U#.V_ͭm x^ehUTj,y*TvR\ȝVPf@)RTЮuF'it}A6HG*Br4 oy*{c/
+DKneup{.J28P2KwdF_*FKgv6Dg}u?(Txuie]K^yJ~݌貾6qEѧ^8B ';|B4[.߸T/WrBPػ(|+wɁ$3arg<I,!!8AIɝ{s3 >jD"KEV5Pl;.lAW-%E;sLk1$d{>]}O*6xPA%]ʑogkQtCyu* ;ۈC=CkiD#e
+Èg3-MH+k,
+3m,g?!)f;=|y'zwEIއ.}7~=xVmc]_r BĬFR50Vܦ \e';6`"i
+~_Fz3I5?>Ymog̶ZR[З;Un @5sgoy?AOnמ3 Q<?_ k dםAv,>[?wS=A:ʿ'y/3+=lef_ S.%/
+G_][+ GO|x,L]7 Юl>+I7ןfq`^N;oߢP^Q?N)?C9Sfj6x*~ç#=B~1p*z-}9ۨIqoC^\I<\k<6nۿ̅uzү۴zik̟d'[%,:4GKx_WZDM&w1iidkMAtjj.漰]M155LK`݂uC9^Y?ȫ5.(fOf.Zd̰Avn6)k;VYl_MVTRDqކa&qNpB,d"o^x<N&NΗ}5Eђ F\qÞ0c(Oq)aۻ9iZS,rf5!Nh*c/أ㖮BI39%m*%|C0f96oҔDࣴ#4Mk"JA4 r kȷ G]7gJA'^ cy%HyV
+#3"nhyT ,cNaxzPٻlmtp
+T!{Q7@FI=0i HQSX~0$;~d6h0 8*H
+Cq`"Aڝ0gഌA!;;~(}{$4E7pV48
+]`}Z<3P ^*LZ÷C9.n2İ.g=+ ^PtF_R?'U
+H>~ε]ijA=n[E:Nk-?ga%M%v]пnsG}ۖ"{'Mi9F=6Kg$܁+͞\7r[4@zcdLU}R 1xs v7 E9Ǣ f ґn)!^y$RwƜ#a+r!W
+
+ J9J: up}_0
+0F[\-w
+ I\m@rav7T4{//-gnX㯲&|?GXL?L˂Ji˰RDTvl=ZyR`W`490-9KEV(Wp
+G?&L| G} ލ΅b$ˬnlk t\ fj]X g$Xg.ktՆ}@KUpJhГ :B`04wrO},e<:6%J mVdGQV6ȱ~HgƠQKA =$ &L]ܤۄD(ۥN&<9 /,c\~m_N _{6>VvG"<ę< " 3X!-]XG6<(Cþ@耉?7aO:dZW=5dY)R0_~)K|QJƸmq EQ(22VY ,VHSץ`h &is <+Xb4ڋ!9F(B^nW'-b{O]%DQg|,,q:1iYL ¨Q>ڊ P #KߎE‰O -*Ǐ2\Kt]_#~_Z0utT?x&7o粎ɞNbH3@bnS/g eϓlǭvm8㤊=,{ )>~rO1e'h)Cio rrS~6zc-^N1gDXF<Ux8~,",M_CL;ΟӾg~q,Ӯ}>,W?I=9NA=NC-0>O1qoO}_(.q$~l$_H( z>7{P.髌&P zrB?>cczY@yY6P~h+Pr}\N;~o`P6q{ʳPg<Y̓?Ayyhnz휇~~ꘜ2ϡ1&;Dr)*a1نLXجC$wHybe,j)QOVɾe7k7 MYop.~1Z:#ns\}~aڔV0K ˟1k+JH@*xy[[Ԥg:}\#W"rkM~%ij
+fcD Ejz-x4r_Nx|k @ev"PڵC':##h`դ;vVQ&B }r*
+v5Ƥ7HU"Jo$ Cy}`7:eZ~5)U0M7im&|e{
+Nr(RDqUA?"
+.w Q"JPP/ j+9kfi#;oT8ΰ'r(Iĝ F[F;%I+%8$Á+C2 ;5Rܣ"쾭#++H&'h
+h:;{zN3?mY+?~ݟU#:0ZcvS-U:L;jϵIPzA:lSu}QH6zAj#Q.
+YvR}}]sP>2] .g/<2`>//rO
+
+S?@
+ ðf{٥1-\"
+e6,f; N:+M;Mi?-$Qn4WBBӚ3PA#QH1*SfxX"'^y5SӚ0ٶ._/Pf
+ow p9-S@rR\0:MCGʔr3wSP5敫XǣZm)&vH7*GQ c
+m9
+~}5͖ݶ K,
+V#
+ÇҞ{Ų|.pN4A}iJ]>ebGr}k2.tP<3@ƠT[b1'e$wCzIm5=mW0).5u҆]K.QZՆ|j5, j]kDg[ւSƯ;BGȇi{BnwbJu
+
+x}}ڝcL +t~!Uq
+Έ=Oqk J,2"ŃQovX7/'3xKf^\A FS.Mr<2QMY/]<O\BaK&9GŶ1A L~"u=V(rRaڝ6?g۫I
+{W߂XOͫ%HRԆ4L'+HKbg,yjS_O0zϲ0R,b)R`ґQX᭐WO{7%t5W
+CJ~ъ
+@e0U5ʑH3nh5wg7Ru=62cU MSs#Y|;}M>+vrF T.;I >,n:/Rއp?w|䬓LNnFak8=fk0LY}Bxk{Lq"$Nd2{ˆ?
+ЂZ%:Z fG<t ab
+Q{Ư`ɅԱڷsN#j A/2ٙ߼:φ0[
+GYgx6HC$Ri·Ķa P a0
+apU
+8]qKꌥnYIw==ҹ{bzؕsjvG})BSWWN ׾s75IwZu8L3qM=D5`蔟$M'
++)Wt;)Ocz;ٱx-;~ro6v\ ٽ-cFإ&' κʇ
+FNwy qbM 2]
+㏌/5sľ;9?S<̷#U?`5`e/MLu߷6oWp3ڣ[uT{tQu'}>Ni=NjwW)ε uZ'|g`Żo` [/{wt/K%_]X/~_T;w<7K>Z/{O}tHʷcH0Rw$C IdH$?p? 7HVA BnlAWǷnߴQ0wn|FF;%oorF?MC$& wxŋu7$̿Iq7?7d={MB?[~ouݣ8<+>7_KuIy ?>,y{ャx͂_WE'f(n ҟ"Ê?Eқ"E-o*n?o{wgWw3VC=8l~|N_*鼶U>V^]*8Um·I|WI<6 oxqm7Inr m:|bS.lhV<o KsH>^U$7~;!ize䷶C ?;T[xeN R_R=;;%c;%[S
+كV/f3
+@Yw*uaaӵ~:{嚚*H(W&c~v&Id *bjn'Wjll߶QrY#g hIUIaU XسnK.]<#7mvSi5
+_Xs-s[4IN?4 ;)NپZ 謱+i=>/:[c9d :8Rȇ+3 +69 )r97u.Z5Zw.̩M
+y0qDuP'Q}lx|L-X98FS8 &8t,N!Yc#y~ b(G#>p˫ VRz'{+;
+4R;~dB.%k=jf^7^Vw( >Z͔E_gdf[0Qu9xK
+SI#Tś(*|g=!*+BQ@/5ܚU:#Z8T
+^Rm\zL5tSw1ky73KzqV%czH2@|A| ɀYRdo9V,Afl:
+!or21wq&w,IO[vE+o[p{#d\CE+A \YE3-~?YҊ)M`^rlvX:@2%hDOp%NeajWFCFH'%6BFNc8;wJ,Ue/+,>#}C1+ n/>uuNxS粀Gpl`v+sypؗz +p6y5 \l`s=\}9ya608 翹fA<6rؚ.gsrPOz.Nv0rs\s\<ߔ zm\Է89\3'x5!s|ϥ"K</9;yzOsQSmG8j>|`9 S9>[Z
+19֮B9~ng\4S^+]2|+t_V[Y<U󁍌b \kg^WIg|~;k̡1v>zy1ٟgl0}
+c5|'0n^m+g\]i.g^u+xgKk?q*>S9uf{?ynpH".1o
+d+)
+$ + 6GI?VƯ51(u)mKژʝ'm'sGrBJvM21ni!؈C̈́wzpDi"FLFG)ơNm'Hm8Rfг̈Z,="i'eH #Z%bu5UukL($-;IRQI~GB]8ze7J6O>#OǴaz79T96Lo׭u#wu!.KM,3%eN 'ɟXMӐD.aFmٺÈ;][p_v\"*()( `$mM۵"PQu(PUae\U٢*hH.*B`8KQ؄`ˌ;% @gl†4+>
+Y4+h
+ \#LR0 2 ǍhnJj b
+Iʋ8,'A!:D!j;ߝ١Ժq1k세mI␶チIsl U9.BEd ^oDFmBHI#$ǞDJznI^Ф7NX% ^T0=@dIAcB줕*>#B64َ4z)S3[Ӏe?a+By$X#eɟ^ 0"YP! ,Hщzm:BF! @€c2|ˈ4XMfH(Ԑ Q<3)@ҜjMcYKB\"G?(23z
+bKM1"ܧnv`VLc3m[Qdv);#Og>14)Z'pI0Z0'iN FP,ee._Q#MW72O,{vT15 s8}(+ 2ׁ,]OfA{1 λYqS!Kzif}ls yiG6dKO:\'= \xYOYvW@&ρvAdo@?vs7s Ksߜ~Ÿ 7=g']ӹMȅl_RȠX9zRč/EyW&yU3Dcc{Bu^>dKX|_XS6=l-L<R
+BB*R~o/D?9 ]~@@cE}X~"E,.C;Y7 -g=˗ to42`(?[uˡ7徱~rGGk8}|.*Kl>
+Id/N籌(d֐<[NtTokL!c6T2s eǭ0R{gcJ0FT¸K9c26n5UWK/lX*UC:{ǐ4!Iǂ2=$$QS#,!"$%ӦFfoKƠ]Rꐨ]ښDRV<4 (JT(5vkn׭qia؈(jR#QΓA:&F4q'*a`'\Z+R6af48Sct wDuI)K@a-bCٔC3#Tݗ .=*AZ
+DrDYmcLBP^$-$#j ?!#C]i'j e;SngI-bd,Ǩ.SN7)''\|Hȥjr%;Q<v3tf@|SyqF B sUV.+[PK mW] KuD&I~ A=Tn8:?Ҥ{2C*BG4$8P҂$ϭ k-Mzs)˕liԮbMZ k=%m+7UK-;b[y{ ?a
+o&fh va{l[vT&uK2ni &Y Oҋs@IWSX^ hquH G0y?/YYwR kqS)bS _M/P[$ג r.,GKPQ]ڪoֺ%,{ L^{H r]fbnNCҔ,f.oo>fZι31ri4mg9Hߢҭ'󿲬<USM_1_]
+t)T8Ϳyn}_U^>"ሙ-?1A?$,js%nl7o'mo"id/놴>Wۀ?yf?lw9 ][8B|~Dxz&8~v&zm]Ҙ&d
+i<{r/RN{2ϩYK7T{7+^˴Ȱ\5()'mNث`ɱD@SOUUKL_*嵷x}&{gAFrtWEBs"uJWWTf:ȳA-T{s_3]kuGƞS*+y<iGz/sw{3zRtE2sٞA8?d`=2^q”hxw5KK>s tUw-a%FN߿-^sKO=&-_htc*0v)Ccݨ64-ɰJ2Hw܌F E.iAOĘbi`f<ե%־P5!RZ)qiDm8,وI
+HB)8)Y/p%S h$ړP>TRK0#O]}F4:?*g/,'HEG׃\.
+6bq0V濴Aj}wA!KAiDxtThQ-8G BI~HNj@b
+>u,lSKDxl}Cq /~aA;Wc=lԎl_:kG;ގ~\׎~pL;|\
+q WϽ`Sh
+$@ $[Sd Ȳ庺[ֺ=otq6. 
+Ɓsw-1 >j:e@~zEhz?^WO(C{tQE;F?QЧ-(>y9*M=._>%Ky$1m_tc?_ax]`.6o2֚(Eoʝn w4`
+S$9,~L$%qޔ(M|'A%[/J!¯Hץ ޒy&lI7Q~I
+5~}@ŸI/0>v
+ Xfc> |+mlOnCμ( F44bJo '9,ωY. X_V |bw&`f֥&
+Q=  Bp>)ǗLExTTۦ*SK$]T[Y"_4P'"ſj{>?4gm:ڝ2w:mt?N_p53> 3h _K
+QU'Ŀp}U>/Z_].V_]|CDya_z}FaE_\ yojjjV/ZumG\Ŀ'hǍkA߉gZ䛹VދYyRkb|wH>Zk/X|֡ܮ0z]'::P#ouz[~*znzl _o[zG~,?J9l@m
+&n~織'YGF$M
+ZRƵ҆K/K%ݝR5erO<"},V+(^XuNI?▰~@iOH_w%/RYC#NJ^
+{ V<3ο/=ѳڡ}s[Kˉ[w LHuӗm:'F˗IJxLl?ԖJk)s¿OyU$绱~y|N
+0.\Fw rT>X/&?R/'nSkU3nyErq*u_J"56/e 8gl $ tvRfI䷋p}!VrV̇%Ie^X?eHi'zg>w!m\A1h7.z)JEfz)l{ĭ.G7}'?װ~vu+ȊQ4s=[ضAῖ2~?HF)N>H
+g3*La?"[au!cҊ9uKBmVȭSVJ;Sy7[w%(]ұڙ_<oxI<9`Bac>,}dyԫ),<{p?&/
++Ew8R}+GG &5| LyzȵIIK)\o*mNufJ _P  _4.] ah5_?#ώ@KRJ[9xpw7ȷ o`~% ,d9m"|f+`,ϲN0u)ip5؋{ȿE2_$0i|bJ+4J~ͻJ8߹xmT^#XEqC@nGDaK WKyN8sl|G#!XKH^y g2,H1yK+ܽ}EF s#2^ 1߭}g0}{&'xEɝgu;ݒev)ļsiY~"x= vum(KC7x`}y}ܑt qqv%%e _sS22p߻PS'B}</y@?`~!?5gwBmM{.DR=EQ>'izo @/]y=cy'n'C }xlKR| WINE k`/w#й.ts$7Bߗ(|<F2M3oѠ?/t[O"x=kF$ɉIJz⡺俇+]Yg>=Fm%k]]%`&`ogF3"w"o2=W /EeG34S{|?X(Gg~2E?gK GRMc;Y}aߨZ}L'^L6z#=hcA(=m@G+EFm?zjeZu,zr ST|*/RKFpΞ)KA|wi;iS:k[3̵VAym׶^XgOMDZ=nUƪ(K7 =jRjvu#3\ߌ"f1MOwJ^Q#IiߍSפj3MYt73`DFw?WmOOJp<%$\Ju&ǩ+H5XcܦlOoq,ϨOU|Wԫol?E<|^Ybżc~BXR~1jHV*{%%o]i9a:E藆Ah ¾Ey~d(ԍ:V{R-13W۵^55jO)Р]ȟß}㖖j)E?nZ <T4VAF1aHay ?PٙX٥K-}5h8%Y+#40m!^j$&&6IQ 6cš
+j慤=Yjӡކ ۈ]
+FXvN ډNTwDP5|6S#'3$C!fAcȴyQw3H!A\\3`Zl
+;Kn8tfn@l!v"?E7Ph^!uwKu 2VžV^DD
+,bf8pge"!LR7׊484$W?NV xr-YG&D蕩[Rq=K]5
+BܢK2
+\ I YW,|L"I%C{8&c%f5x-Ӌ'wJ OBVӛ hL<{B]Q<|%v*Y*)#a7 CCE7Zies:ywc6(A$y B]Hx/{SECt/U!݊%v)Do(э4cVȜޔ@X֐hODÍTsHn'L_~Ya*1єܢ47Jp.Bܮ:)n^0{+ĎƵ?;
+''
+W⥺4:G:{4v{KK+nMi7NZ Јr!>X|Ieca'&!Էh\MC#qDGc 1JoѧeSnpY,)ӅR%\C!AZ$N@Y1=$RH4QVe$|ӢIl!$_<WE Ueb)U&PS$+L*FAafb)7Ļ\INI7"> ! Y8U @CT@Siu9:nH7XZ ըfL9ݴ!~}R>ܬV9:WQnI2ćfjydwqHJl!({,IAMZmWUja⤎8zu
+TrH! JRIA7Z 6TwX҆A^H8
+)%ӣ,;g I<"7Hl$cRlaK \J͆Մ̜d.OEuUv5 u H<{^S'I47MjӘӣ*'g 3$VeE*96 Ś٪D'<,+mѲI,RҜ[奴Z[\7?_+nJ6ONmjLr*7%n"kHG+M]ҽD:n,X.E!#5e%aJe.Aj+j X<?fjB},nqP=2\Zhxhh,jO`yy)R ,(}R!VPkIzF˭_lǿZc4 Cn35%
+ V.Ts'+ɒMX%ha@j 4-0XŊeM$WJ"_OtHƩ|j13y]^x3:-Ty@ XẐ+`zȗ4+X )zlt슝 MP?Xh!EH1Y,C.kB%1isvI]FJ:J}gZ12Ya trMaʡ.#$ocluHEUWo=ea H>Xu JLldM7%bfA$ b6f2$FH4!ܮ޻]q2+UJhlUͤ Ǔ!uD͍I-o$Qbcf75F|}jޖ#YAՊsAԅz/:Cf)]gZ k9G?2U= v@MS{;TK]䝭 54/ I朅dRcdԏd5R! cvIPqDE<Dr0c$M{\_<ٰ /AZSBFȬ-)@M­r`HQ=-i- p$ 4LYyDkqQrǚhxAuTFD+ -Ɂ# Y'VN.[ MPWj(S}%ʸeVRve!\yQFN!B)f~*0n%
+<.ʪ. YR ,{z`Ϝ%68A5 g~p2ӢXŗӆs,ǔO#2=%(|`IV gyZ5iHH<a7bXFclh`*$OKqf+ŏT|+;{}cR;p􁘥c& %9dA߉&/[f46z遞*~e焘"-a"E)Vg5TVhuyqȳ\\>C)y1ymΆuCYQ5Y~ŝK%lRRH*5e 5܄n_K, M־PhObE#Hk6TO {-}Þ!ݬ
+p)'2P:JDxX4Nc}ΠMbf,E3_mC.7k(bQrϲ
+aPm)1_,Y1!Q1f~ڪZ,( `͂31[f8s%8S7ڬ[vssZ901$[h_1 dG,ٔr).HU Sd$;[#TpIodl'2,8ڧcthj>Hߚ[%$SꝹ4$iĎe l
+>=B Np0Զj[~"5PT-I-kEӈ =+ũv PF*jONpN=WEH
+iQ07q6RfQ^dy]Pz8Bٙy2W5y 4+M,^嚦{U~BqjmpD<uK5 =R[|rBfs Ro”[9xZ
+67H&~Z"g$338\ 0Nч "YiAqMy&fmcI$4@XLU<Al,5&T/,ZE[e^nP6^DLNkLnpAA݌УٕZT I8+NyrDNUGf)I''+]VIK@A˾wUԙfSIo@̻H:mɡ9H"VeT2O44z>tF_DηL1@`k7z7`x!Udd[gL^Qy&e9ۚMuf LylhӒ\!0z;9hL}ĈV<")m%.=媓7YMNHUCZn+S6nlO 8+K`gu(.0d
+J˙s9N{yJMX#["
+uFVR,s'<c|&[j0ѻrJ*˙K{ B(܄6Jn3K NBv9L*'g18c3MG-I8Vos Ro<3N945]u
+w4e.g%<i]Uݺ?eY|*JAl8++~6[Y|J46ҏzL`F"<Zj!~ēH*nϑ ~73P
+ʑA亗>/+S
+U҇o5&;VUzjze*w+*:RVy^qCU.eoܙ՘͖N.zEEUeu+)],"Ԓ&xdGD[wȭxK54eg(#A|G޹\*u; 7W;\UISf JuU1C݆.9`:eRkoc$zyUz*nʮ:݊S􊒮.c@mu^Y޹K~_O}ɝMLOLqS=1=m9nމt#nlϐDDQܙl6' 
+HY\)AI S'5-ʴr ~Cf.%N];g9%/Lٟ%)! եmq;es˚
+g3R,U&cI,EW-WGT͉ik@BjҌl&9)&qjpN.th&",̿P~O1jxsQA4=JɅ) Фti8?TbZjRW1z|ء*ޒ*/i~{^ O2H^} x$Wqp^a Ƈ͌ν4ZI{Gk靣=ݫC!` $ĉ6 @HBp8r+?$իz}-f Ԫw{^z]P&*D~P6M4C# AB;d4 4 h9rb%yJ\vg1PzVߡVU@[1BvB yB,!
+F7
+-kx k!|C ^+V1{ ]eb5ZWACAkAo\\wY,njXM7fz|!E]l`)wD0 W%`k ƆNOg$ jYjjAQH5BП̰
+?R/0ڨV`r@:d,KƮe R9
+}p/2 xa[lNp3ڞ.Qm/7
+A*. $6joܾLG/݂@W3:kJ84P{Q_@@pq` FX(s3>'g a{NacfF<TQ]h艗Ric?AB2 !0Vt &elc 2Ng!.,+U*R (0gʁX͐|skbh$Q3O<Z%JK@L8YGDrw@U5/yTc qz41tuK$8aP@8fW+D Et(q14'HX:dhG<tw;&4=(w0:(on\d1~@^ICδLK$6AC>ג(PHY qKy-m~S!T/3db"H9,̢T
+q"^Q{(,
+RAWSǮM;PP\D ]ƍ!.CUbv12ZOzغ8 2Bpט%2:rYJ_#mح.ἑݢxi9܎2BS'e1'%zM$QC)@ec4?00mtFgYf πb{(Bfz זӌ"ƶ
+hҹ!ٕ%f@G,(zdn\g\DRT,SMa(hEB4 9[|YsbÝvVX50u4I'v/9"_o6GjbsCx[e_w\2<&e
+HgEP+1*~LޛVn@`:\*ztW4Hb\`;p@MaI) [c/%Dw@Uؾ9U/GňǬ`,T Pr=DyK,j]JX,j(5
+BIc6ʕl%ÛH+Q o|yc5V40p(يt@%IeEy&̳r@&b ,Ru#m"ᐑȃ>] +F;퍑IFP e
+9ҊtRzX8rf@!U X@7Ǔ>F{ O[^|`|@Zw!d(q" RP3g̃ϕGgPsQEXXC>o!<Q`y\(JP_![cX: ag9yvAQ2ABICu<Undzmb&w4X].jg.+hxTZ%Lͫ0CNDDW<Cʠ` f*ڊacmlHOo*xʨK3bT
+B–0[s,EaMtyܬj P
+Y+>⭵T682w{
+~F4_JnZ[ M'z8ܩАG|x2lS!¡6x̉.MK2^ޥaF
+%!ȺV,9Vi@ۭ,#Y|P+b@܉D=q@]_A֚sR.K, NalhK-Cj R`< ''
+RE^GnPDVB]d>i,Gxn|~zKQ[*G[ܧ{U)R"GA[_Is**''`LP _mʡgɃIYΆ4lQ`us^\F..e l7= z
+-P>$47Dơd|"T̊of]̽MX2ENet<HϚ+Ã8Zi^@]곲GI7mlwm`h5TU<!Wxk;!3,9]*TM&Oҝ^R( МPI
+Fwi?+o7ЉO
+b(H9RZvye}6W
+5wldEbJ%uLӷ].<eEr{YQLW V1N(Vm2IͿdIkY5^)CKؠ(l+[?22O41'6qao:t;swa (E**O!M"ZdOwzU5接R_Np4;6$VhwR!I">x@_^gʷ䇧%&o] h47bܡVm9zJ=ۯ}Ŀ䭣xc p5MAo^UL8-oWeZ f{ёg-G1yӐk_HT E5oTFر*^ۗR]V}I*pBuߛhOX=,ivz/hî!5o$5Hwp[Wi rbm Fa4&iHfeUir6+򠣠e]C\7a 6Gߖp/P0-(CT*qReݯ%)ūkrGnD\J$$nVjntɄe ?:rwNpi0fbLYQźjM0N8M.z=M T#☶_<B_#BᯒO# n''DSimOMD\;EQ.pN 9N(b}Mgu]ꤙH 'G(rSz.a65̦@=y젟;~2$%;IZÃWP[TZc':]h(ȉNNcK#>O
+)jAőR?;9ߵ TwS<NΚy1f_XZm:ؖ8$OE4ouH?b/\svxnbx;<'6xLņzx||x:<VJvC'ONὓwM8qrΜAyC ed 3z+$5Oiv.?1Ahx|ac`i'[?2 ?6OFzø`GO|1g^XbS:+_g
+o#>)
+z{*C;4`x)_݇%Ex/N]Ԋ%j)7B)=ZiYmj!ueik`2W73Yx^G xgwloO)MOwYՐJIi+%x0q锔i=m?q ۥ_FJfo-:ߟcZ+j%#uI\EÐ#醨oxG0^I-\57n z<T(-#eyZ8/
+w[$~m% \$h2JS;sZ 359LV4⳴3CםjkGpf|J𨚈Ƣ3n˥ވY.z%@Gh -@Is
+(Q)q=$Z8)`y7kg
+mpwA#_-iـv_[< |%'
+K/_A~
+ױ#
+w'<y"#<+/$+\6wr c}b~,9ѳZz/WtPѨii<h2b7/YP5]8oa ;a:ضYPiUSOk9GWFR+Ͳ:jLK5 bI̢H.3E6
+'E$'UÆTs9u}2G=,]ӌ,bo amt_2
+isIpr Kfi[˩#_Q}UCgX,*HA` ^}AIӾ Z R<RXJK*̄i%`#.9CeL⩝D#גԬ 6R(:hf)CLJNc%aVmG5;p+S ZʃKcIă3*Z%xHgpYrRr%G%1]P %y#Gnl'/gTjt"bMtJdWpPExV 9<LO(Q)
+ -Hu\~</7|L/gXIlk<mt Q!))y<1YZX^'L`@t5"&cXB6뿰إXx45%t8IIA wRYhq4+:q*m@:GCۺmf eVU~MOG֬Mnq*ׯa""F 8Y oܣ{w[ޙw7Eqfdg)"SP\KlSАy[J~7NJýqV+z|tybe˫{%|Mؽ:0* %t=r5M:G1-ĺw?`{^x9r_E;] .̛y+^PEPuT00;a7sgq V.CqA.NzJpVϺ!
+!Js(8([l<d ?lxh79f}E2q/BȠ|BS|=ۥ=wV\:aWVu7|\ro:E'+J*)}b#Rq?uŻugQzO R_3Wv\/j+
+Kr,<&g3gqW<`dd}ׅc?K]_u`7/ V?]_u!c^ tu붪Y=RH?{3%^2:
+R,Fȥuk՚As?8X#X$I
+#u|ﶵ$H鹜VCoxowȴYϧ55D{f 3r'Νj^N1Zʬ]?KX_ۖo7
+=Z)i<FjSzJе=oQK݁W
+.7
+PbS#j$hW){K(e{rfJ=ygr$tlZ0g̼c抩awSn1l).Ec!glEyJ3M
+U$jÜJ8D¤!h$ۼ%UtT_/Jk;hoj`*gڑWvKF)MdG_zZ^{0v͊FF[i
+-oD(k4IZUU+-4U/[AWO/ehQ[ҭQMB_bV$j<[}YL6|#fYM+GnN}e
+%PQqZQ֪{cGftn*f*_ȫQҴ#D6 +r9X| 0ywM3%־XTХKy-CKP I2ת4_9xm-r*Y6ɚNE
+Ƶ%YOILÙZ֨Yup(*-H5 ՉX
+ܕ;XJ̩昻+͡lz-BU* F*(z͞Z/n5XO~=E"voUXNJ <|xi60#n}Z݄l. YI`@&"5CrLj,F)t#^AhT?b6mq|jf|H3zRKeBu#RFR*ֶ2@$'P|w|l`zتUy5jkhPԪA[fLZm&rZ)D2|Cl\[H*1Zt)`ޟ2 Dx52vQwNE,s*iIV qphS8fUN;ќsFUY: AĮ9C6ihvU
+ff՚#הff&rFe?HI޵KĮخ
+ +Ó͏"azFP9Q+̩fTA#ibf`V^K<"keig R12+k%Fܢ%U%XY@EZW,[֣y(]Hޭb7tH[e^vp^L7+PVHhB/VC֯JBDPSuNN1HiɰSgY,Ff+kĭDVcTa u;7d괬mUSY>$vPkrPbL+[5N'9ho+KT <svt7Ѥ{2 jvu1) $ڐ(z[lz4 G-SqSS_Wcc8\n}.!k|syT>JQ!n eA͹ꤴV@m|/Rc`ZZ^krtPtʑBCmYuK[L/|QS9U kfɭJGMꄪ@J5е
+^s+y̷Z|6R0 YV[#7]t J䬄MTz(ȮNTOv޽QjfA(js1K6s)ov5ʕ6Ou^!Z]CTsd5w򾒓Et+i"ZiU:zk)|RĦh!V3amB9h)ʒiՈcNX1JuW`U,≀YuFցXw&^[vxGE3 Ͻe@AnY⍙+&ZC7#ʙK(,r}^0
+QzuU*
+5`BDLxp]go`*rZA+jֵgmBkSi~$5FmќV*Mf~2tJ+h `'硾Q1vS^Wnm7x@RVkj_e׭k"m7B#U_+
+-hVPUh4qZlXֲљȌMT/JcɪOwh#)70~k]VR/̴Jk),3YL*P'^ _6f[fS2\­-(zS V_wPf#NDk}mZ^"6;!E Қeh[W],O~̇XVOn#ؠ54Ux|
+^Z%+XG\4
+үջ/fvViՄeU^JYvZIo΅&OnP6A%Ah>ZbV\<\|3 3dY[~D\`]!o A3Qf٦YoNMY*&VPSۚVl4!FLg|)6p^Sl4vrSIOui]h=k>y9m44py5Vpl-YvNèBDPBĬň\d +e7f*&Z=o4pZuܴK-Q䡫Z1)o1~mCQ6j 龛}cJ5A
+'4I/S%.Ač> ]+<3/u $.ǜ;:+hoag:`lYꍬ<#ne>5SMVpRXҖ$
+ \P)?ͷ*DKC&#J=&p`y uiRhZTԝ2&٪:08;hCu&<AOOϱm{+;7O\P0-#+4F[x7sF;e<sTzT`וil#3JVBQX_~3sDFIu5kRr䎃y( .ZM99Uw{j- >6Q塨:1-f7vjtk2
+Ziկya(Oު
+uiSLiŢRr{o(T!P8FZ"^S_ѬEpT ?E\܊4b.0Kp_@|SX_/?wPQc(
+,We
+ԩ #3{4Mˎ$KF:2,"携ild5YDƠRx"Xlc1O%/H`dlXsp(wۉ7Mj%;2ki5NT 'Ǔ{'ZXtE=2k!urØ''QwlJM{DţMrzX.B&𤗞bU흇g'"۽p݊RfoH>o؛EvݢL |aCR:9h^5U+<jyGr)ecjsgU[:Qe\A4M͚wв>PA70.e٬f,{I4쀱]3dm#w-Ҩ'cWPz;Xv?';G\ 7I cT}6b W&F3
+NdFF 3JvRp*XZ.2aZҐZ(^wvvA9%PMDc~[F<daorhKGcBas
+(TѨ&ew.l}ĺV9)x.\ C a]<
+VJWƵ[jN?=v?=J ;^MO65J/k Tb[˂9BMϟ; 92@u6o]HeuĿܻ?^uߎIikSAN5 BjyCVK|DoS{w@YYƛH_H{`o
+p`x ߿x3~_1LveDrB} 3aa?Ý &TwBz}"G
+`Wn!z8
+OC{(?7K%yr^Jo^R~^G^{?^\uj4x[4/jyw<RRϹə.RD7S44s.M&oЩ<4>).t+Ï4nOW7.Pg(8n^$z))}OoZ$u[EEo1JF>ْ!>C2ć;2ćc 4xdxq$C{yk3,2T̐4]N3$Gct^HI8oda~g~9~_[];M|뼲bIt_/@})+j˿k^Az:BWv'k
+y]u GLwn@k
+̓>Fg:x. ߡA P'@=Ѿ0rf?k Q]\.8vP!GBa3pM'K k~ y#(~e*#\l;8Elsb}2  l(S^k)H^F9c_v—W\sE:ll:LA~o5iG}C^s{vкq~P~q/>
+O/F}/=_]lױS
+n%)n:x7|q]=vgPfC,U31
+hh!7{kvWou+0xϷPV
+ ߋX
+IBq6FhBGUn2(ϝ]j\RsT66ޡZ%ufQsZeK`pl[Ke!t&`זe4%<(Cst ]0mvtJ$-mQWӎ%֟w/Pg^Hj2y#gtʰS4 0(3Fɫ%[/b̲ɫiPpEM,蚭{ O/<} (,)|IKBo 3`8p;|-O
+tcQڧkh9~ʘf *3R
+[bKE[XV37 x DDts䝒re Y=P˪YJdsr`H
+(Л= Z i)gPyhEjJK(,Ʌnǰ5KNvnqk*B E8\Fs*I'77\em-=[zvs p%<)P ܥ ᱙iU/sfQTO*\qqe #3ꂁ`4dv@@쩃HkV*Vl>|,[B2X ::sFI]%pڄ愎F^A vey"K/u Ydʈe99z=Ӏ
+'<$$@ʑw:|_{!/7ĚmD@2W6$BaB]t tE)45oP|)5 +"N+{@FY",8{ i w+jգN gUҹjYc AB E~6PQ"u|jI})(*qc P8J,$L"1zaS@y=oZ8Om]/J'EMk?)G_ &TPr<I%ܑNun5s%J5I# i!?Nk%d9⋔iD@F zwK( NQ*itsr R(P9 lQ
+R6}Ģ3(15-Dnǚ<ylJ?^qNP4K-&jvcO &s<X$FqR)r5 '΄5UfnG~iZ-5E<Ь3ұ?ص*M-|8E )<qjV¦
+RCX4,L4yh\Z/A 0Ÿ5>̮D4A@8L, K5b/hR8ܡs
+1O*teVV%᠆^j3WJTh7] jY"1)DŽ,4efshzZX3eB3z݋64%{35cr/^Jk#
+zFH&2lSsVp3HNkpA#e,L1[hĐijXR qI%yNPDE,
+H}э_!IY"P9E &ElZzTVv'B@TJu۳W[n)7|;kAXPh\ޒ".Ֆ'#+@DP0R8L4ݸae0([ I*K2GcI爪1xc3SӮ7d%ߖ-fo``{TQ0Ŝ75&8- G7є'ɩ|ZFnӳ4eCٛ9'HN)-GKbY$pNF0?xj` 0ܘFkNF7/nrrL> Md;H睆K2܏OzAP%βu~ G[-a\2p)~8kE ,Nx#SRI(W8_TA%#Ҡ<NinaZ6৒͟xǨ6
+!uu܃HQ;-\)',xi{.k  /f^{ |+V j: FaPq@,S<>G|k$C4Ɂ' ųO"\$. n
+0h9¨ŃT}_D(#gT}
+׳gp,m&n
+^ &5Ne}詷R_`/C!KΩp7KyِSPyS4#ƨ]p>\iOŃo۸pi<)EQ&1J nΆX]4 n|6-@K#FJQ]8ctPd>/ TN朒!i`0ja~W L!
+x9
+M1#~=ړzE<)} x~
+0ߍ@n[ Y wA ftȭFBgRСtL3gτu\5*ը;~n \q3((9:UD*@DvK"Xғ~ ݋һ9
+NSQq\<R/X3+(R| EuDa#ihQ
+~wR^qYS<> Otagu4PJg,f9s\kF~T ON2,STshI. E<MF")yD^>fJ"u+ȧZ:ƥ5J wT )b|TOl91Æk>:JeFh5~KH _8c/̳qnnkXoZ:Fb6Puq),E|[y(B(dE#CgRgR óOYg.F< QtVz"e"gPD"-
+ KκMKQbZbƦ(T )w-q%QߔO[oU<S$O!S%R xJX8"w.L y(Ͻ41JqXŨԧzJº<S(3q(9{ *3bu,xDLUxz" }$q8e)@1wQ1]@l.8+#>(]jzmhm}A)]O3 Q"%n Zsؔ0lk*+0CX@mL!foh ,
+58&\<PJkLQFa$PvɋE)&Ozglw &_8=MSog.3odxu)>y3QbuEt fIH'>6&8Igb vFe'NSo\H6x6]^dh.G46W$eG^J}R2. NQIsbQu+qUKH8=|fRMlىxu3`z&C_elL0EɊE9[
+y^ +ѕdSVc~]g]dӴ&/0
+YUD $
+9^'Dk?wKhL/ d3Ew"jQ3ק13:]xRv4V,j"p%$&ͩ"
+ưT"3LgĞbqGذ
+$x4E,q:74.ϻ/e^~ă.+AfLgg4[<id^kh&B?HX:¥ g
+M=\|2@cK*{
+`Z2'}c|7/.h+h0(g־Է<3G ,_߲H Y ^&*1+zqMaz/IJ,4=4Nh RuZJN稔12Bda'|f 2yS
+̏"ڔMAxb,)E̴:w4A\0@WV*K })#N
+í3`Q1-A&1bӊxI/Fz#7 ^?^6fiwBTB岮荑+;ȕ7n‹g,Ξq鉔lRBhQTt{)rS&4i`sa~W("Qbgh7.H1 8
+RVҭҎO*>\t{M6in$no'n|vǶ;BﯿC!NBtONo)|.]Bٻ#7w/%v`.O;8vSw|λ_nIջe|G{d\\o]={nn[VmI[m2>n8-Vtx!CPӡ[~:=^!ݾE誸E۶nh gJm~6`wMmRg4I6'8mBڦ*o߽]0mt;i`ҮC#z^6Itw;{~N_)Xk:֩5tJ)E]2
+] d_Q]Rt }{۫>u}lq~J߿YVJ;|^Y?mC17 0Χ:OQ,Yc+.<d$oQl}sgAb5şKq_ƻ SMku<iKtU1/'{LWؘߧ.0w ?_{
+۹_:0w(Xq`i3лtƒ9S(=q+uW*͉]
+FQQAQ/'t#G]Tߒ/GRv;
+U+-%Z(&6YaxA w>@p eLE5
+z(a"3[RFY,;0'Y"\d=d@\v*/geN@Pn ˈhgDIbM@_}
+#AÜ]Dm:VL)b:&4 wn$uܙ@KE+OiXjzk\8^KeHv)mUrt3R|9. 7|p#
+bda m/λhW)EɟbXDEu f@W\Q 0j7^iPTAW^=nR}
+vh?g.@jK1^L'
+, C0edT*L
+Ta.@iՙG
+@uZ]SiEWiϵ?✘ JXl+g?Jj6 g8E _p0s_~^{{ZOWtV5˖5|oik+b2q_&o^&w*So_.߻\0%>' ~WK>\.-O+ 0U `iY如ypT*rV؜Ԯ?6֭~*Qx{]=D=CD@!jc+!713g.?|(5g@JEPGoe*k,˃?e.ȅ@_oj)7s,Nm^$+r rf{?Vw͊RߦeYn%1+Ss(5:'
+ ~Rqhk}FOeR'C }=
+Mb ۝l_&|wnԗ-~s~܏,eۖ .W2_|C}_WHW sPmx&m5+e^J+{n\%Y%Xo?>J-*F_Vc!uVZݵyHx[VKkko Qu ?ŭlInaپ-unM `4<rќ%b H(VYc>_VDdQG4Uu }%j41(NFf ZXwb\
+;
+&c/YJ
+b0DELh)wNpighoeq5? ^? >/vGߞށ[h ~[{ vrٞT7rK۽aUE߿Sw\Lg|3*r7_P99z.!ܵ+di{uS~z{JNFݡRGV|E+rZo\)yJ_)>ݏ~hO镊j?V]+tωY/}j^R{6}$;E967}#XY*Κu?L
+j1ԉ9{{'4
+j%OR5=bB <ΒWeE'_|'o} ` g2֨7[e7axį[S?!= }DNܰ%L
+g/Z98)ֆG<`b2]`{{oiԠ4`ʢ8*OJ9d~ė W:*ak Fj
+;m.vp܍]$r*v*;\jc䙖a2'\ νvϞ P7vyEO YO @/qDX\:0R1O۵ {v8¤P S5^Ʀ
+bIgT60_ݮ@qcLAƙ9Xx]ZJhA^@kPpuVH
+"GE;P:1$O]Ln*_Fk Ip;z?95oX \Z'Lʗ嘸&Oi{
+@/K!7FlH/܅OϞUxhǵϹ S@bw_BwpwpEWtW?E _CNcRޕ"R=՟])gfGtVh#M|_ =_}ѾUv=}Q/hOSM4_Zh5]*_%AsUsć=)_?JqXçW~EOAݲh'UrFZ}fkoޭ߯><?h/ur_H}]-ߘ>Fb=_ΩF򫭑qIFMo}MzQMI4k|_V[VFߺVwytZwP~~Zϭ]+'9q<jwjx|\?^u Z9_.]ξon:%}yڥ<cR u/i?7)>UߥtEϺqfz5Fl}YTzFclS]w'(DO}HeYۭޤ#S.O`t[ݺ5Rr@uQ ]*ynv7KwH4X:Ag:tRrWx\TCy/2O@Ə5V9T#&JXn5OrSz`+ Z%FFxH %YSN[@r7(/>Gnއ:k͸5KSfϰggKmTcrS
+!*1V[ǝ n:NNz}cz>IKگ9o':HN|ňʏw`;U\F R0[/ {.U@Oin['
+7#uyb%W7}z|}$߬j@~85ZeM[U{VQV dY _ʊV5ɲ:16ש|e[g][)v+@Tlxo@) r*$
+׶dkf9QJcT?pi_)h,U{bL\ =}QFih=I\LFV\:WARAk?vTCiT)$YPI?7ڝp@. U%X3nizjǬ Q7h@:夓0q)>7fi%V<
+^)*NC[Ip=_w_N6)|9x%6(b$:;)U4\TXwo>
+X898wb̩]T"H)[/67^lssY/0
+ťyji7ҾOxZY_X-:dnX#zS(n>ۿFQŊ'3_~?zQ7i7\KfYJ0QoS])Y=Fe[ e-M6n[PY^G*T%AuˌuoMalnq=oC;οwԩ-Q`\~aW *=.yW5øb*T2JY!ٙnۊ_/EnW9Pycyh
+E״@Z{lDeZaoτ^r]0K*SE
+9T-y5rr͹5At=a*(La3m2;TJnz JNX]=uɷ2TujN5솰/Hn{lgv[׶ym6n'=k
+s:sa~t!wRoZ(NC E%A\ g gȉ=9Ƚ8dzְ:%mD+@z$<>E(yPNCz{MT{S})yn<a9JMwSL#nODwQa&"执'1#踆THRңBQ_!6鶋ek/84!i_\8ͧH'K]ىo@֞X8Ca[(E#1[0'$8
+o/@*SFDpg0"j\8%FjÆƥ _NcVcM
+
+es
+YSj:Up"mMZ _Zܒ?8 j vn֯XpQrqkudh.D1Z-Y3oMt#6>_x&tUmHA3Eɓ"aGKTݳo ޞMMA\Y/D
+(RSN-iRQ1s9=StHE>@O,nY*0kS¼\m˱Z##TbThlqLA(SQޤ) 2Dp 'jT.n FDZ.D(q\۝'`E*X3H'Qs8I,m:B"kFYSsS /ST[i Id?䜉}ʏ'+y"n_{[?.wM_pe)^
+! (OYszI
+._*s=s6m'mW |Wlt-{zFpfް {a
+'3[)g=|C[hM|~;oؙd;aLgځ{AGsH;vMnyy]Iu;O2;'
+'(|mq {bz1ob? A~|_m:0^rxzC8C7x(S&oGw܎/G0o9uD#sDG
+ϣNw{W?vG?G(,0؏_!|1c1ccSo<1 ;GP_@UО_
+s<!nt w遲o>- 4qH!~{XoBE/B_=:||gy8~$eI?zx<)$hK.ES(OɹS2N!0%àaYǕ9ÀsCF9LJ!_àWλя׆1>60oH[FP#X~X:<7:QFюgO2ό~1e~;9rΌd }110^)/GƑq(8-<qՖ;}';1/w^~'D}'O ~ow  M~4vhM]@;f|;'Eΐp`gONbI'I')<6q}i
+n4np4ο?u28 7LMc\k|WW}yyxh;sHR _'NCy43v̀> 3gOΠ_Pw)a9] twnn`n/A{Du
+? zx^~=&5!,;9ay|?<E _%?=|~j)k^<wKO?xj! t?Dخ`aܽ_~
+`߫A HW ĺ)a,x[?%G^ź}]%Yd؏>Dz!=Ynn'3y- Op WBzw db⯽(|~/'ɞj)u8 Az-AbaSscwA¯IXA&:|~4<whA-+xHo~.{o8\vIüymmm\66{5z`YQ9-Aq'UP<¯˷y)-=>mp~
+ ~r}ͧ[4)¿w2g92)E#ɱ
+Kn"qlϧ5%y,@.;C&sxfOO^.y{7~/t`KyO ys(˔<P&򞖺?{?!!#~NÝn7Rs:a,{AUrӌP2^ 69)m<oc d$/k;rǞMs;z*fO;|(Z8Yҹf]:EǞs߱u+Ys7\y=EݹޝJ;әrxeȷnW߹<v9!1'3SHvvs-Z*}/?ޗ׋\ 궰K;;$޾_ R)7Y.-ZV#Ƿh)ױqmfq[`f%I]TWs+U9mUĶq|֝ޭT
+wPZK͚֗e_m!D ʮݽOu~,;A?عORe8zI˵\[R9ESVMpܜ\
+7jC~XHKI0sE±Ku\m!oea0`&z~%!z^tlu]zJ<'ꖿ^tJΗN͛1Qr <}sn->=1uҎ x"زT}a|]FgnfD Ahd~q#dD!:mp7r&~8'.lT] 5@QBY9-{xPJ+}+vzLHˠE<\ ٺ3˻q$aټ83gp.iYri#GMY$t&r.U)]cp0$f" <F/MShWoS[u $⣗2.^|[_wg{;;`Q:ޙKx [M>MU֫s3&L E~;yl)'3bgrwO|I5}ʚk¹bh
+UA*C7^eGqRDm̗Ӡ,ߦz /ګz ҜL=Ιz³|];+V ,*l'!dU.J#jb!kBD!_uP""Fh4Qbv75VO<8ń%6",7!q}V@sr̩K$)f8 z U#QyXAu9p- <V6m\4ji˸WHXa^/_E?b'x< R"{,O7hrp@uƠ&K:^)2a 3'gmh$E\| ?ң6NEq &Xx&Dtc :_Hqe悢3F'wp
+q24Wێ&즙ؙxdŗk0LkhCluΓLvn]VCl¡b*SJ
+Ӹ*gpQ/2s%lzLdŧ,m[zMZ<-Ptu<j߃y,¡5fѢF,,_`|:t**%eΙ|>S{t
+'gѳe+U ˤB2szN&~R\4
+IzΤȆu[-q:"<"Y'rl0SNv9nQh)F8 g(rIon bŢ*贎3E]lhâbH,XZ3"
+\Ix0ѳlҼ8<밥fi1fQ6x!ZnK*j֢.öJv(\$ VI;m>TVW?,4# 'e)+Z%]uМ-v"12_
+rE6#tN +ZիLW F&p|<.W!&3VmgKt;ػBM4Ke*fce%XXq.d.3)"%FX,X<BT IB`
+ =l˚EYT9_nPFd
+S34 :-$Pϫ JI؍*
+<fmUuq,FneӡtD/kqJV'*fγ)/r)YP}
+bUIu)2m^O)7 FAX׈-ڑ,&f'\xqB+`!z :r],7Er }\àEmTBaiYD'|^Q4ё<<aTYNۮb?p4`A- pY,ܻS)ZLZψU3ltK:MUj7,\gn jt/zl2==oz5y82"Bb"ZfbJT8}k
+YC (BDR#(":%%DL'ȓU )rQ'QO<'eLebzJd҈!G)gV)JwrZUx(VR<K7E>ߜ}%43I:+zxaT={0W;I
++/E~iBIoN=ZUUQ<;iÛJ2D
+֚ky0_alkF3 M&3O=6GQ$1s/'?79}Vu̎^տx^V*>h 5$֘*{bԩي2Rrfyu#7c=wY~%X 4:vuYwsBB$,%ͻ\uaN ٪;6iSu^5Bx
+&?ބ7G^NAnϒ}J \ݲT?N媉(mP||+;cw8tl=1Hw81,1L\VTP5X-tX:g,^HL
+#T7s(L1F*>V1xմC{ǧOZ>.&-4 SŗI~«cW|Q2XK!r+C?poo
+b-I]؋2% V"OuؒASfLt
+zw,[4*T=ս⫒criW.RzN!DNf;-Xr|BX43 $" ^}@X#5T4ǂ Y_#0 \Qj9$y_QWQEpW] ș0<m.XN 49P}#+q7 " pV)He#fV*BoJNĽfncI] /Vݻ$~Tms!pP\P#)DDC@,+a!9)'2Tz-M.a怗URРX0JAUDwmyȇ_:(b|˗x|4_^ʞlit]G]~)Zq̘͂93 Jt'#bզ<%l1씆
+/s51AS cj6E ryr$a~1P Q,qȼ&%,,Hˮz3#縫䌳T-~˨pSłäFZI-bnҩO߳ndK3ɋ<rwo$)_rވW I(
++J`
+# a9*Ys *S71, W8nj31<WsE٫Vqv#=t/}nQg؍H<hP
+MYB%¬ZT%%-GXX%X@}W#,ԠRk8<JOČ)9jc
+c*Jb* d&>L^KʄՑHP΋NbI&)ͭ44X$2I 86ʯ\T0S"7snI)>H#11ʜ#裗ƦI,SeFR)_^BJLJ0orK0)Do,TL'GBK4ap -k6.vYKSE@1W̝[mG6RɒGR C%/FT0~*ڐHĭ"G4  {``Y2 3re7V||
+sK`d+
+AD1UW`Ѵqeޘ*
+g!xKIxgduw{Ҁ2D63!3(܉A"Xb#_xQ)Mc*pI}AI4xKhiYa԰US WqÍ%V?3bȢxnChN]As&O3Kt@R3/ :̀y'0B3KəQ̌݁g֎TfՓ/3}`TDq8b@08lXk-,1+%r:WW1[$5q2k+[* -ΡSK=,_Hw@kǛK݅V
+yvTr՗%,^0(Ê3}<>75 b_ I^'pS,Lj440Wl٠˗xwϬ{F'C矹Y &?9u?Nu}WoڬOFm2(qooIZ or:۪Vrv_fo`s|{0oѱho_2>7흵콳omuKzۜ7ܽ꺍jz[tF[i&ɽhjg~ [7W@=5杒){;0S2iU$!#~a23|;M
+0惙(yΨ4_K GD#!;
+g WEqAZJo8"x¤2I]# U8<w"qu+RJIkjL(q\#<9j|2{uM)'[ [weTbFb)l Zkk*]7kd,ȓ6Fkfb֙BF: X̖{H*m %7R|qQ^x̜ kk(:}|M7մC(֢Yk*<&FMAJs${tkV|U1i:A*݁M]{o֚q\u
+OqjQ<բř+kJm
+;:NImRGF]]𓹠WjY.3rQyj#ڮA\^eJ_}`Ŧ-Xw FA3d㎝mzAҟ&kk7 }dVKy3Ka^#TVD-۰l:R`sahCIJY+-X~6FSekȴZ!־
+E;EX%kUzl48MDS{ŚPH[p;/ረύYw?uajҦdíRmk8kʚu[_ˊZ*/_X ?_6;!;hڅ(teixB>kT 4P31Um@P0gj.akkjYPOԇfu>3%U骼vصp-d7H:HMEu$DP.q~OLŦy.A8X'r\7g^&teCͤArOP[s.nIZZFUu;%_}GkeA[%hf]Qaꃬb n0
+^fj9S-7D hhrCQNrE뚂;WB6k$XՄ2_\vBd.[n*;yn wߩcKTj 眢h& `hTFFk>t/: }aOs= V
+MzKnhQ~P( (/X7Zh ϛpQ1rYë
+Fh8T{
+L:Q'uE'gYx HZND9D4kb5L %e>Pt򛀎/ ](nP=Tf␥eYja תe7i6T]X3TC4 Auzx'~QxHRon؋_59iTsX FM1'*4#6
+J\ԸMy  LLպsoewb
+ksRn@cN6 "[5еIHMEVurlMn ?5CiދtX͗u^hrB*W}g$km^d.3F }UMQo FA=e˞~NzVP}yip
+9g!H(oU:SMzM>7Y8|L nl(kͶW&_}fەe[|TOŒ50]sE^gS9h7*)*ӶL22a6L (ju}DZgiˤ ̺TdU5<)'[ù꾛
+XŪ]pmcsVֲ4W\[pk-/መ2WaE zSaGwžnS{Ǿv}_ޥke}oO]#9{ٓ4mZܠi6y=<Ϧ~_F
+?]>)BᘄnD9EsFy >($/>HV
+SH?_/)C'mB;7!s%I# %S{6}MhOyy^ʿ@)AI6wI&YT}zϒ?nvnf?庛QE G|p_/o?-?'C
+m~g1Q!DbVԣh!u h7(\G:Bf))m -
+3Q
+-nAۂb _:-h _܊tmEywnEy$%RHU^B_+o?%޳x% ?"$S Z/Khmߍ@wކ›)< x0! ؆z6mh;a<|3) p=_;~l^nߎ (<x;hkotr#?Q
+y7dQI
+[q%q7Jx*<5pە~q%q}KV N-ihze/o5!ޫOy-UøMӷI~`5yT ! Yc`
+:>a<&sI\cMe.hFQ>eLdڸ77!~$u-DHS<Ϩ<'MCLz`
+D JF>  '?v }s:ew ywvk\')#(g# `O1D1Wp\3euEoԦ(%1Ax3={Ѡ"^Y))qf
+HMZLP#NqBE 2%e`ҴM#W.-h@ 4BI4
+'ŎMߎM*vClMwߦؾ\m<_7;" bOxn[&6][f,c<C6{V$]o;F.GkzeY<r&Y$3Q#[zpi$)ҡKP69Rۊӵk_7}ul@"<euv֙IA 9E/&3xmO lP^]iҤ2v>9'>0=>azAHw|]M6pL,ڔ3?O*IiwˎcӬzXN $IZئ |vClH̞fN# Ȍvhk;{;Rh]BI U$e ,NHI#`< eҩ$\AIɶ% yQkI)(ӏMD:*t%Z)|T&.
+6Dȷ@tZHڀSVH0u.^rE`^r990]s]gBlaN FbwUy}ϷicfdP0ghK?;W4n-bGy_>#]njE->> Z`㹿vSY-x-[^;ڏC|uX;ҝ밗Y[>VCIxJlGlOhCjv>)ETrfCSzr9^"a/x/,s ,%E((}2, dkrzG{[GZNlV͐Az2[YV6 ^U!,J1,z"_CEtwVO)փSNKD{Y( y' !kX]Kty{?/ I,߷}mMSnߦ@ZSҌ np}_KoP{I9fQ Ѓnڀ5Su>7@19"x^IÒmr]Ǟ
+շV|srl^VY܊cK ?''UoHN΃mن~Q΍=kټ@Ε qy?-cK K~üvU/HpsG?{z?Qpa^u$3};/b3d|
+?>|y>$!3t^ϖoHؕ;W<9 Zxƌb1 msbc: u٭عX|6Ϸ1_z^h t\ˆ:y>׃C6ZaGp(**gVGIlWuxtpʜ3,o}P_tW/99uLKJ<=VYUyɅpg j xe冬xҊXk ʼyLO;h9+y*k)vVr},cYa^ޢÄ>Ş<Ls$)(xbṜ#k =>v͙.o#vk(!COlG|<mb"B/.mu
+r\*kf$C*M^|i!2hV}u4*<5EhS F*Z(ثM+Oi:ER{2}Am,R}!AL(
+|Ϟgs;V|rgo ]Q5 z61ŪkQ%`(AJWF]^18Ocrĵtg蟄. $8ҙ\ MPCQ$%dӰn~?oD5'R5,}#`(2(2r0(W$>M3
+zVI^.aM,7 P+PL{L.Lդ ד -QcB=bL2׹,IM 84bYbS+cCbBRbQhedDQiRW\NRe]<]yrv#HHzt4<HSqY'@F?<9.Yݼ:֛󿳳Z6 e/<m"gؖ|p3N6@\Qǚ\G{3mm=98л+::v9׬NoCޑc6 ZD 7][Wvݜ4N~qӝ65n4]ٙ S[ ?/ݩ0i<WKaBEߵOOŲqy4A7e ~qI];1ӬU_-*1*//JV{
+'wtb?ݹ_4[R7Fӗ?$k3uu_w,K1&a o]U_^wwS>Gp_]߃r>}
+m$FŠ:?[NTJuu̎eEz9_2SbRGR!OlivP.-,߲rY
+U5o /b4%'OƖX'J
+nk}6z3$ϰ6 ^qc%ߦ*?- 2.?9_\߆m"+n2+ ,-aoW
+ _ WG^'U*d_?*QT V |j5#Z!jӗ'j7/~2ොKtq.hiWaoy
+&)\]g=O4JQWo5
+7t&5|~t8CY,U3{x ]C6$܇﯈
+jg-46?wQswq„Zp֬fhj7^Zt;;:LME%#虻|BrMjV][$&wEɬ5f7tT@nEyI*tYl_)$SMcڶ? mclQLfQbcqS>LZ=˩*/S3bQP*=jCH! nLjR6 w |adOYa[{M e؝=s|Gj7ԜW%Jj- 9;&*ZVb<߭7NMvl-]hfN͛:R$n [b"Xt z.`v9SȲ2n*"^Sm=*+6Iys6>m3;kO)AN+¤eo]b]";JYMgP+wS!mF9=gXqKl>#ưNzw|~cOeikfyԘ3G6jm]f@ cl,u U۰Ws̐3B(P}ҟa+kfؖIFɌ>Vg>\}F *P{<BUwVRUF9iˀO&vJ- w'tխ^}#.'l/&Ui4ݭG ?6"GA,o,Stn
+P+7ZѽR#JH8< (eUl-nt*aaY
+䶏AUd%\Kxi7o']OI:%O`-S?a=} v}_Em¯Mxmb_Ĭ|Y!|
+)'_!<lW~?1T?\JOW9?S%<P%rq|m?/ki3հWtZ- 9D-x&d%<;%*!l4%7xo shbg\`_+%fi6X<ai/*ͼf$22,yO,6WY{ߚ<$+rV!LGX9*;##glѬ;z/Q+٨bQC'ڔCRi>8ONl8TXٜXzFWJVt%K>-9Ui1qb{c^Fu.tboS&64#c$vPo>-1{ʣlq!Nfأ\ϖ<<A;w[#1G*d+.?Pyrl{ހwVSd/lɃm[O`{3Z'*$uoVzYh =Z*4AWQ}r5貿Mlu`+0JrAFG;,G7Oޕ?e[Xl/"#Y5?f]o͙Cզ@uv?[5Tv
+nWW'i$x/k\YV23m1PkޤNh7;'H\SX:ٛ#+ͲVn8Yn)UDˆV,,TBr\Ujt!wq%]DUtk;zB9g"forǎ$lUI膛ݷHXhT0x--H'}n6[<eԨ`:ኈ@a[ RU_
+SQb:ْ*0Me3s<kE $:\5..5(ewsc$v2!݈rS%D[[*( Vҽ Ǭ4nɷmBDu8҂'^Z0"\C;k2')=jrPϿ`No]̖<9[p´]g>凞h#e-c߯4zݹ]iw$
+!ۅg{
+-zz wCz7~OO ~y8 FGksx' >|6u/|%&sN7/?Z+Y⿩ |
+b9{: w O{ rvg|NZ FB։!3N?@zIQ/tY/z9GpI8c 7
+$xԌ"o^hf<GI(0i3t cOjΟA
+n.8 J^(m-/(X.++sW1_Q7o&G|@KRTo[jZ3I3sF&fTRMFDV_GtGVS|rmҁo4SG*CG3
+ʅvrd=:3;o)'KRxB%@nN8WB4L $Sd'0ZXٱvh/YӋ9K HK"t#C=Tכj0@䟑T$=JOy,꯯`uq=uy;Lゼw裭diܓ
+H <
+H|^L<hYB'ݜk%jacEIAnx5=7pwl,AtM(Xi Gy[2bWPٮp|gML<=pl Jҕ" +F g*ZrmB@B}-kr'<eYfQ|eA|#^Alq'8cH?Q]Ʊ)mJi+7vP+ljc8Lvaf5;' T"QAj
+6Ҋ
+xqTTRVCTTxH[BU[P{=׀B<#wΝ;wv=;|[WEP{+?Gzef`ƾ<Q_3<0 ݴEt
+<3&.ٮkژAgO)xm]d-morq#ò6|<jdbdg{PqM_|HLي39=ێ}(iTrAI~#OFc7{jF.(AM, s
+qeGzٖOy"YLxsk)qLo9UCB^U2dOCbGR@nJ0+,$'ȧ=wH9IN2SR7AfLXL~=>Ӟ_i%G?Cߏ_>:ci :q}pp*7$Z8ܮ<$)tB6`< Kp_m5Ztl}ԏ
++z[m'!&\5?UK@{Emr>.r$;e.Mi{Og{q~7 ~Oh2.8~6|DO
+q+D"ǧxwq)9-<xwa[үCbg~=q`?E:οqݻx߃Q~K~#0|y<>]+v~'\<Go}诏%tWa. } zay~I?n=֑uCY`[AvL^nv{VE9mTHo-{W,G){ 4[^O"1^ himXu/^KT VO䎑HIk5
+VFfGm`6{getAU)e9Go䳫=ҽ>gxSqs
+@}
+Kd+#a:f0wp~EpisEix??f;8¯>|'Fؓ`:Ry&|?eohyZϗ_0ʓZ9ݥX{V
+С\+-6]U)_ΦYPLd곡}Er愑9:+4-&F!$>F]j'FB&N H
diff --git a/olpc-utils/1-olpc-config.diff b/olpc-utils/1-olpc-config.diff
new file mode 100644
index 0000000..565f643
--- /dev/null
+++ b/olpc-utils/1-olpc-config.diff
@@ -0,0 +1,19 @@
+--- /etc/init.d/olpc-configure.orig 2012-02-28 06:13:14.535691761 +0930
++++ /etc/init.d/olpc-configure 2012-02-28 06:13:04.765686947 +0930
+@@ -260,11 +265,12 @@
+ # these don't need to be repeated when we upgrade.
+ configure_home() {
+ echo "olpc-configure: reconfiguring home..."
++ echo "olpc-configure: disabled jv..."
+
+- rm -f $OLPC_HOME/.i18n
+- cat >$OLPC_HOME/.i18n <<__EOF__
+-LANG="$SYS_LANG"
+-__EOF__
++# rm -f $OLPC_HOME/.i18n
++# cat >$OLPC_HOME/.i18n <<__EOF__
++#LANG="$SYS_LANG"
++#__EOF__
+ chown olpc:olpc $OLPC_HOME/.i18n
+
+ # can't live in $OLPC_HOME because activities can't read this dir.
diff --git a/olpc-utils/2-olpc-config.diff b/olpc-utils/2-olpc-config.diff
new file mode 100644
index 0000000..0d009bd
--- /dev/null
+++ b/olpc-utils/2-olpc-config.diff
@@ -0,0 +1,26 @@
+--- /etc/init.d/olpc-configure.orig 2012-02-28 06:13:14.535691761 +0930
++++ /etc/init.d/olpc-configure 2012-02-28 06:13:04.765686947 +0930
+@@ -87,7 +90,8 @@
+
+ configure_sentelic_fsp() {
+ # where's the AVC Sentelic FSP?
+- FSP=$(grep -l 'FSPPS/2' /sys/bus/serio/drivers/psmouse/serio*/protocol | head -n1 | xargs dirname)
++ FSP=$(grep -l 'FSPPS/2' /sys/bus/serio/drivers/psmouse/serio*/protocol | head -n1 | xargs --no-run-if-empty dirname )
++ echo "$FSP"
+ if [ -e $FSP ]; then
+ # disable tap-to-click and extra scrolling areas
+ if [ -e $FSP/vscroll ]; then
+@@ -95,9 +99,10 @@
+ echo -n 0 > $FSP/hscroll
+ echo -n c > $FSP/flags
+ fi
+-
+- /usr/bin/olpc-fsp-regs set
+- fi
++ if [ x$FSP != "x" ]; then
++ /usr/bin/olpc-fsp-regs set
++ fi
++ fi
+ }
+
+ # Dynamically determine the boot device and mount it
diff --git a/olpc-utils/3-olpc-config.diff b/olpc-utils/3-olpc-config.diff
new file mode 100644
index 0000000..6476d6c
--- /dev/null
+++ b/olpc-utils/3-olpc-config.diff
@@ -0,0 +1,13 @@
+--- olpc-configure.orig 2007-11-02 21:30:00.000000000 +0930
++++ olpc-configure 2012-03-20 15:50:00.414595052 +0930
+@@ -57,6 +57,10 @@
+ amixer -q sset 'Analog Mic Boost' '30dB'
+ amixer -q sset 'Capture' '100%' cap
+
++ # fix from issue #941
++ amixer -q sset \"Master Surround\" 31 unmute
++ alsactl store
++
+ if [ -x /sbin/rfkill -a -e $OLPC_HOME/.rfkill_block_wifi ]
+ then
+ /sbin/rfkill block wifi
diff --git a/olpc-utils/zzz_olpc.diff b/olpc-utils/zzz_olpc.diff
new file mode 100644
index 0000000..30b57ac
--- /dev/null
+++ b/olpc-utils/zzz_olpc.diff
@@ -0,0 +1,15 @@
+--- zzz_olpc.sh.orig 2011-01-17 11:02:31.000000000 +0930
++++ zzz_olpc.sh 2011-01-17 11:17:53.000000000 +0930
+@@ -22,3 +22,12 @@
+ export PYTHONOPTIMIZE=2
+ fi
+
++if [ x$TZ = "x" ]; then
++ . /etc/sysconfig/clock
++ if [ x$ZONE != "x" ]; then
++ TZ=$ZONE
++ export TZ
++ fi
++fi
++
++
diff --git a/olpc.fth b/olpc.fth
new file mode 100644
index 0000000..aa87251
--- /dev/null
+++ b/olpc.fth
@@ -0,0 +1,160 @@
+\ OLPC boot script
+
+[ifndef] do-firmware-update
+
+: do-firmware-update ( img$ -- )
+
+\ Keep .error from printing an input sream position report
+\ which makes a buffer@<address> show up in the error message
+ ['] noop to show-error
+
+ visible
+
+ tuck flash-buf swap move ( len )
+
+ ['] ?image-valid catch ?dup if ( )
+ visible
+ red-letters
+ ." Bad firmware image file - " .error
+ ." Continuing with old firmware" cr
+ black-letters
+ exit
+ then
+
+ true to file-loaded?
+
+ d# 12,000 wait-until \ Wait for EC to notice the battery
+
+ ['] ?enough-power catch ?dup if
+ visible
+ red-letters
+ ." Unsafe to update firmware now - " .error
+ ." Continuing with old firmware" cr
+ black-letters
+ exit
+ then
+
+ " Updating firmware" ?lease-debug-cr
+
+ ec-indexed-io-off? if
+ visible
+ ." Restarting to enable SPI FLASH writing." cr
+ d# 3000 ms
+ ec-ixio-reboot
+ security-failure
+ then
+
+ \ Latch alternate? flag for next startup
+ alternate? if [char] A h# 82 cmos! then
+
+ reflash \ Should power-off and reboot
+ show-x
+ " Reflash returned, unexpectedly" .security-failure
+;
+
+[then]
+
+[ifndef] ?ofw-reflash
+\ Check for new firmware.
+: ?ofw-reflash ( -- )
+ " ${DN}${PN}\bootfw.zip" expand$
+ ['] (boot-read) catch if 2drop exit then
+ img$ firmware-up-to-date? if exit then
+ img$ do-firmware-update
+;
+
+[then]
+
+: do-wait
+ cr
+ ." Type a key to power off" cr
+ key
+ power-off
+;
+
+: lock-xo ( -- )
+ visible
+ show-fail
+ cr cr ." Manufacturing data missing " cr cr
+ ." Some important information is missing from your XO's hardware. " cr
+ ." This is normal if you have changed your motherboard. Please e-mail " cr
+ ." OLPC Australia at support@laptop.org.au with the phrase: " cr
+ ." 'Manufacturing data missing' in the subject line. We will be happy to assist. " cr cr
+ do-wait
+;
+
+: check-sn-tag ( -- )
+ " SN" find-tag if
+ ." SN tag present. " cr
+ else
+ ." Missing SN tag !!!" cr cr
+ lock-xo
+ then
+;
+
+: check-uuid-tag ( -- )
+ " U#" find-tag if
+ ." U# tag present. " cr
+ else
+ ." Missing U# tag !!!" cr cr
+ lock-xo
+ then
+;
+
+: check-kl-tag ( -- )
+ " KL" find-tag if
+ ." KL tag present. " cr
+ else
+ ." Missing KL tag !!!" cr cr
+ lock-xo
+ then
+;
+
+: check-lo-tag ( -- )
+ " LO" find-tag if
+ ." LO tag present. " cr
+ else
+ ." Missing LO tag !!!" cr cr
+ lock-xo
+ then
+;
+
+: check-wm-tag ( -- )
+ " WM" find-tag if
+ ." WM tag present. " cr
+ else
+ ." Missing WM tag !!!" cr cr
+ lock-xo
+ then
+;
+
+: check-mfg-tags ( -- )
+ check-sn-tag
+ check-uuid-tag
+ check-kl-tag
+ check-lo-tag
+ check-wm-tag
+;
+
+: set-path-macros ( -- )
+ button-o game-key? if " \boot-alt" else " \boot" then pn-buf place
+
+ " /chosen" find-package if ( phandle )
+ " bootpath" rot get-package-property 0= if ( propval$ )
+ get-encoded-string ( bootpath$ )
+ [char] \ left-parse-string 2nip ( dn$ )
+ dn-buf place ( )
+ then
+ then
+;
+
+: olpc-fth-boot-me
+ check-mfg-tags
+ set-path-macros
+ ?ofw-reflash
+ " console=ttyS0,115200 console=tty0 fbcon=font:SUN12x22 " expand$ to boot-file
+ " ${DN}${PN}\vmlinuz" expand$ to boot-device
+ " ${DN}${PN}\initrd.img" expand$ to ramdisk
+ boot
+;
+olpc-fth-boot-me
diff --git a/sub-files/DejaVuOlpc-Regular.ttf b/sub-files/DejaVuOlpc-Regular.ttf
new file mode 100644
index 0000000..53f035c
--- /dev/null
+++ b/sub-files/DejaVuOlpc-Regular.ttf
Binary files differ
diff --git a/sub-files/abc123-Regular.ttf b/sub-files/abc123-Regular.ttf
new file mode 100644
index 0000000..153317b
--- /dev/null
+++ b/sub-files/abc123-Regular.ttf
Binary files differ
diff --git a/sub-files/halt b/sub-files/halt
new file mode 100755
index 0000000..2979c77
--- /dev/null
+++ b/sub-files/halt
@@ -0,0 +1,210 @@
+#!/bin/bash
+#
+# halt This file is executed by init when it goes into runlevel
+# 0 (halt) or runlevel 6 (reboot). It kills all processes,
+# unmounts file systems and then either halts or reboots.
+#
+# Author: Miquel van Smoorenburg, <miquels@drinkel.nl.mugnet.org>
+# Modified for RHS Linux by Damien Neil
+#
+
+NOLOCALE=1
+. /etc/init.d/functions
+
+UMOUNT="umount"
+[ ! -w /etc ] && UMOUNT="umount -n"
+
+halt_crypto() {
+ fnval=0
+ while read dst src key; do
+ [ -z "$dst" -o "${dst#\#}" != "$dst" ] && continue
+ if [ -b "/dev/mapper/$dst" ]; then
+ if /sbin/dmsetup info "$dst" | grep -q '^Open count: *0$'; then
+ action $"Stopping disk encryption for $dst" /sbin/cryptsetup remove "$dst"
+ else
+ fnval=1
+ fi
+ fi
+ done < /etc/crypttab
+ return $fnval
+}
+
+kill_all() {
+ local STRING rc
+
+ STRING=$1
+ echo -n "$STRING "
+ shift
+ /sbin/killall5 "$@"
+ rc=$?
+ # Retval: 0: success 1: error 2: no processes found to kill
+ if [ "$rc" == 1 ]; then
+ failure $"$STRING"
+ else
+ success $"$STRING"
+ fi
+ echo
+ return $rc
+}
+
+# See how we were called.
+case "$0" in
+ *halt)
+ message=$"Halting system..."
+ command="/sbin/halt"
+ ;;
+ *reboot)
+ message=$"Please stand by while rebooting the system..."
+ command="/sbin/reboot"
+ kexec_command="/sbin/kexec"
+ ;;
+ *)
+ echo $"$0: call me as 'halt' or 'reboot' please!"
+ exit 1
+ ;;
+esac
+case "$1" in
+ *start)
+ ;;
+ *)
+ echo $"Usage: $0 {start}"
+ exit 1
+ ;;
+esac
+
+# Kill all processes.
+[ "${BASH+bash}" = bash ] && enable kill
+
+# Find mdmon pid's and omit killing them
+OMITARGS=
+for i in /dev/md/*.pid; do
+ if [ ! -r "$i" ]; then
+ continue
+ fi
+ OMITARGS="$OMITARGS -o $(cat $i)"
+done
+
+kill_all $"Sending all processes the TERM signal..." -15 $OMITARGS
+# No need to sleep and kill -9 if no processes to kill were found
+if [ "$?" == 0 ]; then
+ sleep 2
+ kill_all $"Sending all processes the KILL signal..." -9 $OMITARGS
+fi
+
+# Write to wtmp file before unmounting /var
+/sbin/halt -w
+
+# Save mixer settings, here for lack of a better place.
+if [ -s /etc/alsa/alsactl.conf ] && [ -x /sbin/alsactl ] && [ -w /etc/asound.state ]; then
+ action $"Saving mixer settings" /sbin/alsactl -E ALSA_CONFIG_PATH=/etc/alsa/alsactl.conf --ignore store
+fi
+
+# Save random seed
+touch /var/lib/random-seed
+chmod 600 /var/lib/random-seed
+action $"Saving random seed: " dd if=/dev/urandom of=/var/lib/random-seed count=1 bs=512 2>/dev/null
+
+#[ -x /sbin/hwclock ] && action $"Syncing hardware clock to system time" /sbin/hwclock --systohc
+
+# Try to unmount tmpfs filesystems to avoid swapping them in. Ignore failures.
+tmpfs=$(awk '$2 ~ /^\/($|proc|dev)/ { next; }
+ $3 == "tmpfs" { print $2; }' /proc/mounts | sort -r)
+[ -n "$tmpfs" ] && fstab-decode $UMOUNT $tmpfs 2>/dev/null
+
+sync
+sleep 2
+
+# Turn off swap, then unmount file systems.
+[ -f /proc/swaps ] && SWAPS=$(awk '! /^Filename/ { print $1 }' /proc/swaps)
+if [ -n "$SWAPS" ]; then
+ action $"Turning off swap: " swapoff $SWAPS
+ for dst in $SWAPS; do
+ if [[ "$dst" == /dev/mapper* ]] \
+ && [ "$(dmsetup status "$dst" | cut -d ' ' -f 3)" = crypt ]; then
+ backdev=$(/sbin/cryptsetup status "$dst" \
+ | awk '$1 == "device:" { print $2 }')
+ /sbin/cryptsetup remove "$dst"
+ fi
+ done
+fi
+
+[ -x /sbin/quotaoff ] && action $"Turning off quotas: " /sbin/quotaoff -aug
+
+# Unmount file systems, killing processes if we have to.
+# Unmount loopback stuff first
+__umount_loopback_loop
+
+# Unmount RPC pipe file systems
+__umount_loop '$3 ~ /^rpc_pipefs$/ || $3 ~ /^rpc_svc_gss_pipefs$/ {print $2}' \
+ /proc/mounts \
+ $"Unmounting pipe file systems: " \
+ $"Unmounting pipe file systems (retry): " \
+ -f
+
+LANG=C __umount_loop '$2 ~ /^\/$|^\/proc|^\/cgroup|^\/sys\/fs\/cgroup|^\/dev/{next}
+ $3 == "tmpfs" || $3 == "proc" {print $2 ; next}
+ /(loopfs|autofs|nfs|cifs|smbfs|ncpfs|sysfs|^none|^\/dev\/ram|^\/dev\/root$)/ {next}
+ {print $2}' /proc/mounts \
+ $"Unmounting file systems: " \
+ $"Unmounting file systems (retry): " \
+ -f
+
+[ -f /proc/bus/usb/devices ] && $UMOUNT /proc/bus/usb
+
+[ -f /etc/crypttab ] && halt_crypto
+
+# remove the crash indicator flag
+rm -f /.autofsck
+
+# Try all file systems other than root, essential filesystems and RAM disks,
+# one last time.
+awk '$2 !~ /\/(|dev|proc|selinux|cgroup|sys)$/ && $1 !~ /(^\/dev\/ram|cgroup)/ { print $2 }' \
+ /proc/mounts | sort -r | \
+ while read line; do
+ fstab-decode $UMOUNT -f $line
+done
+
+if [ -x /sbin/halt.local ]; then
+ /sbin/halt.local
+fi
+
+# Tell init to re-exec itself.
+kill -TERM 1
+
+# Remount read only anything that's left mounted.
+# echo $"Remounting remaining filesystems readonly"
+mount | awk '{ print $1,$3 }' | while read dev dir; do
+ fstab-decode mount -n -o ro,remount $dev $dir
+done
+
+# If we left mdmon's running wait for the raidsets to become clean
+if [ -n "$OMITARGS" ]; then
+ mdadm --wait-clean --scan
+fi
+
+# Now halt or reboot.
+echo $"$message"
+if [ -f /fastboot ]; then
+ echo $"On the next boot fsck will be skipped."
+elif [ -f /forcefsck ]; then
+ echo $"On the next boot fsck will be forced."
+fi
+
+# Shutdown UPS drivers
+if [ "$command" = /sbin/halt ] && [ -f /etc/sysconfig/ups ]; then
+ . /etc/sysconfig/ups
+ if [ -z $POWERDOWNFLAG ]; then
+ POWERDOWNFLAG=/etc/killpower
+ fi
+ if [ "$SERVER" = "yes" ] && [ -f $POWERDOWNFLAG ]; then
+ /sbin/upsdrvctl shutdown
+ fi
+fi
+
+# First, try kexec. If that fails, fall back to rebooting the old way.
+[ -n "$kexec_command" ] && $kexec_command -e -x >& /dev/null
+
+HALTARGS="-d"
+[ "$INIT_HALT" != "HALT" ] && HALTARGS="$HALTARGS -p"
+
+exec $command $HALTARGS
diff --git a/sub-files/libflashplayer.so b/sub-files/libflashplayer.so
new file mode 100644
index 0000000..42fe277
--- /dev/null
+++ b/sub-files/libflashplayer.so
Binary files differ