<?xml version="1.0" encoding="utf-8" ?>

<rss version="2.0" 
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
   xmlns:admin="http://webns.net/mvcb/"
   xmlns:dc="http://purl.org/dc/elements/1.1/"
   xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
   xmlns:wfw="http://wellformedweb.org/CommentAPI/"
   xmlns:content="http://purl.org/rss/1.0/modules/content/"
   >
<channel>
    <title>Rob A's (Im)personal Blog</title>
    <link>http://ffaat.pointclark.net/blog/</link>
    <description>OK, sometimes personal...</description>
    <dc:language>en</dc:language>
    <generator>Serendipity 1.4-alpha1 - http://www.s9y.org/</generator>
    
    

<item>
    <title>Gimp Behind a Proxy in Windows</title>
    <link>http://ffaat.pointclark.net/blog/archives/166-Gimp-Behind-a-Proxy-in-Windows.html</link>
            <category>Gimp</category>
    
    <comments>http://ffaat.pointclark.net/blog/archives/166-Gimp-Behind-a-Proxy-in-Windows.html#comments</comments>
    <wfw:comment>http://ffaat.pointclark.net/blog/wfwcomment.php?cid=166</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://ffaat.pointclark.net/blog/rss.php?version=2.0&amp;type=comments&amp;cid=166</wfw:commentRss>
    

    <author>nospam@example.com (Rob A)</author>
    <content:encoded>
    &lt;p&gt;&lt;span class=&quot;dropcap&quot;&gt;R&lt;/span&gt;ecently, I was trying to use the Gimp &lt;strong&gt;File-&gt;Open Location&lt;/strong&gt; menu item under windows (which is great for snagging png files off the web, as copy paste in/Windows doesn&#039;t support transparency properly... but that is a different issue...).  I was stuck behind a proxy and it wouldn&#039;t work.  Googling for 20-30 minutes provided nothing.  Nothing in the docs.  Hmmm.&lt;/p&gt;
&lt;p&gt;I dug into the source code and did a bit of troubleshooting and discovered that Gimp compiled for Windows uses WinHTTP to download URI&#039;s.  And WinHTTP does not use the normal computer&#039;s Internet Explorer network connection settings!  The only way to change this setting is by using a command line program.&lt;/p&gt; &lt;br /&gt;&lt;a href=&quot;http://ffaat.pointclark.net/blog/archives/166-Gimp-Behind-a-Proxy-in-Windows.html#extended&quot;&gt;Continue reading &quot;Gimp Behind a Proxy in Windows&quot;&lt;/a&gt;
    </content:encoded>

    <pubDate>Tue, 09 Mar 2010 07:17:00 -0500</pubDate>
    <guid isPermaLink="false">http://ffaat.pointclark.net/blog/archives/166-guid.html</guid>
    
</item>
<item>
    <title>One More (Final?) Update to Histogram Match</title>
    <link>http://ffaat.pointclark.net/blog/archives/164-One-More-Final-Update-to-Histogram-Match.html</link>
            <category>Gimp</category>
    
    <comments>http://ffaat.pointclark.net/blog/archives/164-One-More-Final-Update-to-Histogram-Match.html#comments</comments>
    <wfw:comment>http://ffaat.pointclark.net/blog/wfwcomment.php?cid=164</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://ffaat.pointclark.net/blog/rss.php?version=2.0&amp;type=comments&amp;cid=164</wfw:commentRss>
    

    <author>nospam@example.com (Rob A)</author>
    <content:encoded>
    &lt;p&gt;&lt;span class=&quot;dropcap&quot;&gt;A&lt;/span&gt;nother update to my &lt;a href=&quot;http://ffaat.pointclark.net/blog/archives/162-GIMP-Script-Histogram-Match.html&quot; title=&quot;Previous Entry&quot;&gt;histogram match script&lt;/a&gt;.  Now with a whole bunch of channel options - In addition to Value and RGB, there is now HSV, HS, LAB, AB, YCrCb, and CrCb.  If the images are real close, like two exposures of the same scene, try RGB.  To transfer the colours, try AB (preserve L) or CrCb (preserve Y).&lt;/p&gt;
&lt;p&gt;&lt;b&gt;EDIT:&lt;/b&gt; One more change to the uploaded file, the script not decides if rescaling is needed and does it automatically to an optimal size.&lt;/p&gt;
&lt;p&gt;The download &lt;a href=&quot;http://ffaat.pointclark.net/blog/index.php?serendipity[subpage]=downloads&amp;thiscat=17&amp;file=28&quot; title=&quot;Download histogram match script&quot;&gt;can be found here&lt;/a&gt;...&lt;/p&gt;
 
    </content:encoded>

    <pubDate>Fri, 22 May 2009 13:38:00 -0400</pubDate>
    <guid isPermaLink="false">http://ffaat.pointclark.net/blog/archives/164-guid.html</guid>
    <category>gimp</category>
<category>histogram</category>
<category>plugin</category>

</item>
<item>
    <title>Updated Histogram Match Script</title>
    <link>http://ffaat.pointclark.net/blog/archives/163-Updated-Histogram-Match-Script.html</link>
            <category>Gimp</category>
    
    <comments>http://ffaat.pointclark.net/blog/archives/163-Updated-Histogram-Match-Script.html#comments</comments>
    <wfw:comment>http://ffaat.pointclark.net/blog/wfwcomment.php?cid=163</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://ffaat.pointclark.net/blog/rss.php?version=2.0&amp;type=comments&amp;cid=163</wfw:commentRss>
    

    <author>nospam@example.com (Rob A)</author>
    <content:encoded>
    &lt;p&gt;&lt;span class=&quot;dropcap&quot;&gt;A&lt;/span&gt; few improvements have been made to my &lt;a href=&quot;http://ffaat.pointclark.net/blog/archives/162-GIMP-Script-Histogram-Match.html&quot; title=&quot;Previous Entry&quot;&gt;histogram match script&lt;/a&gt;.  The big new features include histogram interpolation, and adjustments for saturation and contrast.  Special thanks to Isomage who helped with some of the scheme subroutines.&lt;/p&gt;
&lt;p&gt;The download &lt;a href=&quot;http://ffaat.pointclark.net/blog/index.php?serendipity[subpage]=downloads&amp;thiscat=17&amp;file=28&quot; title=&quot;Download histogram match script&quot;&gt;can be found here&lt;/a&gt;...&lt;/p&gt; 
    </content:encoded>

    <pubDate>Fri, 08 May 2009 12:29:00 -0400</pubDate>
    <guid isPermaLink="false">http://ffaat.pointclark.net/blog/archives/163-guid.html</guid>
    <category>gimp</category>
<category>histogram</category>
<category>photo</category>
<category>script</category>

</item>

</channel>
</rss>