<?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: image packing algorithm for photoshop</title>
	<link>http://ask.metafilter.com/227558/image-packing-algorithm-for-photoshop/</link>
	<description>Comments on Ask MetaFilter post image packing algorithm for photoshop</description>
	<pubDate>Fri, 26 Oct 2012 23:52:02 -0800</pubDate>
	<lastBuildDate>Sat, 27 Oct 2012 00:40:10 -0800</lastBuildDate>
	<language>en-us</language>
	<docs>http://blogs.law.harvard.edu/tech/rss</docs>
	<ttl>60</ttl>

	<item>
		<title>Question: image packing algorithm for photoshop</title>
		<link>http://ask.metafilter.com/227558/image-packing-algorithm-for-photoshop</link>	
		<description>I have 200 scanned images of matchboxes. The matchboxes have different dimensions. I want to arrange the images automatically, with as few gaps as possible, into a large image to be printed as a poster. I think what I need is a &quot;packing algorithm&quot; but I don&apos;t know how to proceed. Is there a way I can do this automagically in Photoshop or with an existing freeware program? I don&apos;t need any special effects, just to simply arrange the images with the most efficient use of space.</description>
		<guid isPermaLink="false">post:ask.metafilter.com,2012:site.227558</guid>
		<pubDate>Fri, 26 Oct 2012 23:52:02 -0800</pubDate>
		<dc:creator>Infernarl</dc:creator>
		
			<category>images</category>
		
			<category>photoshop</category>
		
			<category>collage</category>
		
			<category>automatic</category>
		
			<category>packing</category>
		
	</item>
	<item>
		<title>By: xyzzy</title>
		<link>http://ask.metafilter.com/227558/image-packing-algorithm-for-photoshop#3293253</link>	
		<description>Maybe Picasa&apos;s &lt;a href=&quot;http://support.google.com/picasa/bin/answer.py?hl=en&amp;answer=19539&quot;&gt;image collage feature&lt;/a&gt;?</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2012:site.227558-3293253</guid>
		<pubDate>Sat, 27 Oct 2012 00:40:10 -0800</pubDate>
		<dc:creator>xyzzy</dc:creator>
	</item><item>
		<title>By: zinon</title>
		<link>http://ask.metafilter.com/227558/image-packing-algorithm-for-photoshop#3293254</link>	
		<description>The term you are looking for is nesting (&lt;a href=&quot;http://en.wikipedia.org/wiki/Nesting_%28process%29&quot;&gt;wikipedia&lt;/a&gt;).  A search for image nesting software (&lt;a href=&quot;https://www.google.com/search?hl=en&amp;safe=off&amp;client=firefox-a&amp;hs=hwM&amp;rls=org.mozilla%3Aen-US%3Aofficial&amp;q=image+nesting+software&amp;oq=image+nesting+&amp;gs_l=serp.1.0.0j0i10i30j0i30.14723.14723.0.16789.1.1.0.0.0.0.129.129.0j1.1.0.les%3B..0.0...1c.1.eR8j42_IoFM&quot;&gt;google&lt;/a&gt;) turns up several different options.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2012:site.227558-3293254</guid>
		<pubDate>Sat, 27 Oct 2012 00:41:30 -0800</pubDate>
		<dc:creator>zinon</dc:creator>
	</item><item>
		<title>By: ouke</title>
		<link>http://ask.metafilter.com/227558/image-packing-algorithm-for-photoshop#3293260</link>	
		<description>in photoshop this can be done with file &amp;gt; automate &amp;gt; contact sheet</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2012:site.227558-3293260</guid>
		<pubDate>Sat, 27 Oct 2012 01:22:33 -0800</pubDate>
		<dc:creator>ouke</dc:creator>
	</item><item>
		<title>By: Lanark</title>
		<link>http://ask.metafilter.com/227558/image-packing-algorithm-for-photoshop#3293324</link>	
		<description>The problem with using a nesting algorithm is that it will arrange everything in straight rows and columns like a contact sheet, which is a rather dull layout for a poster. If you look at &lt;a href=&quot;http://www.hepplestonefineart.com/shop/sir_peter_blake_matchboxes_II_lg.jpg&quot;&gt;Peter Blakes matchbox pictures&lt;/a&gt; he alternates between vertical and horizontal placement so that the slight differences in size don&apos;t really matter.&lt;br&gt;
&lt;br&gt;
Also unless they are all the same colour you will probably want to swap them around manually to get a decent colour balance.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2012:site.227558-3293324</guid>
		<pubDate>Sat, 27 Oct 2012 06:33:33 -0800</pubDate>
		<dc:creator>Lanark</dc:creator>
	</item><item>
		<title>By: samj</title>
		<link>http://ask.metafilter.com/227558/image-packing-algorithm-for-photoshop#3293331</link>	
		<description>This is a common thing in game development (or other 3d texture work), sometimes called texture packing, where you want to get as many images onto one 2d texture as you can.&lt;br&gt;
&lt;br&gt;
There are various tools available, if you&apos;re on Windows I&apos;ve used this one before and it worked fine for me: &lt;a href=&quot;http://www.garagegames.com/community/forums/viewthread/106183/1&quot;&gt;unchaos [garagegames.com]&lt;/a&gt;&lt;br&gt;
(Make sure your output image is big enough to hold everything!)&lt;br&gt;
&lt;br&gt;
It will just try and pack everything together as efficiently as possible, so it depends how artistic you are trying to make your poster (however if you set a decent border around each one then add a background and drop shadows in photoshop it could still look quite nice).</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2012:site.227558-3293331</guid>
		<pubDate>Sat, 27 Oct 2012 06:45:34 -0800</pubDate>
		<dc:creator>samj</dc:creator>
	</item><item>
		<title>By: rokusan</title>
		<link>http://ask.metafilter.com/227558/image-packing-algorithm-for-photoshop#3293883</link>	
		<description>If this is an artistic effort (rather than, say, an insurance record), then don&apos;t you really want to do it by hand, so that you can control the color and theme aspects of each tile?&lt;br&gt;
&lt;br&gt;
Sure, it&apos;s an afternoon&apos;s work, but fiddling around with automation tools will take that long anyway.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2012:site.227558-3293883</guid>
		<pubDate>Sat, 27 Oct 2012 22:07:33 -0800</pubDate>
		<dc:creator>rokusan</dc:creator>
	</item>
	</channel>
</rss>
