<?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: Divide my photos into separate files</title>
	<link>http://ask.metafilter.com/106629/Divide-my-photos-into-separate-files/</link>
	<description>Comments on Ask MetaFilter post Divide my photos into separate files</description>
	<pubDate>Wed, 12 Nov 2008 12:40:53 -0800</pubDate>
	<lastBuildDate>Wed, 12 Nov 2008 12:40:53 -0800</lastBuildDate>
	<language>en-us</language>
	<docs>http://blogs.law.harvard.edu/tech/rss</docs>
	<ttl>60</ttl>

	<item>
		<title>Question: Divide my photos into separate files</title>
		<link>http://ask.metafilter.com/106629/Divide-my-photos-into-separate-files</link>	
		<description>Is there a faster way to split a photo into pieces and save it as individual files? (possible photoshop batch question)

 &lt;br /&gt;&lt;br /&gt; I have about 300 photos that were scanned using a flatbed scanner.  To save time, they were scanned 8 at a time, leaving me with about 35 jpegs  that each have 8 photos on a page.  I want to split these into individual files for a slideshow, so using photoshop CS3 I have been selecting each individual photo out of the page of 8 photos, opening a new document, pasting the photo, and saving it into a folder. This is obviously taking forever.  Is there a faster way?</description>
		<guid isPermaLink="false">post:ask.metafilter.com,2008:site.106629</guid>
		<pubDate>Wed, 12 Nov 2008 11:58:24 -0800</pubDate>
		<dc:creator>mjcon</dc:creator>
		
			<category>photoshop</category>
		
			<category>batch</category>
		
			<category>cs3</category>
		
			<category>automate</category>
		
	</item> <item>
		<title>By: i_love_squirrels</title>
		<link>http://ask.metafilter.com/106629/Divide-my-photos-into-separate-files#1538497</link>	
		<description>You could use slices to cut it up however you want and then go to Save for web and select jpg for your output.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.106629-1538497</guid>
		<pubDate>Wed, 12 Nov 2008 12:40:53 -0800</pubDate>
		<dc:creator>i_love_squirrels</dc:creator>
	</item><item>
		<title>By: demiurge</title>
		<link>http://ask.metafilter.com/106629/Divide-my-photos-into-separate-files#1538518</link>	
		<description>If you&apos;re comfortable writing scripts, you could do it with &lt;a href=&quot;http://www.imagemagick.org/script/index.php&quot;&gt;ImageMagick&lt;/a&gt;.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.106629-1538518</guid>
		<pubDate>Wed, 12 Nov 2008 13:02:16 -0800</pubDate>
		<dc:creator>demiurge</dc:creator>
	</item><item>
		<title>By: chrisamiller</title>
		<link>http://ask.metafilter.com/106629/Divide-my-photos-into-separate-files#1538632</link>	
		<description>Seconding imagemagick  Easy to plug together with a bash script.  The basic format will be something like:&lt;br&gt;
&lt;br&gt;
convert -crop 200x100+300+400 image.jpg image_cropped.jpg&lt;br&gt;
&lt;br&gt;
&lt;a href=&quot;http://www.geom.uiuc.edu/events/courses/1996/cmwh/Stills/manipulating.html#Cropping&quot;&gt;See also&lt;/a&gt;</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.106629-1538632</guid>
		<pubDate>Wed, 12 Nov 2008 14:35:22 -0800</pubDate>
		<dc:creator>chrisamiller</dc:creator>
	</item><item>
		<title>By: chrisamiller</title>
		<link>http://ask.metafilter.com/106629/Divide-my-photos-into-separate-files#1538638</link>	
		<description>Might as well give you a script too.  Once you play with one image and find the proper coordinates to crop at, for each of the images, you can do something like this from a mac/linux/cygwin command line:&lt;br&gt;
&lt;pre&gt;&lt;br&gt;
for i in *.jpg;do&lt;br&gt;
convert -crop 200x200+0+0 $i.jpg $i_cropped1.jpg&lt;br&gt;
convert -crop 200x200+0+200 $i.jpg $i_cropped2.jpg&lt;br&gt;
. . .&lt;br&gt;
convert -crop 200x200+400+400 $i.jpg $i_cropped8.jpg&lt;br&gt;
done&lt;/pre&gt;&lt;br&gt;
(Adjust the parameters appropriately)</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.106629-1538638</guid>
		<pubDate>Wed, 12 Nov 2008 14:39:42 -0800</pubDate>
		<dc:creator>chrisamiller</dc:creator>
	</item><item>
		<title>By: PueExMachina</title>
		<link>http://ask.metafilter.com/106629/Divide-my-photos-into-separate-files#1538804</link>	
		<description>If the files are really big and the slices are really small, imagemagick can be a really bad idea. Something that only has to read the image file once, like a python script using &lt;a href=&quot;http://www.pythonware.com/products/pil/&quot;&gt;PIL&lt;/a&gt; (&lt;a href=&quot;http://pastebin.com/m1da6b595&quot;&gt;e.g.&lt;/a&gt;) can be much faster.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.106629-1538804</guid>
		<pubDate>Wed, 12 Nov 2008 16:50:50 -0800</pubDate>
		<dc:creator>PueExMachina</dc:creator>
	</item>
	</channel>
</rss>
