<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:admin="http://webns.net/mvcb/"
     xmlns:content="http://purl.org/rss/1.0/modules/content/"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
	<channel> 

	<title>Comments on: converting .PSD files into .PNG files?</title>
	<link>http://ask.metafilter.com/55269/converting-PSD-files-into-PNG-files/</link>
	<description>Comments on Ask MetaFilter post converting .PSD files into .PNG files?</description>
	<pubDate>Wed, 17 Jan 2007 22:38:37 -0800</pubDate>
	<lastBuildDate>Wed, 17 Jan 2007 22:38:37 -0800</lastBuildDate>
	<language>en-us</language>
	<docs>http://blogs.law.harvard.edu/tech/rss</docs>
	<ttl>60</ttl>

	<item>
		<title>Question: converting .PSD files into .PNG files?</title>
		<link>http://ask.metafilter.com/55269/converting-PSD-files-into-PNG-files</link>	
		<description>What&apos;s the best automated way to convert multilayer .PSD files into multiple .PNG files, for the video game I&apos;m developing? &lt;br /&gt;&lt;br /&gt; I&apos;m working on a computer game with an awesome artist.  Said artist sends me her art as .PSD files with multiple layers in them.&lt;br&gt;
&lt;br&gt;
My game needs .PNG files, with intact alpha channels, and sizes that are powers-of-two (16, 32, 64, 128, etc.)&lt;br&gt;
&lt;br&gt;
I&apos;m using Paint Shop Pro 7, which I&apos;ve generally been very happy with, but it&apos;s not set up to do this without a lot of clicking and typing, and this artist is very prolific.  So I&apos;m looking for a better way/tool/source.</description>
		<guid isPermaLink="false">post:ask.metafilter.com,2007:site.55269</guid>
		<pubDate>Wed, 17 Jan 2007 22:26:03 -0800</pubDate>
		<dc:creator>Emera Gratia</dc:creator>
		
			<category>artediting</category>
		
			<category>paintshoppro</category>
		
			<category>gamedevelopment</category>
		
	</item> <item>
		<title>By: roomwithaview</title>
		<link>http://ask.metafilter.com/55269/converting-PSD-files-into-PNG-files#831647</link>	
		<description>Use Adobe Photoshop and you can automate repetitive tasks using &lt;a href=&quot;http://www.peachpit.com/articles/article.asp?p=434249&amp;rl=1&quot;&gt;Photoshop Actions&lt;/a&gt;.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.55269-831647</guid>
		<pubDate>Wed, 17 Jan 2007 22:38:37 -0800</pubDate>
		<dc:creator>roomwithaview</dc:creator>
	</item><item>
		<title>By: Steven C. Den Beste</title>
		<link>http://ask.metafilter.com/55269/converting-PSD-files-into-PNG-files#831658</link>	
		<description>I don&apos;t think that&apos;s a very helpful suggestion. PSP also has a scripting tool, but the problem is that what he&apos;s trying to do &lt;i&gt;isn&apos;t&lt;/i&gt; &quot;repetitive&quot;. Each operation is similar but every one has unique elements (to wit, the filename he wants to save to).</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.55269-831658</guid>
		<pubDate>Wed, 17 Jan 2007 22:59:03 -0800</pubDate>
		<dc:creator>Steven C. Den Beste</dc:creator>
	</item><item>
		<title>By: doctor_negative</title>
		<link>http://ask.metafilter.com/55269/converting-PSD-files-into-PNG-files#831660</link>	
		<description>Actions might get you part of the way there but probably won&apos;t be flexible enough to do what you want. If you&apos;re good with Javascript or VBScript, you can probably write a script to do what you need to do. Photoshop is scriptable and supports both languages, as well as Applescript if you&apos;re on a Mac.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.55269-831660</guid>
		<pubDate>Wed, 17 Jan 2007 23:02:48 -0800</pubDate>
		<dc:creator>doctor_negative</dc:creator>
	</item><item>
		<title>By: Blazecock Pileon</title>
		<link>http://ask.metafilter.com/55269/converting-PSD-files-into-PNG-files#831663</link>	
		<description>&lt;i&gt;Each operation is similar but every one has unique elements (to wit, the filename he wants to save to).&lt;/i&gt;&lt;br&gt;
&lt;br&gt;
Uh, actions can save to filenames with field replacement in &lt;a href=&quot;http://www.cellbio.duke.edu/faculty/klingensmith/Adobe%20Photoshop%207/Help/help.html&quot;&gt;batch mode&lt;/a&gt;.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.55269-831663</guid>
		<pubDate>Wed, 17 Jan 2007 23:06:03 -0800</pubDate>
		<dc:creator>Blazecock Pileon</dc:creator>
	</item><item>
		<title>By: Emera Gratia</title>
		<link>http://ask.metafilter.com/55269/converting-PSD-files-into-PNG-files#831672</link>	
		<description>Well, if I HAVE to pay for a copy of Photoshop, I guess I will, but with my considerable C++ experience, I&apos;d almost rather code a solution (though I haven&apos;t found good code/specs on PSD files).&lt;br&gt;
&lt;br&gt;
I guess I was hoping some other game developer had run into the same problem and created a specialized art tool that was good at this.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.55269-831672</guid>
		<pubDate>Wed, 17 Jan 2007 23:11:57 -0800</pubDate>
		<dc:creator>Emera Gratia</dc:creator>
	</item><item>
		<title>By: tumble</title>
		<link>http://ask.metafilter.com/55269/converting-PSD-files-into-PNG-files#831677</link>	
		<description>&lt;a href=&quot;http://www.imagemagick.org&quot;&gt;ImageMagick&lt;/a&gt; is a wonderful command line tool and application library and it can do some very sophisticated things with images. I believe that it can manipulate PSD layers to some extent.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.55269-831677</guid>
		<pubDate>Wed, 17 Jan 2007 23:30:17 -0800</pubDate>
		<dc:creator>tumble</dc:creator>
	</item><item>
		<title>By: -harlequin-</title>
		<link>http://ask.metafilter.com/55269/converting-PSD-files-into-PNG-files#831687</link>	
		<description>&lt;i&gt;I was hoping some other game developer had run into the same problem&lt;/i&gt;&lt;br&gt;
&lt;br&gt;
This aspect of the problem doesn&apos;t crop up much because generally, it&apos;s part of the game artist&apos;s job to deliver the art in the exact correct size and format, ready to drop directly into the game. &lt;br&gt;
&lt;br&gt;
Another option might be paying your layabout cousin a small amount to do a batch of them for you, but that&apos;s probably more hassle than it&apos;s worth.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.55269-831687</guid>
		<pubDate>Thu, 18 Jan 2007 00:20:22 -0800</pubDate>
		<dc:creator>-harlequin-</dc:creator>
	</item><item>
		<title>By: blenderfish</title>
		<link>http://ask.metafilter.com/55269/converting-PSD-files-into-PNG-files#831698</link>	
		<description>Yeah. First of all, usually artists &lt;i&gt;want&lt;/i&gt; exact control over what gets exported into the game engine. Secondly, if the artist wants to work professionally in games, being able to save out, say, targas, with the appropriate alpha channel and sizing is part of the skill set she&apos;ll need. In a typical workflow, she&apos;ll iterate over a single piece of artwork: edit it, export it, see what it looks like in game, edit it again, export it again, etc. (In fact, if you can get her set up to iterate like this, your game will probably look better as a result.)</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.55269-831698</guid>
		<pubDate>Thu, 18 Jan 2007 00:45:55 -0800</pubDate>
		<dc:creator>blenderfish</dc:creator>
	</item><item>
		<title>By: Ookseer</title>
		<link>http://ask.metafilter.com/55269/converting-PSD-files-into-PNG-files#831713</link>	
		<description>I agree, this is something your artist should do.&lt;br&gt;
&lt;br&gt;
An artist that provides content needing an unexpected (and not simple) conversion of their art before it&apos;s usable is not &quot;an awesome artist&quot;.   It&apos;s in my artists contracts that they must provide art that fits into the work flow.  As &lt;b&gt;blenderfish&lt;/b&gt; said, artists want that level of control.  The last thing they want is a programmer screwing with it.&lt;br&gt;
&lt;br&gt;
But if your artist got hit by a bus and you don&apos;t have money to hire a production artist to do the conversion, &lt;a href=&quot;http://www.imagemagick.org/&quot;&gt;ImageMagick&lt;/a&gt;.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.55269-831713</guid>
		<pubDate>Thu, 18 Jan 2007 01:44:03 -0800</pubDate>
		<dc:creator>Ookseer</dc:creator>
	</item><item>
		<title>By: kisch mokusch</title>
		<link>http://ask.metafilter.com/55269/converting-PSD-files-into-PNG-files#831764</link>	
		<description>Tell said artist to run &lt;a href=&quot;http://www.kirupa.com/motiongraphics/scripting6_2.htm&quot;&gt;this script&lt;/a&gt; on her photoshop, which will export all the layers as separate PNG files.&lt;br&gt;
&lt;br&gt;
I tried finding a solution with ImageJ, but couldn&apos;t work it (though I&apos;m sure it&apos;s possible).</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.55269-831764</guid>
		<pubDate>Thu, 18 Jan 2007 04:57:50 -0800</pubDate>
		<dc:creator>kisch mokusch</dc:creator>
	</item><item>
		<title>By: mkultra</title>
		<link>http://ask.metafilter.com/55269/converting-PSD-files-into-PNG-files#831935</link>	
		<description>&lt;i&gt;n&lt;/i&gt;thing that this should be the artist&apos;s job, not yours.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.55269-831935</guid>
		<pubDate>Thu, 18 Jan 2007 09:04:12 -0800</pubDate>
		<dc:creator>mkultra</dc:creator>
	</item>
	</channel>
</rss>
