<?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: Sprite Merge (merge.py)</title>
	<atom:link href="http://fydo.net/projects/merge/feed" rel="self" type="application/rss+xml" />
	<link>http://fydo.net</link>
	<description>On the Internet, nobody knows you&#039;re a cat.</description>
	<lastBuildDate>Fri, 24 Jun 2011 22:41:22 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Ram K.</title>
		<link>http://fydo.net/projects/merge/comment-page-1#comment-59736</link>
		<dc:creator>Ram K.</dc:creator>
		<pubDate>Fri, 24 Jun 2011 22:41:22 +0000</pubDate>
		<guid isPermaLink="false">http://fydo.net/projects/merge#comment-59736</guid>
		<description>the following is what I did to get this working on python 3.2:
1.get:
PIL-1.1.7.win32-py3.2.‌exe
from:
http://www.lfd.uci.edu/~gohlke/pythonlibs/#pil
2. install it...
3. replace &quot;print &quot;Processing: &quot; + arg&quot; with print (&quot;Processing: &quot;, arg) in merge.py.
4. go through the rest of the print statements and add parentheses so &quot;print &#039;Unknown option.&#039;&quot; becomes print (&#039;Unknown option.&#039;) and so on...

profit :)</description>
		<content:encoded><![CDATA[<p>the following is what I did to get this working on python 3.2:<br />
1.get:<br />
PIL-1.1.7.win32-py3.2.‌exe<br />
from:<br />
<a href="http://www.lfd.uci.edu/~gohlke/pythonlibs/#pil" rel="nofollow">http://www.lfd.uci.edu/~gohlke/pythonlibs/#pil</a><br />
2. install it&#8230;<br />
3. replace &#8220;print &#8220;Processing: &#8221; + arg&#8221; with print (&#8220;Processing: &#8220;, arg) in merge.py.<br />
4. go through the rest of the print statements and add parentheses so &#8220;print &#8216;Unknown option.&#8217;&#8221; becomes print (&#8216;Unknown option.&#8217;) and so on&#8230;</p>
<p>profit <img src='http://fydo.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Spritesheet Tool</title>
		<link>http://fydo.net/projects/merge/comment-page-1#comment-44972</link>
		<dc:creator>Spritesheet Tool</dc:creator>
		<pubDate>Thu, 06 Jan 2011 09:07:10 +0000</pubDate>
		<guid isPermaLink="false">http://fydo.net/projects/merge#comment-44972</guid>
		<description>[...] A friend of mine has a simple script tool for joining images up into sprite sheets. It is nice, but I didn&#8217;t want to deal with a command line thing every time and I wanted the process to be more accessible to users, so I created a GUI spritesheet tool in wxPython. [...]</description>
		<content:encoded><![CDATA[<p>[...] A friend of mine has a simple script tool for joining images up into sprite sheets. It is nice, but I didn&#8217;t want to deal with a command line thing every time and I wanted the process to be more accessible to users, so I created a GUI spritesheet tool in wxPython. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fydo</title>
		<link>http://fydo.net/projects/merge/comment-page-1#comment-17464</link>
		<dc:creator>fydo</dc:creator>
		<pubDate>Thu, 23 Apr 2009 20:20:47 +0000</pubDate>
		<guid isPermaLink="false">http://fydo.net/projects/merge#comment-17464</guid>
		<description>Hi there brian,

Thanks for the question. There is an included batch file which demos all of the Sprite Merge functionality. Basically just ensure that all your sprites are of the same vertical height, then pass them all in as command-line parameters. ie.
&quot;merge.py sprite1.png sprite2.png sprite3.png&quot;

Hope this helps!</description>
		<content:encoded><![CDATA[<p>Hi there brian,</p>
<p>Thanks for the question. There is an included batch file which demos all of the Sprite Merge functionality. Basically just ensure that all your sprites are of the same vertical height, then pass them all in as command-line parameters. ie.<br />
&#8220;merge.py sprite1.png sprite2.png sprite3.png&#8221;</p>
<p>Hope this helps!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: brian</title>
		<link>http://fydo.net/projects/merge/comment-page-1#comment-16851</link>
		<dc:creator>brian</dc:creator>
		<pubDate>Wed, 15 Apr 2009 19:59:05 +0000</pubDate>
		<guid isPermaLink="false">http://fydo.net/projects/merge#comment-16851</guid>
		<description>dude...really need you help... i can not seem to get my head round this...got python loaded ...think i got PIL loaded just having a bit of truble merge .... kinda short on instructions and im kinda rubbish with anything thats not gota gui ... could really do with this as i have 300+ sprites to sort


many thanks


swamppibboy@yahoo.co.uk</description>
		<content:encoded><![CDATA[<p>dude&#8230;really need you help&#8230; i can not seem to get my head round this&#8230;got python loaded &#8230;think i got PIL loaded just having a bit of truble merge &#8230;. kinda short on instructions and im kinda rubbish with anything thats not gota gui &#8230; could really do with this as i have 300+ sprites to sort</p>
<p>many thanks</p>
<p><a href="mailto:swamppibboy@yahoo.co.uk">swamppibboy@yahoo.co.uk</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Learning Actionscript &#124; fydo.net</title>
		<link>http://fydo.net/projects/merge/comment-page-1#comment-11452</link>
		<dc:creator>Learning Actionscript &#124; fydo.net</dc:creator>
		<pubDate>Mon, 08 Dec 2008 17:10:48 +0000</pubDate>
		<guid isPermaLink="false">http://fydo.net/projects/merge#comment-11452</guid>
		<description>[...] Sprite Merge (merge.py) [...]</description>
		<content:encoded><![CDATA[<p>[...] Sprite Merge (merge.py) [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

