<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/"><channel><title>Photography</title><link>http://blog.eqinox.net/alcedo/category/1.aspx</link><description>Photography</description><managingEditor>Fredrik Mörk</managingEditor><dc:language>sv-SE</dc:language><generator>.Text Version 0.95.2004.102</generator><item><dc:creator>Fredrik Mörk</dc:creator><title>Objektiv till salu</title><link>http://blog.eqinox.net/alcedo/archive/2008/03/23/1920.aspx</link><pubDate>Sun, 23 Mar 2008 11:14:00 GMT</pubDate><guid>http://blog.eqinox.net/alcedo/archive/2008/03/23/1920.aspx</guid><wfw:comment>http://blog.eqinox.net/alcedo/comments/1920.aspx</wfw:comment><comments>http://blog.eqinox.net/alcedo/archive/2008/03/23/1920.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.eqinox.net/alcedo/comments/commentRss/1920.aspx</wfw:commentRss><trackback:ping>http://blog.eqinox.net/alcedo/services/trackbacks/1920.aspx</trackback:ping><description>Jag har bestämt mig för att sälja mitt 70-200/2.8, för att finansiera ett nytt stativ. &lt;a href="http://www.alcedo.com/forsale/sigma70200.htm"&gt;Klicka här om du är intresserad&lt;/a&gt;.&lt;img src ="http://blog.eqinox.net/alcedo/aggbug/1920.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>Fredrik Mörk</dc:creator><title>Exiftool</title><link>http://blog.eqinox.net/alcedo/archive/2007/08/18/1846.aspx</link><pubDate>Sat, 18 Aug 2007 12:39:00 GMT</pubDate><guid>http://blog.eqinox.net/alcedo/archive/2007/08/18/1846.aspx</guid><wfw:comment>http://blog.eqinox.net/alcedo/comments/1846.aspx</wfw:comment><comments>http://blog.eqinox.net/alcedo/archive/2007/08/18/1846.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.eqinox.net/alcedo/comments/commentRss/1846.aspx</wfw:commentRss><trackback:ping>http://blog.eqinox.net/alcedo/services/trackbacks/1846.aspx</trackback:ping><description>&lt;P&gt;During the image recovery process described in the previous post, some of the retrieved images got funny names. Usually, my camera (a &lt;A href="http://www.dpreview.com/reviews/canoneos10d/"&gt;Canon EOS 10D&lt;/A&gt;) produces two files per photo when using the RAW mode. The names of these files are in the form &lt;CODE&gt;CRW_0123.CRW&lt;/CODE&gt; and &lt;CODE&gt;CRW_0123.THM&lt;/CODE&gt;. The .CRW file contains the actual image data, and the THM file is a sidecar file containing a JPG thumbnail of the photo, along with some &lt;A href="http://en.wikipedia.org/wiki/Exif"&gt;EXIF&lt;/A&gt; data. During the recovery operation I got a number of files named like this:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;V0000001.CRW
V0000002.THM
V0000003.CRW
V0000004.THM
...and so on.&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Since every second file was CRW and every other file was THM, I figured that the recovery software just didn't manage to find the file names of these files and just gave them a sequence number instead. The file formats, however, were kept intact.&lt;/P&gt;
&lt;P&gt;I wanted to restore the original file names, in order to see if there were any gaps in the file name sequence, which would indicate that there were images that were not restored. Enter &lt;A href="http://www.sno.phy.queensu.ca/~phil/exiftool/"&gt;EXIFTool&lt;/A&gt;. This is a most powerful tool when it comes to anything related to exif data.&lt;/P&gt;
&lt;P&gt;Using exiftool, I inspected the exif data of a couple of CRW and THM files and it turned out my thoughts were correct; these seemed to be file pairs belonging together. One of the exif fields is named "File Number", looking like this: 322-2254. The corresponding name of a CRW file would be CRW_2254.CRW. So, all that was needed was to extract this number from each file and renaming the file using that number. The following commands took me a bit on the way:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;exiftool.exe "-filename&amp;lt;${filenumber}.CRW" *.CRW
exiftool.exe "-filename&amp;lt;${filenumber}.THM" *.THM&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Now I had a sequence of files named like this instead:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;322-2254.CRW
322-2254.THM
322-2255.CRW
322-2255.THM
...and so on.&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;To completely restore the filenames, a simple rename command was used:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;ren ????????.* CRW_????.*&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;There, filenames restored. When copied into the archive I found that only two files were missing, and those were actually deleted by me immediately after the files were restored (they were simply too bad).&lt;/P&gt;
&lt;P&gt;I am quite sure that there is a way to do this so that all files could be handled at the same time, instead of running it once per file extension, and that would also give the files the correct names from the start, but it was not really time consuming so I decided not to dive into that at this time. If you happen to know the way to do this, feel free to post a comment.&lt;/P&gt;&lt;img src ="http://blog.eqinox.net/alcedo/aggbug/1846.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>Fredrik Mörk</dc:creator><title>PhotoRescue to the rescue</title><link>http://blog.eqinox.net/alcedo/archive/2007/08/18/1845.aspx</link><pubDate>Sat, 18 Aug 2007 08:28:00 GMT</pubDate><guid>http://blog.eqinox.net/alcedo/archive/2007/08/18/1845.aspx</guid><wfw:comment>http://blog.eqinox.net/alcedo/comments/1845.aspx</wfw:comment><comments>http://blog.eqinox.net/alcedo/archive/2007/08/18/1845.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.eqinox.net/alcedo/comments/commentRss/1845.aspx</wfw:commentRss><trackback:ping>http://blog.eqinox.net/alcedo/services/trackbacks/1845.aspx</trackback:ping><description>&lt;p&gt;
Our family is a bit scattered around the world. During the last week we have had some relatives visiting, who currently have their residences in Germany, Hungary and Australia. Needless to say, it's not often that all meet in the same spot at the same time (unless Skype is involved). So, of course there were some photos taken of the full group. Memory cards were filled, and emptied into the computer. Coming home after work one day, I was told that the card in the camera needed to be emptied. Said and done. When I got the card-reader there was a card already sitting in there. I assumed that it had been left there when I emptied it last time (I usually do not put the card into a reader unless I am emptying it). So, I took it out, put the other card in the reader, copied the files to the computer, then formatted both cards in the camera. Just to realize that the first card had NOT been emptied, and of course it contained the most important family pictures from the week; the rather rare group photo... Fortunately, no new pictures had been taken after formatting, so the card was removed from the camera and rescue attempts ensued.
&lt;/p&gt;
&lt;p&gt;
First I tried SanDisk Rescue Pro, which came bundled with a Compact Flash card a couple of years ago. It did find a good number of CRW-files on the card, but most were corrupted and could not be used by the RAW conversion software that I tried with it. It also provided the possibility to dump the contents of the card as a &lt;a href="http://en.wikipedia.org/wiki/Disk_image"&gt;disk image&lt;/a&gt; on my hard drive. Then I started searching for various free-ware and cheap recovery software. A number of them were tried, with various results. But one stood out above the others, since it was a lot faster, and also managed to locate almost all lost files. The $35 that I paid for having a full working copy of &lt;a href="http://www.datarescue.com/photorescue"&gt;PhotoRescue&lt;/a&gt; were truly very well spent.
&lt;/p&gt;
&lt;p&gt;
It provides the basic set of operations that you could need in situations like these; backup a card to a disk image and recover files from either a card or a disk image. The recovery can be done in two different ways; either the quick recovery, or the advanced. The difference is that the quick recovery will try to figure out details about the card, while advanced recover lets you specify details about how the recovery should be performed.
&lt;/p&gt;
&lt;p&gt;
To put is short; buying a license for this piece of software is money well spent.
&lt;/p&gt;&lt;img src ="http://blog.eqinox.net/alcedo/aggbug/1845.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>Fredrik Mörk</dc:creator><title>Wildlife photographer of the year</title><link>http://blog.eqinox.net/alcedo/archive/2004/10/28/238.aspx</link><pubDate>Thu, 28 Oct 2004 11:45:00 GMT</pubDate><guid>http://blog.eqinox.net/alcedo/archive/2004/10/28/238.aspx</guid><wfw:comment>http://blog.eqinox.net/alcedo/comments/238.aspx</wfw:comment><comments>http://blog.eqinox.net/alcedo/archive/2004/10/28/238.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.eqinox.net/alcedo/comments/commentRss/238.aspx</wfw:commentRss><trackback:ping>http://blog.eqinox.net/alcedo/services/trackbacks/238.aspx</trackback:ping><description>&lt;P&gt;OK, I admit, it's not me this year either. For more information, go check the &lt;A href="http://internt.nhm.ac.uk/jdsml/wildwin/2004/index.html" target=_blank&gt;Wildlife Photographer of the Year&lt;/A&gt;&amp;nbsp;web site. It features some amazing wildlife photography from various parts of the world.&lt;/P&gt;&lt;img src ="http://blog.eqinox.net/alcedo/aggbug/238.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>Fredrik Mörk</dc:creator><title>I have a dilemma...</title><link>http://blog.eqinox.net/alcedo/archive/2004/10/19/235.aspx</link><pubDate>Tue, 19 Oct 2004 19:23:00 GMT</pubDate><guid>http://blog.eqinox.net/alcedo/archive/2004/10/19/235.aspx</guid><wfw:comment>http://blog.eqinox.net/alcedo/comments/235.aspx</wfw:comment><comments>http://blog.eqinox.net/alcedo/archive/2004/10/19/235.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.eqinox.net/alcedo/comments/commentRss/235.aspx</wfw:commentRss><trackback:ping>http://blog.eqinox.net/alcedo/services/trackbacks/235.aspx</trackback:ping><description>&lt;P&gt;It's a luxury one, but still a dilemma. &lt;A href="http://blog.eqinox.net/alcedo/articles/234.aspx"&gt;I don't know which tele lens to buy&lt;/A&gt;.&lt;/P&gt;&lt;img src ="http://blog.eqinox.net/alcedo/aggbug/235.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>Fredrik Mörk</dc:creator><title>Rövarkulan</title><link>http://blog.eqinox.net/alcedo/archive/2004/10/14/226.aspx</link><pubDate>Thu, 14 Oct 2004 21:33:00 GMT</pubDate><guid>http://blog.eqinox.net/alcedo/archive/2004/10/14/226.aspx</guid><wfw:comment>http://blog.eqinox.net/alcedo/comments/226.aspx</wfw:comment><comments>http://blog.eqinox.net/alcedo/archive/2004/10/14/226.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.eqinox.net/alcedo/comments/commentRss/226.aspx</wfw:commentRss><trackback:ping>http://blog.eqinox.net/alcedo/services/trackbacks/226.aspx</trackback:ping><description>&lt;P&gt;Posted a gallery with some images from a little photo trip this sunday to a nature reserve called R&amp;#246;varkulans Naturreservat. &lt;A href="http://blog.eqinox.net/alcedo/gallery/30.aspx"&gt;You can see the gallery here&lt;/A&gt;. More images will appear on &lt;A href="http://www.alcedo.com/"&gt;alcedo.com&lt;/A&gt; when I get to them, since I am currently working through the pile of images created over the last couple of months.&lt;/P&gt;&lt;img src ="http://blog.eqinox.net/alcedo/aggbug/226.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>Fredrik Mörk</dc:creator><title>My first Iridium Flare</title><link>http://blog.eqinox.net/alcedo/archive/2004/09/10/202.aspx</link><pubDate>Fri, 10 Sep 2004 20:46:00 GMT</pubDate><guid>http://blog.eqinox.net/alcedo/archive/2004/09/10/202.aspx</guid><wfw:comment>http://blog.eqinox.net/alcedo/comments/202.aspx</wfw:comment><comments>http://blog.eqinox.net/alcedo/archive/2004/09/10/202.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.eqinox.net/alcedo/comments/commentRss/202.aspx</wfw:commentRss><trackback:ping>http://blog.eqinox.net/alcedo/services/trackbacks/202.aspx</trackback:ping><description>&lt;P&gt;&lt;A href="http://blog.eqinox.net/images/blog_eqinox_net/alcedo/18/o_CRW_8538.jpg" target=_blank&gt;&lt;IMG src="/images/blog_eqinox_net/alcedo/18/t_CRW_8538.jpg" align=right border=0&gt;&lt;/A&gt;Or rather, not the first one I see, but the first one I photograph. I got this picture of an &lt;A href="http://www.heavens-above.com/iridiumhelp.asp"&gt;Iridium Flare&lt;/A&gt; just a few minutes ago. The picture itself is not very exciting perhaps, but the flare was quite bright. The exposure time was around 30 seconds. The flare was visible around 5 seconds, which means that the the light from the surrounding stars was captured by the camera around 6 times as long time. Still the flare appears so much brighter...&lt;/P&gt;&lt;img src ="http://blog.eqinox.net/alcedo/aggbug/202.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>Fredrik Mörk</dc:creator><title>Digital Workflow</title><link>http://blog.eqinox.net/alcedo/archive/2004/09/04/157.aspx</link><pubDate>Sat, 04 Sep 2004 23:09:00 GMT</pubDate><guid>http://blog.eqinox.net/alcedo/archive/2004/09/04/157.aspx</guid><wfw:comment>http://blog.eqinox.net/alcedo/comments/157.aspx</wfw:comment><comments>http://blog.eqinox.net/alcedo/archive/2004/09/04/157.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.eqinox.net/alcedo/comments/commentRss/157.aspx</wfw:commentRss><trackback:ping>http://blog.eqinox.net/alcedo/services/trackbacks/157.aspx</trackback:ping><description>&lt;P&gt;I wrote an article about workflow when working with digital images. &lt;A href="http://blog.eqinox.net/alcedo/articles/156.aspx"&gt;You can read it here&lt;/A&gt;.&lt;/P&gt;&lt;img src ="http://blog.eqinox.net/alcedo/aggbug/157.aspx" width = "1" height = "1" /&gt;</description></item></channel></rss>