<?xml version="1.0" encoding="UTF-8"?>
<tricks type="array">
  <trick>
    <category-id type="integer">4</category-id>
    <comments type="integer"></comments>
    <content nil="true"></content>
    <content-bbcode nil="true"></content-bbcode>
    <content-format>Textile</content-format>
    <content-html nil="true"></content-html>
    <content-textile nil="true"></content-textile>
    <created-at type="datetime">2009-08-22T09:59:22+02:00</created-at>
    <creator-id type="integer">198</creator-id>
    <deleted-at type="datetime" nil="true"></deleted-at>
    <file nil="true"></file>
    <id type="integer">1177</id>
    <lang-id type="integer" nil="true"></lang-id>
    <locale>en</locale>
    <nreports type="integer">0</nreports>
    <nvotes type="integer">1</nvotes>
    <permalink>how_to_install_gimp_2_7_in_ubuntu_jaunty_and_karmic_from_a_ppa</permalink>
    <published-at type="datetime" nil="true"></published-at>
    <state>queued</state>
    <summary>The release of GIMP 2.7.0 is a first step towards GIMP 2.8, the next stable release. Please note that this is an unstable development snapshot and read the GIMP 2.7 release notes. Actually, in the following repository, the current version of Gimp is 2.7.1 already. To install it in Ubuntu, just copy &amp; paste the following commands into a terminal to add the Launchpad PPA repository:</summary>
    <title>How To Install GIMP 2.7 in Ubuntu Jaunty and Karmic From a PPA</title>
    <updated-at type="datetime">2009-08-22T09:59:22+02:00</updated-at>
    <updater-id type="integer">198</updater-id>
    <url>http://webupd8.blogspot.com/2009/08/how-to-install-gimp-27-in-ubuntu-jaunty.html</url>
    <url-code nil="true"></url-code>
  </trick>
  <trick>
    <category-id type="integer">4</category-id>
    <comments type="integer"></comments>
    <content>&lt;h3&gt;Now &lt;span class=&quot;caps&quot;&gt;GAP 2&lt;/span&gt;.6.0 has been released. The new version is optimised for &lt;span class=&quot;caps&quot;&gt;GIMP 2&lt;/span&gt;.6 and offers some new functionality.&lt;/h3&gt;


&lt;pre&gt;
&lt;code&gt;
Storyboard undo support

Storyboard section support. complex scenes can be described within subsections where each subsection can arrange multiple clips in multiple individual video tracks.

Storyboard clips support new deinterlace modes Odd First, Even First

Player supports extracting audio track when playing clips that refere to a videofile that has one or more audiotrack(s) (the extracted audio can be used for audioplayback if audiosupport is enabled and wavplay is installed)

Filtermacro processing now supports mapping to persistent drawable id references.
This allows applying recorded filtermacros in another gimp session in case the recorded last values buffer data contains references to drawable ids. such as the drawable for a bump map in the plug_in_bump_map, or all the layers that were used to map on a quader in plug_in_map_object.

The persistent references can refer to anim frames (series of numbered images), multilayer images, or videofiles.

Filtermacros can be applied with fixed or varying values in storyboard clips. For varying values 2 filtermacros are required to provide from and to values. Iteration of persistent drawable ids is supported in case both refer to the same image, anim frame series or the same videofile.

video extract supports generating transparency via bluebox effect.

the master video encoder dialog now stays open while the encoder
process is running and shows encoding progress (with Cancel option)

lossless frame extract and videocut for MJPEG encoded videoclips
is supported by the storyboard processor and in the AVI1, FFMPEG and RAWFRAMES encoders (via dont recode flag)

frontends for old external video encoders and the old xanim based
frame extract plug-in are not bulit per default.

Modify Frames now supports creation of grayscale layer from
alpha channel, or layermask or mix of both

added wrapper for rotate any angle.
(provides support for animated apply in &quot;filter all layers&quot; or in fltermacros for rotation effects in storyboard clips)

added wrapper for the resynthesizer
(provides support for animated apply of the 3rd party plug-in resynthesizer)

external libs for vidoe read and write access were updated to ffmpeg-0.5 and libmpeg3-1.8

bugfixes and updates for the use with GIMP-2.6.x releases.(see ChangeLog for details)
&lt;/code&gt;
&lt;/pre&gt;

	&lt;p&gt;&lt;a href=&quot;ftp://ftp.gimp.org/pub/gimp/plug-ins/v2.6/gap/&quot;&gt;Source code is available here&lt;/a&gt;&lt;/p&gt;</content>
    <content-bbcode nil="true"></content-bbcode>
    <content-format>Textile</content-format>
    <content-html nil="true"></content-html>
    <content-textile>h3. Now GAP 2.6.0 has been released. The new version is optimised for GIMP 2.6 and offers some new functionality.

&lt;pre&gt;
&lt;code&gt;
Storyboard undo support

Storyboard section support. complex scenes can be described within subsections where each subsection can arrange multiple clips in multiple individual video tracks.

Storyboard clips support new deinterlace modes Odd First, Even First

Player supports extracting audio track when playing clips that refere to a videofile that has one or more audiotrack(s) (the extracted audio can be used for audioplayback if audiosupport is enabled and wavplay is installed)

Filtermacro processing now supports mapping to persistent drawable id references.
This allows applying recorded filtermacros in another gimp session in case the recorded last values buffer data contains references to drawable ids. such as the drawable for a bump map in the plug_in_bump_map, or all the layers that were used to map on a quader in plug_in_map_object.

The persistent references can refer to anim frames (series of numbered images), multilayer images, or videofiles.

Filtermacros can be applied with fixed or varying values in storyboard clips. For varying values 2 filtermacros are required to provide from and to values. Iteration of persistent drawable ids is supported in case both refer to the same image, anim frame series or the same videofile.

video extract supports generating transparency via bluebox effect.

the master video encoder dialog now stays open while the encoder
process is running and shows encoding progress (with Cancel option)

lossless frame extract and videocut for MJPEG encoded videoclips
is supported by the storyboard processor and in the AVI1, FFMPEG and RAWFRAMES encoders (via dont recode flag)

frontends for old external video encoders and the old xanim based
frame extract plug-in are not bulit per default.

Modify Frames now supports creation of grayscale layer from
alpha channel, or layermask or mix of both

added wrapper for rotate any angle.
(provides support for animated apply in &quot;filter all layers&quot; or in fltermacros for rotation effects in storyboard clips)

added wrapper for the resynthesizer
(provides support for animated apply of the 3rd party plug-in resynthesizer)

external libs for vidoe read and write access were updated to ffmpeg-0.5 and libmpeg3-1.8

bugfixes and updates for the use with GIMP-2.6.x releases.(see ChangeLog for details)
&lt;/code&gt;
&lt;/pre&gt;

&quot;Source code is available here&quot;:ftp://ftp.gimp.org/pub/gimp/plug-ins/v2.6/gap/</content-textile>
    <created-at type="datetime">2009-06-23T01:24:27+02:00</created-at>
    <creator-id type="integer">69</creator-id>
    <deleted-at type="datetime" nil="true"></deleted-at>
    <file nil="true"></file>
    <id type="integer">910</id>
    <lang-id type="integer" nil="true"></lang-id>
    <locale>en</locale>
    <nreports type="integer">0</nreports>
    <nvotes type="integer">5</nvotes>
    <permalink>gap_for_gimp_2_6</permalink>
    <published-at type="datetime">2009-06-25T04:04:32+02:00</published-at>
    <state>published</state>
    <summary>GAP is a collection of GIMP plugins that make it possible to create animations as sequences of single frames. The result can be saved as animated GIF, AVI or MPEG file (external libraries are used for this).</summary>
    <title>GAP for GIMP 2.6</title>
    <updated-at type="datetime">2009-06-27T03:51:53+02:00</updated-at>
    <updater-id type="integer">110</updater-id>
    <url nil="true"></url>
    <url-code nil="true"></url-code>
  </trick>
  <trick>
    <category-id type="integer">4</category-id>
    <comments type="integer"></comments>
    <content nil="true"></content>
    <content-bbcode nil="true"></content-bbcode>
    <content-format>Textile</content-format>
    <content-html nil="true"></content-html>
    <content-textile nil="true"></content-textile>
    <created-at type="datetime">2009-06-06T12:24:30+02:00</created-at>
    <creator-id type="integer">198</creator-id>
    <deleted-at type="datetime" nil="true"></deleted-at>
    <file nil="true"></file>
    <id type="integer">868</id>
    <lang-id type="integer" nil="true"></lang-id>
    <locale>en</locale>
    <nreports type="integer">0</nreports>
    <nvotes type="integer">1</nvotes>
    <permalink>gimp_animation_package_2_6_0_available_for_download</permalink>
    <published-at type="datetime" nil="true"></published-at>
    <state>queued</state>
    <summary>GIMP Animation Package is a collection of Plug-Ins to extend the GIMP with capabilities to edit and create Animations as sequences of single frames.</summary>
    <title>GIMP Animation Package 2.6.0 Available for Download</title>
    <updated-at type="datetime">2009-06-06T12:24:30+02:00</updated-at>
    <updater-id type="integer">198</updater-id>
    <url>http://webupd8.blogspot.com/2009/06/gimp-animation-package-260-available.html</url>
    <url-code nil="true"></url-code>
  </trick>
  <trick>
    <category-id type="integer">4</category-id>
    <comments type="integer"></comments>
    <content nil="true"></content>
    <content-bbcode nil="true"></content-bbcode>
    <content-format>Textile</content-format>
    <content-html nil="true"></content-html>
    <content-textile nil="true"></content-textile>
    <created-at type="datetime">2009-05-27T11:45:15+02:00</created-at>
    <creator-id type="integer">198</creator-id>
    <deleted-at type="datetime" nil="true"></deleted-at>
    <file nil="true"></file>
    <id type="integer">814</id>
    <lang-id type="integer" nil="true"></lang-id>
    <locale>en</locale>
    <nreports type="integer">0</nreports>
    <nvotes type="integer">3</nvotes>
    <permalink>gimp_fx_foundry_115_scripts_ready_for_gimp_2_6</permalink>
    <published-at type="datetime">2009-05-27T17:48:42+02:00</published-at>
    <state>published</state>
    <summary>There are lots of scripts to the Gimp, which simplifies your image editing. Gimp FX Foundry has merged a whole lot of different scripts to a collection and where you will find the most you will ever need for your image editing.</summary>
    <title>Gimp FX Foundry: 115 Scripts Ready for Gimp 2.6</title>
    <updated-at type="datetime">2009-05-27T19:48:44+02:00</updated-at>
    <updater-id type="integer">111</updater-id>
    <url>http://webupd8.blogspot.com/2009/05/gimp-fx-foundry-115-scripts-ready-for.html</url>
    <url-code nil="true"></url-code>
  </trick>
  <trick>
    <category-id type="integer">2</category-id>
    <comments type="integer"></comments>
    <content>&lt;p&gt;Gimp Paint Studio is a package of new tools and additions which provide improved capabilities focused on drawing and painting for Gimp.&lt;/p&gt;


	&lt;p&gt;To install Gimp Paint Studio it, first we must know where the user directory of Gimp is located. Assuming you have installed version 2.6 is usually found at:&lt;/p&gt;


	&lt;ul&gt;
	&lt;li&gt;Windows : C:\Documents and Settings\username\.gimp-2.6&lt;/li&gt;
		&lt;li&gt;Mac : /Users/username/Library/Application Support/Gimp&lt;/li&gt;
		&lt;li&gt;&lt;span class=&quot;caps&quot;&gt;GNU&lt;/span&gt;/Linux : /home/usuarname/.gimp-2.6&lt;/li&gt;
	&lt;/ul&gt;


	&lt;p&gt;Step by step installation: &lt;strong&gt;&lt;a href=&quot;http://webupd8.blogspot.com/2009/05/gim-paint-studio-gimp-optimized-for.html&quot;&gt;Read the full story&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;</content>
    <content-bbcode nil="true"></content-bbcode>
    <content-format>Textile</content-format>
    <content-html nil="true"></content-html>
    <content-textile>Gimp Paint Studio is a package of new tools and additions which provide improved capabilities focused on drawing and painting for Gimp.

To install Gimp Paint Studio it, first we must know where the user directory of Gimp is located. Assuming you have installed version 2.6 is usually found at:

* Windows : C:\Documents and Settings\username\.gimp-2.6
* Mac : /Users/username/Library/Application Support/Gimp
* GNU/Linux : /home/usuarname/.gimp-2.6

Step by step installation: &lt;strong&gt;&lt;a href=&quot;http://webupd8.blogspot.com/2009/05/gim-paint-studio-gimp-optimized-for.html&quot;&gt;Read the full story&lt;/a&gt;&lt;/strong&gt;</content-textile>
    <created-at type="datetime">2009-05-04T14:29:07+02:00</created-at>
    <creator-id type="integer">198</creator-id>
    <deleted-at type="datetime" nil="true"></deleted-at>
    <file nil="true"></file>
    <id type="integer">724</id>
    <lang-id type="integer" nil="true"></lang-id>
    <locale>en</locale>
    <nreports type="integer">0</nreports>
    <nvotes type="integer">2</nvotes>
    <permalink>gimp_paint_studio_gimp_optimized_for_drawing_and_painting</permalink>
    <published-at type="datetime" nil="true"></published-at>
    <state>queued</state>
    <summary>Gimp Paint Studio is a package of new tools and additions which provide improved capabilities focused on drawing and painting for Gimp.</summary>
    <title>Gimp Paint Studio [Gimp Optimized for Drawing and Painting]</title>
    <updated-at type="datetime">2009-05-25T21:04:23+02:00</updated-at>
    <updater-id type="integer">4</updater-id>
    <url>http://webupd8.blogspot.com/2009/05/gim-paint-studio-gimp-optimized-for.html</url>
    <url-code nil="true"></url-code>
  </trick>
</tricks>
