<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Random thoughts of an overloaded mind &#187; java</title>
	<atom:link href="http://blog.amarkulo.com/tag/java/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.amarkulo.com</link>
	<description>Yet another technical blog about iOS, Windows, Linux, Arduino and everything else</description>
	<lastBuildDate>Tue, 13 Dec 2011 16:56:28 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Sorting of images by creation date from EXIF</title>
		<link>http://blog.amarkulo.com/sorting-of-images-based-on-creation-date-from-exif</link>
		<comments>http://blog.amarkulo.com/sorting-of-images-based-on-creation-date-from-exif#comments</comments>
		<pubDate>Tue, 15 Sep 2009 10:50:44 +0000</pubDate>
		<dc:creator>amar</dc:creator>
				<category><![CDATA[Photography]]></category>
		<category><![CDATA[Tips and tricks]]></category>
		<category><![CDATA[exif]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Mac tips]]></category>
		<category><![CDATA[My photo eye]]></category>
		<category><![CDATA[sorting]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://blog.amarkulo.com/?p=231</guid>
		<description><![CDATA[In my working with photographs the first step in postprocessing is moving them from memory card to pc. Usually this is done via Adobe Bridge and it works like a charm, new folders are being created based by date, files &#8230; <a href="http://blog.amarkulo.com/sorting-of-images-based-on-creation-date-from-exif">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>In my working with photographs the first step in postprocessing is moving them from memory card to pc. Usually this is done via Adobe Bridge and it works like a charm, new folders are being created based by date, files renamed and so on, but Adobe bridge lacks a support for importing folders from hdd as source folders which is option that I need right now, as I have founded on my hdd that I have lot of images that are coppied from memory card directly to hdd as they were created on card.</p>
<p>This brings me to the problem that I have lot of folders with lot of images without any order. This has begun to frustrate me, so I started to write program that will sort them based on exif in respective folders, but one night while reading <a title="Dpreview forums" href="http://forums.dpreview.com">DPreview</a> forum I have founded link to one program that can do exactly what I want on the way I want.</p>
<p>The program is called DIM or Digital Image Mover. It&#8217;s exactly what it&#8217;s name says, image mover from one place to another. It doesn&#8217;t do anything more, just move/copy images from one place to another in the respective folders that are created by the date template that you provide.</p>
<p>Program is written in Java so it works on all platforms that have support for JRE &#8211; Java Runtime Enviroment and so far I have tested it on Mac OS and Windows without any problems.</p>
<p>It has support for all major raw files (NEF, CR2, CRW), jpeg, tiff, png and so on.</p>
<p>Here is a <a title="DIM: Digital Image Mover" href="http://www.alanlight.com/dim/Dim.htm">link</a> to the site of the Alan Light who is author of the program, where you can find the latest version (4.0 at the moment), download it and send donation to author of the program.</p>
<hr>
<p><div class="entry-utility">If you don't already have a <a href="http://db.tt/aqrG0tY">Dropbox</a> account then you can create it by clicking on my <a href="http://db.tt/aqrG0tY">affiliate link</a>. You will receive 2GB free account + 250 MB extra and I will receive 250 MB as well. Win-Win :-)</div></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.amarkulo.com/sorting-of-images-based-on-creation-date-from-exif/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

