<?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: Photoshop Automation Inquiry</title>
	<atom:link href="http://simplebits.com/notebook/2005/08/22/automate/feed/" rel="self" type="application/rss+xml" />
	<link>http://simplebits.com/notebook/2005/08/22/automate/</link>
	<description>Handcrafted pixels &#38; text from Salem, Massachusetts.</description>
	<lastBuildDate>Tue, 08 Dec 2009 23:15:49 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
	<item>
		<title>By: Chris Brandt</title>
		<link>http://simplebits.com/notebook/2005/08/22/automate/#comment-8685</link>
		<dc:creator>Chris Brandt</dc:creator>
		<pubDate>Sun, 04 Sep 2005 07:58:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.simplebits.com/wp/notebook/2005/08/22/automate/#comment-8685</guid>
		<description>Any chance of getting a preview? I was about to purchase Stockholm... but I&#039;d like to see the new set before making a decision... :)
</description>
		<content:encoded><![CDATA[<p>Any chance of getting a preview? I was about to purchase Stockholm&#8230; but I&#8217;d like to see the new set before making a decision&#8230; :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Adams</title>
		<link>http://simplebits.com/notebook/2005/08/22/automate/#comment-8684</link>
		<dc:creator>Chris Adams</dc:creator>
		<pubDate>Sun, 04 Sep 2005 05:39:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.simplebits.com/wp/notebook/2005/08/22/automate/#comment-8684</guid>
		<description>I was thinking about what you were trying to say and the only thing I could figure is when you make the icons and have it in the PSD file have it sliced up into the 16x16 px., or how ever big it maybe. Then name the individual squares to the name they should be, So the person can open it up and change the background of the icon then &#039;Save to Web&#039; and save Images only. (S)he will then have a set of icons seperated with matching backgrounds.
It will take a little bit off effort to do this, but it will get the job done, but if you work hard now it will be easier at the end, or when you are in the action.
</description>
		<content:encoded><![CDATA[<p>I was thinking about what you were trying to say and the only thing I could figure is when you make the icons and have it in the PSD file have it sliced up into the 16&#215;16 px., or how ever big it maybe. Then name the individual squares to the name they should be, So the person can open it up and change the background of the icon then &#8216;Save to Web&#8217; and save Images only. (S)he will then have a set of icons seperated with matching backgrounds.<br />
It will take a little bit off effort to do this, but it will get the job done, but if you work hard now it will be easier at the end, or when you are in the action.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeffrey Tranberry</title>
		<link>http://simplebits.com/notebook/2005/08/22/automate/#comment-8683</link>
		<dc:creator>Jeffrey Tranberry</dc:creator>
		<pubDate>Fri, 26 Aug 2005 22:29:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.simplebits.com/wp/notebook/2005/08/22/automate/#comment-8683</guid>
		<description>Dan, you should be able to modify the export layers script that ships with PS to use Save For Web for the GIF export step you want. You&#039;ll have to use PS&#039;s ScriptingListener plug-in to generate the Save For Web step though. Another, although expensive, option would be to use Adobe Graphic Server.
I would use a color overlay style instead of the paint bucket tool as it&#039;s less destructive and you can capture the style and/or additional visibility changes using Layer Comps (PS or IR) or Rollover States(IR).
You could then write a script to save out the comps to GIF.
Using Variables might also be an option for you. Image&gt;Variables and File&gt;Export Data Sets...
</description>
		<content:encoded><![CDATA[<p>Dan, you should be able to modify the export layers script that ships with PS to use Save For Web for the GIF export step you want. You&#8217;ll have to use PS&#8217;s ScriptingListener plug-in to generate the Save For Web step though. Another, although expensive, option would be to use Adobe Graphic Server.<br />
I would use a color overlay style instead of the paint bucket tool as it&#8217;s less destructive and you can capture the style and/or additional visibility changes using Layer Comps (PS or IR) or Rollover States(IR).<br />
You could then write a script to save out the comps to GIF.<br />
Using Variables might also be an option for you. Image>Variables and File>Export Data Sets&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan Cederholm</title>
		<link>http://simplebits.com/notebook/2005/08/22/automate/#comment-8682</link>
		<dc:creator>Dan Cederholm</dc:creator>
		<pubDate>Fri, 26 Aug 2005 20:01:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.simplebits.com/wp/notebook/2005/08/22/automate/#comment-8682</guid>
		<description>&lt;a href=&quot;#comment26&quot; rel=&quot;nofollow&quot;&gt;Kay&lt;/a&gt; and &lt;a href=&quot;#comment27&quot; rel=&quot;nofollow&quot;&gt;Chris&lt;/a&gt; -- &lt;em&gt;Awesome.&lt;/em&gt; Either one of these seems to do almost exactly what I need.  Thanks much!  And also cool for anyone else that&#039;s looking to do something similar.  I&#039;m amazed by the simplicity of the code that&#039;s needed.  Either one is really compact.  Nice job.
</description>
		<content:encoded><![CDATA[<p><a href="#comment26" rel="nofollow">Kay</a> and <a href="#comment27" rel="nofollow">Chris</a> &#8212; <em>Awesome.</em> Either one of these seems to do almost exactly what I need.  Thanks much!  And also cool for anyone else that&#8217;s looking to do something similar.  I&#8217;m amazed by the simplicity of the code that&#8217;s needed.  Either one is really compact.  Nice job.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mukund</title>
		<link>http://simplebits.com/notebook/2005/08/22/automate/#comment-8681</link>
		<dc:creator>Mukund</dc:creator>
		<pubDate>Fri, 26 Aug 2005 15:48:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.simplebits.com/wp/notebook/2005/08/22/automate/#comment-8681</guid>
		<description>Dan,
On a sidenote, why not create these icons in the SVG format as other icon designers seem to do these days, using a program such as &lt;a href=&quot;http://www.inkscape.org/&quot; rel=&quot;nofollow&quot;&gt;Inkscape&lt;/a&gt;? This way a web developer can edit colours freely, change the shape of the graphics, resize them conveniently, etc.
</description>
		<content:encoded><![CDATA[<p>Dan,<br />
On a sidenote, why not create these icons in the SVG format as other icon designers seem to do these days, using a program such as <a href="http://www.inkscape.org/" rel="nofollow">Inkscape</a>? This way a web developer can edit colours freely, change the shape of the graphics, resize them conveniently, etc.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://simplebits.com/notebook/2005/08/22/automate/#comment-8680</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Fri, 26 Aug 2005 14:29:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.simplebits.com/wp/notebook/2005/08/22/automate/#comment-8680</guid>
		<description>Dan,
Why not just swap the palette of your GIF images based on the color the user requests. You can do this on the server side very simply without having to hassle with ImageMagick or Photoshop.
I whipped up a demo: &lt;a href=&quot;http://fluxion.mit.edu/sng.cgi&quot; rel=&quot;nofollow&quot;&gt;The Simple Palette Swapper&lt;/a&gt; that allows you to recolor your favicon. Check it out.
Hope this helps and introduces the palette swapping technique.
Regards,
Chris
</description>
		<content:encoded><![CDATA[<p>Dan,<br />
Why not just swap the palette of your GIF images based on the color the user requests. You can do this on the server side very simply without having to hassle with ImageMagick or Photoshop.<br />
I whipped up a demo: <a href="http://fluxion.mit.edu/sng.cgi" rel="nofollow">The Simple Palette Swapper</a> that allows you to recolor your favicon. Check it out.<br />
Hope this helps and introduces the palette swapping technique.<br />
Regards,<br />
Chris</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kay Bærulfsen</title>
		<link>http://simplebits.com/notebook/2005/08/22/automate/#comment-8679</link>
		<dc:creator>Kay Bærulfsen</dc:creator>
		<pubDate>Fri, 26 Aug 2005 14:22:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.simplebits.com/wp/notebook/2005/08/22/automate/#comment-8679</guid>
		<description>Hi Dan!
Intresting topic :) I played around with GD last night, but wasnt able to get any good result with tha alphablending, so I switched to ImageMagic insted. I made a little &quot;demo&quot; in perl. (works fine in ff and opera, but not in IE :/ (well, my stuff works, but IW wont show the transparent png-image correct)).
http://www.quai.no/im/?color=ffff00
If I could get IE&#039;s &quot;AlphaImageLoader&quot; to work, it would be easy to make a web-app that generated previews of the icon-set on the fly (using javascript).
If you need a helping hand, I would be more than happy to help you. (I have already bought a icon set from you, and are just waiting for more ;)
</description>
		<content:encoded><![CDATA[<p>Hi Dan!<br />
Intresting topic :) I played around with GD last night, but wasnt able to get any good result with tha alphablending, so I switched to ImageMagic insted. I made a little &#8220;demo&#8221; in perl. (works fine in ff and opera, but not in IE :/ (well, my stuff works, but IW wont show the transparent png-image correct)).<br />
<a href="http://www.quai.no/im/?color=ffff00" rel="nofollow">http://www.quai.no/im/?color=ffff00</a><br />
If I could get IE&#8217;s &#8220;AlphaImageLoader&#8221; to work, it would be easy to make a web-app that generated previews of the icon-set on the fly (using javascript).<br />
If you need a helping hand, I would be more than happy to help you. (I have already bought a icon set from you, and are just waiting for more ;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tim</title>
		<link>http://simplebits.com/notebook/2005/08/22/automate/#comment-8678</link>
		<dc:creator>tim</dc:creator>
		<pubDate>Thu, 25 Aug 2005 22:33:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.simplebits.com/wp/notebook/2005/08/22/automate/#comment-8678</guid>
		<description>@ scott:
this is marvellous !!! I&#039;d love to hear how you came up with this idea and how you managed to get it working...
@ everybody:
a web app ? again ? is this a contagious disease ? ;-)
good luck dan
</description>
		<content:encoded><![CDATA[<p>@ scott:<br />
this is marvellous !!! I&#8217;d love to hear how you came up with this idea and how you managed to get it working&#8230;<br />
@ everybody:<br />
a web app ? again ? is this a contagious disease ? ;-)<br />
good luck dan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott Meinzer</title>
		<link>http://simplebits.com/notebook/2005/08/22/automate/#comment-8677</link>
		<dc:creator>Scott Meinzer</dc:creator>
		<pubDate>Wed, 24 Aug 2005 10:50:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.simplebits.com/wp/notebook/2005/08/22/automate/#comment-8677</guid>
		<description>Like Jonic said, a php (or whatever) web app is probably the way to go.
Without much work at all it would be easy to let people pick any color they want and make the icons and then zip them up and send the person a download link (that should probably expire after so long).
The GD library included with php is actually really easy to work with.
For a fun side project I coded up: &lt;a href=&quot;http://omnidot.com/pepsi/&quot; rel=&quot;nofollow&quot;&gt;http://omnidot.com/pepsi/&lt;/a&gt;
Basically it takes zip codes and plots them on a map and outputs the map as a transparent png.  The code that makes the map is 27 lines long. (with normal indenting and all)
If you need any help just email away.
</description>
		<content:encoded><![CDATA[<p>Like Jonic said, a php (or whatever) web app is probably the way to go.<br />
Without much work at all it would be easy to let people pick any color they want and make the icons and then zip them up and send the person a download link (that should probably expire after so long).<br />
The GD library included with php is actually really easy to work with.<br />
For a fun side project I coded up: <a href="http://omnidot.com/pepsi/" rel="nofollow">http://omnidot.com/pepsi/</a><br />
Basically it takes zip codes and plots them on a map and outputs the map as a transparent png.  The code that makes the map is 27 lines long. (with normal indenting and all)<br />
If you need any help just email away.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom</title>
		<link>http://simplebits.com/notebook/2005/08/22/automate/#comment-8676</link>
		<dc:creator>Tom</dc:creator>
		<pubDate>Wed, 24 Aug 2005 00:38:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.simplebits.com/wp/notebook/2005/08/22/automate/#comment-8676</guid>
		<description>Because ImageReady is stupid, I think you have to set your compression settings on a palet thats probably hidden and then do &quot;Save Optimised as&quot;.
</description>
		<content:encoded><![CDATA[<p>Because ImageReady is stupid, I think you have to set your compression settings on a palet thats probably hidden and then do &#8220;Save Optimised as&#8221;.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

