Can you direct me to a tutorial that describes the process
of multiple-pass scanning for highlights and shadows?
That idea is new to me. It sounds intriguing.
The procedure is generally known as "(digital) contrast masking" so if
you google for that you'll get quite a few hits. I'm not aware of a
tutorial as such because I did it the hard way, but I'm sure there is
one somewhere. Maybe someone else can chime in...?
The basics are as follows (again, please ignore if you know this):
The dynamic range of a scanner (i.e. the ability to expose both bright
and dark areas equally well) is often insufficient. The result of this
is that if you expose for highlights the shadow areas are a
featureless dark mess. Conversely, if you then boost exposure to bring
out the detail in shadows, the bright areas are all "burnt out" and
become a featureless white.
The idea is, therefore, to scan twice. Once, tailoring exposure to get
the most out of shadows, and then scan again but tailoring exposure to
get the most out of highlights. After that the two scans are combined
resulting in an image with equally well exposed dark and bright areas.
Well, that's the theory... ;o) In practice the first problem is
alignment of the two scans. Depending on how picky you are, you may
want or need to do subpixel alignment (i.e. move one image a fraction
of a pixel).
Once the images are aligned, you combine them. There are 3 ways of
doing this I'm aware of: using Gaussian Blur (google for "contrast
masking") or playing with Blending Modes in Photoshop (or similar
features in other software). The trouble (for me) in both of these is
that parts of the image I don't want "leak in".
So I devised my own method of only combining the parts of the image
I'm interested in. The problem there is that due to different
exposures the two images are no longer in "color sync", as I call it.
This is demonstrated by a visible border between the two images and a
general color mismatch. So you need to "color adjust" the two images
for a seamless combine. Again, this is too complicated to explain, but
essentially I sample narrow histogram "bands" and adjust the images
based on that.
I notice that Vuescan can instruct the scanner to make multiple
passes. What is the benefit here?
That's what VueScan tries to do (so-called "Long exposure pass").
However, I'm known to dislike VueScan intensely - to put it mildly..
;o)
The problems with VueScan are many. Even forgetting the numerous bugs
the basic flaw is that the images not aligned before they are
combined. Furthermore, when I tested VueScan a while back the "Long
exposure pass" results were quite mediocre with no visible
improvement.
This is different from multipass scans where the idea is to scan the
image using the same exposure only several times and then average out
the result. In theory this should improve the dynamic range. The catch
is that not all scanners support single-pass multiscanning in hardware
(move to next line, scan several times, then move to next line again,
etc). In the absence of *single-pass* multiscanning some software
tries to *multi-pass* multiscan (scan whole image, go back, scan
again, etc.). The problem with multi-pass multiscaning is that the
scans are not aligned so you don't really improve the dynamic range of
a scanner but only end up with a "soft" (slightly blurred) image.
I assume that manual focus is a feature of higher-quality scanners?
I don't think my Epson 1240U offers it.
I was really referring to film scanners. Flatbeds usually don't offer
focus or exposure controls. Focus is normally fixed to the top of the
glass.
My preference is to do nothing at scan-time that I cannot do post-scan
with an image editing program. I just want to get as much useful
information as possible during the scan. If that is what a "raw scan" is,
then that is what I am looking for.
Yes, that's exactly what a raw scan is!
As I mentioned before, one of my
limitations is that I have only temporary access to these family photos
and negatives, and I will probably not be able to get access again in
the future.
Most of us are in the same boat. Even if you do have access, photos
fade with time so it's best to get the most while you can.
Almost all people who prefer to raw scan usually backup these images
in a lossless format (e.g. as TIFF to CDR or DVD) before doing
anything to them. Often times, this is referred to as a "digital
negative". You then work on a copy to edit the image (crop, adjust
contrast, color, etc). The final product can then even be converted to
JPG for distribution or viewing. If - at a later date - you decide to
have another go at editing the image, you still have your raw digital
negative to edit everything from scratch without having to re-scan.
Interesting point. So the Epson "Twain 5" software that I am using
in "manual mode" is using the rudimentary TWAIN capability,
and adding a collection of software capabilities that are not part of
the TWAIN spec?
I'm not familiar with Epson software (maybe others can clarify) but I
have a sneaky suspicion that's simply what they call their scanner
software.
http://www.twain.org/ will tell you more about TWAIN but it's quite
technical.
Don.