<?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 for richardjdare.com</title>
	<atom:link href="http://richardjdare.com/blog/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://richardjdare.com/blog</link>
	<description>Games, Ideas, Imagination</description>
	<lastBuildDate>Thu, 10 Jan 2013 11:09:32 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>Comment on AtlasMaker 0.7 &#8211; Make Texture Atlases in Photoshop by hdennison</title>
		<link>http://richardjdare.com/blog/2012/11/atlasmaker-0-7-make-texture-atlases-in-photoshop/#comment-28827</link>
		<dc:creator>hdennison</dc:creator>
		<pubDate>Thu, 10 Jan 2013 11:09:32 +0000</pubDate>
		<guid isPermaLink="false">http://richardjdare.com/blog/?p=559#comment-28827</guid>
		<description><![CDATA[It would be lovely, I&#039;m using this for more than a year and it&#039;s the only reason why I have Photoshop installed.]]></description>
		<content:encoded><![CDATA[<p>It would be lovely, I&#8217;m using this for more than a year and it&#8217;s the only reason why I have Photoshop installed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on AtlasMaker 0.7 &#8211; Make Texture Atlases in Photoshop by admin</title>
		<link>http://richardjdare.com/blog/2012/11/atlasmaker-0-7-make-texture-atlases-in-photoshop/#comment-28714</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Mon, 07 Jan 2013 21:30:12 +0000</pubDate>
		<guid isPermaLink="false">http://richardjdare.com/blog/?p=559#comment-28714</guid>
		<description><![CDATA[Hi Harold, Im glad you like AtlasMaker. I&#039;m afraid I have never used fireworks in my life! I will look into it and see what I can find out.
If it uses a similar scripting system to photoshop, it might be possible to port it.]]></description>
		<content:encoded><![CDATA[<p>Hi Harold, Im glad you like AtlasMaker. I&#8217;m afraid I have never used fireworks in my life! I will look into it and see what I can find out.<br />
If it uses a similar scripting system to photoshop, it might be possible to port it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on AtlasMaker 0.7 &#8211; Make Texture Atlases in Photoshop by hdennison</title>
		<link>http://richardjdare.com/blog/2012/11/atlasmaker-0-7-make-texture-atlases-in-photoshop/#comment-28706</link>
		<dc:creator>hdennison</dc:creator>
		<pubDate>Mon, 07 Jan 2013 16:31:05 +0000</pubDate>
		<guid isPermaLink="false">http://richardjdare.com/blog/?p=559#comment-28706</guid>
		<description><![CDATA[This is really awesome, great tool!

Any chance to get it running on Adobe Fireworks?]]></description>
		<content:encoded><![CDATA[<p>This is really awesome, great tool!</p>
<p>Any chance to get it running on Adobe Fireworks?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on AtlasMaker 0.7 &#8211; Make Texture Atlases in Photoshop by admin</title>
		<link>http://richardjdare.com/blog/2012/11/atlasmaker-0-7-make-texture-atlases-in-photoshop/#comment-28482</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Tue, 01 Jan 2013 14:59:28 +0000</pubDate>
		<guid isPermaLink="false">http://richardjdare.com/blog/?p=559#comment-28482</guid>
		<description><![CDATA[Hi Tonio, thanks for your comment.

You could put all your images into a directory and have AtlasMaker create an atlas for you. If you want to use the rectangle packing code in your own script, take a look at /include/RectanglePacker.js. Its pretty self-contained, though the sorting takes place elsewhere (/include/Sorters.jsx)

 Also, the AtlasMaker export file can contain any text, JSON, XML, whatever.  Just put the tags (#width, #height etc.) where you need them and AtlasMaker will do the rest. Let me know if you have any problems.

Richard]]></description>
		<content:encoded><![CDATA[<p>Hi Tonio, thanks for your comment.</p>
<p>You could put all your images into a directory and have AtlasMaker create an atlas for you. If you want to use the rectangle packing code in your own script, take a look at /include/RectanglePacker.js. Its pretty self-contained, though the sorting takes place elsewhere (/include/Sorters.jsx)</p>
<p> Also, the AtlasMaker export file can contain any text, JSON, XML, whatever.  Just put the tags (#width, #height etc.) where you need them and AtlasMaker will do the rest. Let me know if you have any problems.</p>
<p>Richard</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on AtlasMaker 0.7 &#8211; Make Texture Atlases in Photoshop by Tonio Loewald</title>
		<link>http://richardjdare.com/blog/2012/11/atlasmaker-0-7-make-texture-atlases-in-photoshop/#comment-28464</link>
		<dc:creator>Tonio Loewald</dc:creator>
		<pubDate>Tue, 01 Jan 2013 01:54:01 +0000</pubDate>
		<guid isPermaLink="false">http://richardjdare.com/blog/?p=559#comment-28464</guid>
		<description><![CDATA[Thank you very much for providing this tool. It looks to me like the crucial part (from my perspective) is the rectangle packing component. I have a Photoshop script that will break up a Photoshop document into images based on image groups and the thing it really needs to do now is turn them into an image atlas. The other thing I&#039;d like to do is store the metadata as JSON rather than XML.]]></description>
		<content:encoded><![CDATA[<p>Thank you very much for providing this tool. It looks to me like the crucial part (from my perspective) is the rectangle packing component. I have a Photoshop script that will break up a Photoshop document into images based on image groups and the thing it really needs to do now is turn them into an image atlas. The other thing I&#8217;d like to do is store the metadata as JSON rather than XML.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on AtlasMaker 0.7 &#8211; Make Texture Atlases in Photoshop by admin</title>
		<link>http://richardjdare.com/blog/2012/11/atlasmaker-0-7-make-texture-atlases-in-photoshop/#comment-27166</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Fri, 07 Dec 2012 17:19:03 +0000</pubDate>
		<guid isPermaLink="false">http://richardjdare.com/blog/?p=559#comment-27166</guid>
		<description><![CDATA[Hi Kevin,
 Thanks for the info, its all good :)

You know, I have only tested AtlasMaker with 24bit rgb images, as that&#039;s all I use in my own projects. I will have to go away and try other formats.

I will do some experiments with locked layers. AtlasMaker is supposed to be able to handle locked layers, background layers etc. maybe I overlooked something. 

All this information is really helpful, thanks..

Richard]]></description>
		<content:encoded><![CDATA[<p>Hi Kevin,<br />
 Thanks for the info, its all good <img src='http://richardjdare.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>You know, I have only tested AtlasMaker with 24bit rgb images, as that&#8217;s all I use in my own projects. I will have to go away and try other formats.</p>
<p>I will do some experiments with locked layers. AtlasMaker is supposed to be able to handle locked layers, background layers etc. maybe I overlooked something. </p>
<p>All this information is really helpful, thanks..</p>
<p>Richard</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on AtlasMaker 0.7 &#8211; Make Texture Atlases in Photoshop by admin</title>
		<link>http://richardjdare.com/blog/2012/11/atlasmaker-0-7-make-texture-atlases-in-photoshop/#comment-27164</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Fri, 07 Dec 2012 17:08:54 +0000</pubDate>
		<guid isPermaLink="false">http://richardjdare.com/blog/?p=559#comment-27164</guid>
		<description><![CDATA[Hi Kevin, thanks for letting me know. I&#039;ll see what I can find out. I Got a few questions that might help with debugging :)

What format are your images?

Does Atlasmaker work for you with other images? have you tried making a folder with a couple of simple jpegs in?

The photoshop scripting system is a bit clunky. Sometimes I have had problems just like this, which went away after restarting photoshop.

Can you try running the script from ExtendScript Toolkit? (comes with photoshop). It might give us some helpful error messages or show us where the problem is.

 Just open AtlasMaker.jsx in Extendscript Toolkit and click the green &quot;play&quot; button to run it, with photoshop open at the same time.

Thanks again, I hope we can fix this problem
  Richard]]></description>
		<content:encoded><![CDATA[<p>Hi Kevin, thanks for letting me know. I&#8217;ll see what I can find out. I Got a few questions that might help with debugging <img src='http://richardjdare.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>What format are your images?</p>
<p>Does Atlasmaker work for you with other images? have you tried making a folder with a couple of simple jpegs in?</p>
<p>The photoshop scripting system is a bit clunky. Sometimes I have had problems just like this, which went away after restarting photoshop.</p>
<p>Can you try running the script from ExtendScript Toolkit? (comes with photoshop). It might give us some helpful error messages or show us where the problem is.</p>
<p> Just open AtlasMaker.jsx in Extendscript Toolkit and click the green &#8220;play&#8221; button to run it, with photoshop open at the same time.</p>
<p>Thanks again, I hope we can fix this problem<br />
  Richard</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on AtlasMaker 0.7 &#8211; Make Texture Atlases in Photoshop by Kevin</title>
		<link>http://richardjdare.com/blog/2012/11/atlasmaker-0-7-make-texture-atlases-in-photoshop/#comment-27163</link>
		<dc:creator>Kevin</dc:creator>
		<pubDate>Fri, 07 Dec 2012 17:02:27 +0000</pubDate>
		<guid isPermaLink="false">http://richardjdare.com/blog/?p=559#comment-27163</guid>
		<description><![CDATA[Solved again by using 24bits PNG&#039;s instead of 8... sorry for the spamming.]]></description>
		<content:encoded><![CDATA[<p>Solved again by using 24bits PNG&#8217;s instead of 8&#8230; sorry for the spamming.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on AtlasMaker 0.7 &#8211; Make Texture Atlases in Photoshop by Kevin</title>
		<link>http://richardjdare.com/blog/2012/11/atlasmaker-0-7-make-texture-atlases-in-photoshop/#comment-27162</link>
		<dc:creator>Kevin</dc:creator>
		<pubDate>Fri, 07 Dec 2012 16:53:03 +0000</pubDate>
		<guid isPermaLink="false">http://richardjdare.com/blog/?p=559#comment-27162</guid>
		<description><![CDATA[Solved by manually &quot;unlocking&quot; the only layer of all my PNG&#039;s (colors set to RGB then unlock and save). Strange...]]></description>
		<content:encoded><![CDATA[<p>Solved by manually &#8220;unlocking&#8221; the only layer of all my PNG&#8217;s (colors set to RGB then unlock and save). Strange&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on AtlasMaker 0.7 &#8211; Make Texture Atlases in Photoshop by Kevin</title>
		<link>http://richardjdare.com/blog/2012/11/atlasmaker-0-7-make-texture-atlases-in-photoshop/#comment-27158</link>
		<dc:creator>Kevin</dc:creator>
		<pubDate>Fri, 07 Dec 2012 16:10:46 +0000</pubDate>
		<guid isPermaLink="false">http://richardjdare.com/blog/?p=559#comment-27158</guid>
		<description><![CDATA[Hi Richard,
Since AtlasMaker is a gift you make to the world, I can&#039;t really ask for support, but anyway I&#039;m doing it because your tool sounds fabulous :)
My problem: AtlasMaker generate an empty image in photoshop and open the first image of the folder, that&#039;s all.
My try: I use two 177x64px images, I&#039;ve tried different options (merge, background, etc...) but nothing works.
My configuration: OSX lion, topshop 5.1]]></description>
		<content:encoded><![CDATA[<p>Hi Richard,<br />
Since AtlasMaker is a gift you make to the world, I can&#8217;t really ask for support, but anyway I&#8217;m doing it because your tool sounds fabulous <img src='http://richardjdare.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
My problem: AtlasMaker generate an empty image in photoshop and open the first image of the folder, that&#8217;s all.<br />
My try: I use two 177x64px images, I&#8217;ve tried different options (merge, background, etc&#8230;) but nothing works.<br />
My configuration: OSX lion, topshop 5.1</p>
]]></content:encoded>
	</item>
</channel>
</rss>
