<?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: Tile images in Imagemagick to create CSS sprites</title>
	<atom:link href="http://likesalmon.net/tile-images-in-imagemagick-to-create-css-sprites/feed/" rel="self" type="application/rss+xml" />
	<link>http://likesalmon.net/tile-images-in-imagemagick-to-create-css-sprites/</link>
	<description>Web development for designers</description>
	<lastBuildDate>Fri, 16 Dec 2011 11:37:30 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: Evan</title>
		<link>http://likesalmon.net/tile-images-in-imagemagick-to-create-css-sprites/comment-page-1/#comment-129</link>
		<dc:creator>Evan</dc:creator>
		<pubDate>Tue, 15 Jun 2010 15:29:11 +0000</pubDate>
		<guid isPermaLink="false">http://likesalmon.net/?p=350#comment-129</guid>
		<description>Use &#039;seq&#039; with backticks and  save a line and some thinking:

for i in `seq 1 3`; 
do 
montage -background transparent -tile 1x2 -geometry +0+2 menu_img${i}.gif menu_img${i}_on.gif menu_img${i}_sprite.gif
done


OS X doesn&#039;t come with seq by default, but linux does and there are seq builds available for OS X.</description>
		<content:encoded><![CDATA[<p>Use &#8216;seq&#8217; with backticks and  save a line and some thinking:</p>
<p>for i in `seq 1 3`;<br />
do<br />
montage -background transparent -tile 1&#215;2 -geometry +0+2 menu_img${i}.gif menu_img${i}_on.gif menu_img${i}_sprite.gif<br />
done</p>
<p>OS X doesn&#8217;t come with seq by default, but linux does and there are seq builds available for OS X.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

