The Big Bad
Senior Member
software seems pretty good except that it doenst offer anything except a JEPG
I realy would like it more if it could do a TIF
I realy would like it more if it could do a TIF
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
It depends on the kind of overblow you have. If you have a heap of sky which is too white, due to clouds being present, to make out detail in then you have to decide whether you retake the shot darker (given you will see it immediately at time of shooting) and try to raise the shadow areas later, or to bag the overblown shot and clone in a new set of details in teh sky later. Of course you can layer two variably converted RAW files and blend through the overblown areas to get the shot more detail in teh highlights. People might not like to do this but it DOES work, especially for when large highlights are simply too bright (ie large flat clouds or shooting with a bright sun in the scene)You're the second person to suggest -- cloning detail back
into blown highlights. I'm curious about this, can't fathom how
it would work in a landscape. Could you tell me how I would go
about cleaning out these blown highlights???
In just 10min after looking at that website, I experimented with the GIMP and found a method that worked on a quicky no-tripod pair of test shots pretty darn well. I don't know what the actual five algorithms might be for that software, but here is the basic GIMP/Photoshop method I used:I just came across a piece of software that combines multiple
exposures (one for highlights, one for shadows, etc.) using
different algorithms and you pick the best one for your image. It
automates what could be complex masking.
This is a good example of where raw would probably have helped,
since there's likely less than 1 stop of data that was lost.
You're not getting the most out of your RAW bits that way, though. You're only using about 11 bits out of the 12, effectively boosting the ISO.On the other hand, I've gotten used to simply dialing down the
exposure by about 1/2 stop, which solves almost every problem with
blown highlights for me. (sometimes with contrasty sky, I have to
dial down further, but I just check right after the shot and if
anything flashes, I tweak it down more and reshoot).
The correct answer is YES.RAW gives you slightly more dynamic range.
Will it preserve highlight details, when they blow out in a JPEG. No.
What camera is this? The 10D RAW files most certainly have about an extra stop of highlights, with the very brightest parts of this extra range being greyscale (R=G=B).The simple answer was that once you've blown a highlight,
it's gone . You can turn pure white to pure grey, or use
C1, which seemed to throw a blue tint into a hazy, white
sky(?!).
Look, I don't know about the other cameras, but the Canon 10D raw data (after the analog-to-digital conversion) and CRW files contain values from 0 to 4095. When the camera is set to JPEG, anything above about 2000 or so (I forgot the actual point, and I plan to test this more thoroughly when I get the right target tool) is 255 in the 8-bit file, and 255 also in a RAW conversion from the Canon software (in non-linear mode).The "marginal cases" is about 1/2 to 1 stop in exposure, i.e., if
the JGP appears to be slightly blown in highlights, reducing the
exposure 1/2 stop can eliminate the problem. Using 12 bit or 8 bit
by itself does not give you this capability, i.e., if you convert
an overexposure picture fron RAW to 48-bit TIFF and then trying to
reduce the expoure, you still cannot rescue the highlight.
This is very visible when you examine the histogram. Blown
highlights mean that there is a spike at the upper end (255);
reducing the exposure in JPG or TIFF (regardless the number of
bits) would only shift the spike from 255 to 245 (say), with no
data above 245. Reducing the exposure in RAW can eliminate the
spike and there will be continuous data between 245 and 255.
What camera is your reference? 10D RAW files most certainly contain about 1 stop more dynamic headroom that washes out in JPG modeThe way you're going to see a difference between RAW and jpeg
modes, with regard to lost highlights, is that RAW mode gives you
quite a bit more lattitude in the shadows ... you can get away with
significant ( 2 to 3 stops ) underexposure, then pull the shadows
back up, while preserving very high image quality. The initial
underexposure preserves the highlights, then your Photoshop magic
normalizes the image.
It makes a tremendous difference. JPG files throw away the upper half of the levels recorded by the camera. This is a hard, cold fact.So, in practice, I don't think just wrapping your pictures up in a
better file format is going to make a great deal of difference ...
In just 10min after looking at that website, I experimented withI just came across a piece of software that combines multiple
exposures (one for highlights, one for shadows, etc.) using
different algorithms and you pick the best one for your image. It
automates what could be complex masking.
the GIMP and found a method that worked on a quicky no-tripod pair
of test shots pretty darn well. I don't know what the actual five
algorithms might be for that software, but here is the basic
GIMP/Photoshop method I used:
GIMP has no "Value to Selection" directly:
- Opened two photos that were lite and dark.
- Move the lite to a new layer over the dark.
- Close the original lite image.
- Convert the dark's Value to the Selection.
+ Duplicate dark layer.
+ Desaturate duplicate layer.
+ Channel Red to Selection.
+ Delete duplicate layer.
This cuts holes in the lite layer where it's too lite, and lets the
- Activate lite layer.
- Clear selection.
details in the brightest part of the dark image show through
instead.
Fine tuning to the initial images, and to the selection gamut, and
then further processing on the final image would benefit the
process, but without any such tuning, the results are quite
passable:
Lite image (1 stop overexposed by meter):
![]()
Dark image (1 stop underexposed by meter):
![]()
Combined image:
![]()
I'm going to script-fu this method (similar to Photoshop's "actions").
--
[ e d @ h a l l e y . c c ]
John, thanks for the pointer to using linear mode! That's whatCanon RAW mode for the DSLRs only uses about 11 bits for its
default dynamic range, but there is a full 12 bits of data recorded.
If you use the Canon converter, you can only get the extra
highlights if you convert to linear mode; even adjusting the EC
compensation in normal conversion to -2 doesn't recover any
highlights.
Ive mostly always shot in fine jpeg, but lately ive been more and
more annoyed with minor blown highlights in my shots. Usually its
something like just where the sunlight happened to reflect off an
animals back or something minor like that. It just seems to ruin
what would be an otherwise perfect shot.
My question is IF i shoot in raw mode, would i have that much
success in dealing with these blown highlights ?
heres an example photo
http://www.pbase.com/image/21192229
Would i of been able to recover where its blown out on the lions
face ?
I usually try to use the clone stamp or selective color to tone
down the glaring whiteness of those spots but I am hoping RAW is a
better way.
Typically shooting action shots like that, i dont have time to look
at the histogram each shot and while i can get the shot close, its
always just some little thing that still gets past me. The limited
dynamic range of digital can be disapointing like that, as can the
10d's metering. Still a great camera though i think.
Yes, the GIMP is GNU Image Manipulation Program. It's an Open Source alternative to Adobe's Photoshop. It doesn't duplicate every feature identically, but the essential concepts are the same: layers, channels, filters, etc.In just 10min after looking at that website, I experimented with
the GIMP and found a method that worked on a quicky no-tripod pair
of test shots pretty darn well.
That's not true, for the reasons already explained earlier in this thread. Just because the JPEG pictures shows blown highlight, it does not necessary mean that the recorded highlight was already blown.It doesn't matter what mode you're shooting in, because by the time
the image is recorded the highlight would already be blown...
No one would dispute that.Correct metering and low contrast are the only effective ways that
I've found to control highlight clipping.
Look, I don't know about the other cameras, but the Canon 10D rawThe "marginal cases" is about 1/2 to 1 stop in exposure, i.e., if
the JGP appears to be slightly blown in highlights, reducing the
exposure 1/2 stop can eliminate the problem. Using 12 bit or 8 bit
by itself does not give you this capability, i.e., if you convert
an overexposure picture fron RAW to 48-bit TIFF and then trying to
reduce the expoure, you still cannot rescue the highlight.
This is very visible when you examine the histogram. Blown
highlights mean that there is a spike at the upper end (255);
reducing the exposure in JPG or TIFF (regardless the number of
bits) would only shift the spike from 255 to 245 (say), with no
data above 245. Reducing the exposure in RAW can eliminate the
spike and there will be continuous data between 245 and 255.
data (after the analog-to-digital conversion) and CRW files contain
values from 0 to 4095. When the camera is set to JPEG, anything
above about 2000 or so (I forgot the actual point, and I plan to
test this more thoroughly when I get the right target tool) is 255
in the 8-bit file, and 255 also in a RAW conversion from the Canon
software (in non-linear mode).
There ARE extra highlights in the RAW file. You do not get them
in JPEG mode. You do not get them with standard CAnon RAW
conversion. If you use the Canon software, you must save in linear
mode. If you use C1, you can recover the highlights with any tool;
contrast, EC, curves, etc.
--
John
I just came across a piece of software that combines multiple
exposures (one for highlights, one for shadows, etc.) using
different algorithms and you pick the best one for your image. It
automates what could be complex masking. I've downloaded the eval
copy, and will try it out this weekend, so no recommendation yet:
http://www.multimediaphoto.com/photomatix/index.html
Ive mostly always shot in fine jpeg, but lately ive been more and
more annoyed with minor blown highlights in my shots. Usually its
something like just where the sunlight happened to reflect off an
animals back or something minor like that. It just seems to ruin
what would be an otherwise perfect shot.
My question is IF i shoot in raw mode, would i have that much
success in dealing with these blown highlights ?
heres an example photo
http://www.pbase.com/image/21192229
Would i of been able to recover where its blown out on the lions
face ?
I usually try to use the clone stamp or selective color to tone
down the glaring whiteness of those spots but I am hoping RAW is a
better way.
Typically shooting action shots like that, i dont have time to look
at the histogram each shot and while i can get the shot close, its
always just some little thing that still gets past me. The limited
dynamic range of digital can be disapointing like that, as can the
10d's metering. Still a great camera though i think.
Nope. Canon RAW files contain less than 11 bits of RAW data in the dynamic range that falls below the clipping point for JPGs and default FileViewer conversion (even with negative EC in the conversion). The rest of the data can only be extracted in FV by converting to linear mode, or by using curves, contrast, or EC in a program like Capture One.It doesn't matter what mode you're shooting in, because by the time
the image is recorded the highlight would already be blown...
Correct metering and low contrast are the only effective ways that
I've found to control highlight clipping.
That's not true, for the reasons already explained earlier in thisIt doesn't matter what mode you're shooting in, because by the time
the image is recorded the highlight would already be blown...
thread. Just because the JPEG pictures shows blown highlight, it
does not necessary mean that the recorded highlight was already
blown.
No one would dispute that.Correct metering and low contrast are the only effective ways that
I've found to control highlight clipping.
Nope. Canon RAW files contain less than 11 bits of RAW data in theIt doesn't matter what mode you're shooting in, because by the time
the image is recorded the highlight would already be blown...
Correct metering and low contrast are the only effective ways that
I've found to control highlight clipping.
dynamic range that falls below the clipping point for JPGs and
default FileViewer conversion (even with negative EC in the
conversion). The rest of the data can only be extracted in FV by
converting to linear mode, or by using curves, contrast, or EC in a
program like Capture One.
The clipping point of a RAW file is way above the clipping point
of a JPG, or default Canon TIFF conversion.
--
John