<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Gimp Crop Script</title>
	<atom:link href="http://rocksun.cn/gimp-crop-script/feed/" rel="self" type="application/rss+xml" />
	<link>http://rocksun.cn/gimp-crop-script/</link>
	<description>Blogger's Blog</description>
	<lastBuildDate>Wed, 17 Aug 2011 13:22:20 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Eleazar</title>
		<link>http://rocksun.cn/gimp-crop-script/comment-page-1/#comment-40643</link>
		<dc:creator>Eleazar</dc:creator>
		<pubDate>Tue, 29 Sep 2009 21:11:30 +0000</pubDate>
		<guid isPermaLink="false">http://rocksun.cn/?p=297#comment-40643</guid>
		<description>Hey, just wanted to say thanks for a great resource!
Helped me out a lot.</description>
		<content:encoded><![CDATA[<p>Hey, just wanted to say thanks for a great resource!<br />
Helped me out a lot.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://rocksun.cn/gimp-crop-script/comment-page-1/#comment-40594</link>
		<dc:creator>David</dc:creator>
		<pubDate>Sun, 21 Jun 2009 22:31:32 +0000</pubDate>
		<guid isPermaLink="false">http://rocksun.cn/?p=297#comment-40594</guid>
		<description>And a new bat file to do a dir:-
rem rs-center-crop-dir.bat
del /q c:\tempxx.bat
for /r C:\dr\temp %%V in (*.jpg) do (echo call C:\dr\gimp\script\rs-center-crop.bat 

&quot;%%V&quot;&gt;&gt;c:\tempxx.bat)
type c:\tempxx.bat
pause
c:\tempxx.bat</description>
		<content:encoded><![CDATA[<p>And a new bat file to do a dir:-<br />
rem rs-center-crop-dir.bat<br />
del /q c:\tempxx.bat<br />
for /r C:\dr\temp %%V in (*.jpg) do (echo call C:\dr\gimp\script\rs-center-crop.bat </p>
<p>&#8220;%%V&#8221;&gt;&gt;c:\tempxx.bat)<br />
type c:\tempxx.bat<br />
pause<br />
c:\tempxx.bat</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://rocksun.cn/gimp-crop-script/comment-page-1/#comment-40593</link>
		<dc:creator>David</dc:creator>
		<pubDate>Sun, 21 Jun 2009 22:27:14 +0000</pubDate>
		<guid isPermaLink="false">http://rocksun.cn/?p=297#comment-40593</guid>
		<description>And more:-
Windows Registry Editor Version 5.00
 
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\*\shell\RSGimpCrop]
@=&quot;Crop as 7*5&quot;
 
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\*\shell\RSGimpCrop\command]
@=&quot;c:\\dr\\gimp\\script\\rs-center-crop.bat \&quot;%1\&quot; 7 5&quot; 

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\*\shell\RSGimpCrop64]
@=&quot;Crop as 6*4&quot;
 
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\*\shell\RSGimpCrop64\command]
@=&quot;c:\\dr\\gimp\\script\\rs-center-crop.bat \&quot;%1\&quot; 6 4&quot;</description>
		<content:encoded><![CDATA[<p>And more:-<br />
Windows Registry Editor Version 5.00</p>
<p>[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\*\shell\RSGimpCrop]<br />
@=&#8221;Crop as 7*5&#8243;</p>
<p>[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\*\shell\RSGimpCrop\command]<br />
@=&#8221;c:\\dr\\gimp\\script\\rs-center-crop.bat \&#8221;%1\&#8221; 7 5&#8243; </p>
<p>[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\*\shell\RSGimpCrop64]<br />
@=&#8221;Crop as 6*4&#8243;</p>
<p>[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\*\shell\RSGimpCrop64\command]<br />
@=&#8221;c:\\dr\\gimp\\script\\rs-center-crop.bat \&#8221;%1\&#8221; 6 4&#8243;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://rocksun.cn/gimp-crop-script/comment-page-1/#comment-40592</link>
		<dc:creator>David</dc:creator>
		<pubDate>Sun, 21 Jun 2009 22:25:13 +0000</pubDate>
		<guid isPermaLink="false">http://rocksun.cn/?p=297#comment-40592</guid>
		<description>hi rocksum like the crop here a fue mods:-
rem rs-center-crop.bat
@echo off
set str=%1
set str=%str:&quot;=%
set str=%str:\=/%
set str2=%str%
set x=%2
if &quot;%x%&quot;==&quot;&quot; set x=7
set y=%3
if &quot;%y%&quot;==&quot;&quot; set y=5
echo Input file %str% Outputfile %str2% X %x% Y %y%
rem pause
@echo on
&quot;c:\Program Files\GIMP-2.0\bin\gimp-console-2.6.exe&quot; --verbose -b 

&quot;(script-fu-rs-center-crop \&quot;%str%\&quot; \&quot;%str2%\&quot; %x% %y%)&quot; -b &quot;(gimp-quit 0)</description>
		<content:encoded><![CDATA[<p>hi rocksum like the crop here a fue mods:-<br />
rem rs-center-crop.bat<br />
@echo off<br />
set str=%1<br />
set str=%str:&#8221;=%<br />
set str=%str:\=/%<br />
set str2=%str%<br />
set x=%2<br />
if &#8220;%x%&#8221;==&#8221;" set x=7<br />
set y=%3<br />
if &#8220;%y%&#8221;==&#8221;" set y=5<br />
echo Input file %str% Outputfile %str2% X %x% Y %y%<br />
rem pause<br />
@echo on<br />
&#8220;c:\Program Files\GIMP-2.0\bin\gimp-console-2.6.exe&#8221; &#8211;verbose -b </p>
<p>&#8220;(script-fu-rs-center-crop \&#8221;%str%\&#8221; \&#8221;%str2%\&#8221; %x% %y%)&#8221; -b &#8220;(gimp-quit 0)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rocksun</title>
		<link>http://rocksun.cn/gimp-crop-script/comment-page-1/#comment-40550</link>
		<dc:creator>rocksun</dc:creator>
		<pubDate>Tue, 14 Apr 2009 17:32:41 +0000</pubDate>
		<guid isPermaLink="false">http://rocksun.cn/?p=297#comment-40550</guid>
		<description>@Sevesteen


The GIMP Script is not C, but scheme - a more simple language.

I think it is easy. You can change my script to accomplice your requirements.</description>
		<content:encoded><![CDATA[<p>@Sevesteen</p>
<p>The GIMP Script is not C, but scheme &#8211; a more simple language.</p>
<p>I think it is easy. You can change my script to accomplice your requirements.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sevesteen</title>
		<link>http://rocksun.cn/gimp-crop-script/comment-page-1/#comment-40548</link>
		<dc:creator>Sevesteen</dc:creator>
		<pubDate>Tue, 14 Apr 2009 04:04:41 +0000</pubDate>
		<guid isPermaLink="false">http://rocksun.cn/?p=297#comment-40548</guid>
		<description>I&#039;m a Gimp beginner with little to no programming experience--before I dig in too far, I&#039;d like to know if it is feasible

What I would like to do is crop to the selection, resize to 800 pixels wide while maintaining aspect ratio, save as a .jpeg with default settings and close the image, with as few clicks or commands as possible.   Does this sound feasible without the equivalent of learning C?</description>
		<content:encoded><![CDATA[<p>I&#8217;m a Gimp beginner with little to no programming experience&#8211;before I dig in too far, I&#8217;d like to know if it is feasible</p>
<p>What I would like to do is crop to the selection, resize to 800 pixels wide while maintaining aspect ratio, save as a .jpeg with default settings and close the image, with as few clicks or commands as possible.   Does this sound feasible without the equivalent of learning C?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

