<?xml version="1.0" encoding="UTF-8"?>
<essay xml:lang="en" version="5.0" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:dcterms="http://purl.org/dc/terms/" xmlns:gal="http://norman.walsh.name/rdf/gallery#" xmlns:foaf="http://xmlns.com/foaf/0.1/">
<info>
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
<title>Shooting Raw</title><biblioid class="uri">http://norman.walsh.name/2007/02/12/shootingRaw</biblioid>
<volumenum>10</volumenum>
<issuenum>11</issuenum>
<pubdate>2007-02-12T07:34:45-05:00</pubdate>
<date>$Date: 2007-02-12 10:19:43 -0500 (Mon, 12 Feb 2007) $</date>
<author>
      <personname>
<firstname>Norman</firstname>
	<surname>Walsh</surname>
</personname>
    </author>
<copyright>
      <year>2007</year>
      <holder>Norman Walsh</holder>
    </copyright>
<abstract>
<para>New cameras bring new technologies. I'm making every bit count
with raw images.</para>
</abstract>
<dc:subject rdf:resource="http://norman.walsh.name/knows/taxonomy#Gadgets"/>
<dc:subject rdf:resource="http://norman.walsh.name/knows/taxonomy#Photography"/>
</info>

<epigraph>
<attribution>
      <personname>
	<firstname>Samuel</firstname>
<surname>Butler</surname>
<!--<lineage>II</lineage>-->
      </personname>
    </attribution>
<para xml:id="p2">The firmest line that can be drawn upon the smoothest paper is
still jagged edges if seen through a microscope. This does not matter
until important deductions are made on the supposition that there are
no jagged edges.</para>
</epigraph>

<para xml:id="p1">Back in December, I got a new camera: I've replaced
my Nikon
<link xlink:href="http://www.dpreview.com/reviews/specs/Nikon/nikon_cp5700.asp">Coolpix
5700</link> with a
<link xlink:href="http://www.dpreview.com/reviews/specs/Nikon/nikon_d80.asp">D80</link>.
I learned photography with an SLR, a Minolta
<link xlink:href="http://members.aol.com/manualminolta/srt101.htm">SRT 101</link>
that I got from my Uncle Virgil circa 1983<footnote>
<para xml:id="p3">I eventually switched to an
<link xlink:href="http://members.aol.com/manualminolta/x700.htm">X-700</link>
(because it had the same lens mount), but I think the days of film are behind me
now. I feel a litle sad about that. I fondly recall buying film in
100 foot rolls, loading my own canisters, shooting it, developing it,
making contact prints, choosing images, and printing them in sizes up
to 11x14. I never did color processing myself, but I did a lot of
black and white. Getting from unexposed film to negatives doesn't
really require much in the way of equipment. If you like photography,
I highly recommend doing it at least once. Making prints requires a
bit more equipment, but it's even more magical.</para>
    </footnote>.
It feels <emphasis>so good</emphasis>
to have an SLR in my hands again.</para>

<para xml:id="p4">Although it was possible to store
<wikipedia page="RAW_image_format">raw images</wikipedia> with my 5700, it
wasn't really practical. Saving a <wikipedia>Jpeg</wikipedia>
took two or three seconds, saving a raw
image took closer to 10. In the field, two or three seconds can feel like a lifetime.
Ten seconds feels something akin to the geological time scale. My D80 can
store raw images as fast as I can push the shutter (faster, in some modes).</para>

<para xml:id="p5">One of the advantages of shooting raw is that you have much
greater control over the image: the raw sensor data has more latitude
in terms of exposure, white balance, saturation, and other qualities
than the “frozen” jpeg.</para>

<mediaobject role="flickr">
    <!--Screen shot of the UFRaw plugin for GIMP-->
  <imageobject xlink:href="http://www.flickr.com/photos/ndw/387953983/">
    <imagedata fileref="http://farm1.static.flickr.com/160/387953983_8c74befa93.jpg"/>
  </imageobject>
</mediaobject>

<para xml:id="p6">This is roughly analagous to the difference
between exposed but undeveloped film and a ready-to-print negative.
The decisions you make about the kind of developer, temperature,
length of time in the developer, etc. all have an impact on the
negative that you get. You have some control over the final print when
you develop it, but if you've lost detail in the negative, there's no
print process on earth that will bring it back.</para>

<para xml:id="p7">When your camera stores a jpeg image, it's made a whole bunch of
decisions for you and you're stuck with them. When it stores a raw image,
you get to make all those decisions yourself.</para>

<mediaobject role="flickr">
    <!--Squirrel on the deck-->
  <imageobject xlink:href="http://www.flickr.com/photos/ndw/387953773/">
    <imagedata fileref="http://farm1.static.flickr.com/164/387953773_f713306ff1.jpg"/>
  </imageobject>
</mediaobject>

<para xml:id="p8">One of the disadvanages of shooting raw is that you have to make
all these decisions about every image.</para>

<para xml:id="p9">There are all sorts of commercial applications for managing digital work
flow on platforms that I don't use. On the platforms I do use, I'm still exploring
the work flow options. Here's what I'm doing today:</para>

<orderedlist>
<listitem>
<para xml:id="p10">I move images off the camera's media with
<link xlink:href="examples/copycf">a script</link> that puts them on the local
file system:</para>

<orderedlist>
<listitem>
<para xml:id="p11">It sorts them by date and creates
<filename><replaceable>date</replaceable>/nef</filename> for the raw files,
<filename><replaceable>date</replaceable>/jpg</filename> for the original jpegs,
if there are any (so the script works with my older cameras too), and
<filename><replaceable>date</replaceable>/rdf</filename> for the RDF metadata
(I can't
<link xlink:href="http://norman.walsh.name/2005/projects/jpegrdf">put it in</link>
the raw images, so I'm storing it separately now).</para>
</listitem>
<listitem>
<para xml:id="p12">Next, it creates scaled jpegs with <wikipedia>UFRaw</wikipedia> and stores them in 
<filename>
	      <replaceable>date</replaceable>
	    </filename>. This conversion uses all of
the camera's settings to create an image that's more-or-less what the camera would
have created if I'd shot in jpeg.</para>
<para xml:id="p13">I scale the jpegs so that they're no wider than 1600px and no taller
than 1200px. That makes them fit on one screen even when I'm running with
<link xlink:href="http://norman.walsh.name/2006/04/20/thinkpadDS">a dual screen
configuration</link>.</para>
<para xml:id="p14">(You may have to build <command>ufraw</command> yourself, as I
did, because the latest version packaged with my <wikipedia page="Ubuntu_%28Linux_distribution%29">Ubuntu</wikipedia> distribution
doesn't include support for the D80.)</para>
</listitem>
</orderedlist>
</listitem>

<listitem>
<para xml:id="p15">I used to save most of the images I took, even the ones that were pretty much
crap. But having a DSLR makes it possible to take <emphasis>a lot</emphasis> more
photographs. That means a lot more crap and raw images are <emphasis>big</emphasis>.
It doesn't make sense to save them all.
</para>

<para xml:id="p16">The first thing I do is run through all of the scaled images with
<wikipedia>Xv</wikipedia>, deleting the ones that don't make the cut. Then I
archive the junk with <link xlink:href="examples/cleanup-photodir">another
script</link>. That script ought to delete the junk but I'm not quite brave
enough to do that yet. I usually delete the archive after a couple of days.</para>
</listitem>

<listitem>
<para xml:id="p17">I process the images I want to publish with
<wikipedia>GIMP</wikipedia>, using the UFRaw plugin interactively to
choose the characteristics of the final image. I store this image in
<filename><replaceable>date</replaceable>/edited</filename> in the
lossless XCF format then make a jpeg for publication.</para>
</listitem>

<listitem>
<para xml:id="p18">I wrangle the RDF metadata into the jpeg image so that my other publication
tools will do the right thing.</para>
</listitem>
</orderedlist>

<para xml:id="p19">Live and learn, we'll see how this goes. What's your work flow like?</para>

</essay>

