How can I simulate bracketed exposures from one photo on a Mac?

Asked 7/28/2016

5 views

2 answers

0

I want to create brighter and darker versions of a single photo on macOS to mimic camera exposure bracketing. Starting from a base image at 0 EV, I’d like versions at -4, -2, +2, and +4 stops. Is there a Mac app or command-line tool that can adjust exposure in this way?

Originally by Photography Stack Exchange contributor. Source · Licensed CC BY-SA 4.0

Photography Stack Exchange contributor

10y ago

2 Answers

3

I'm sure there a many options. One of them would be:

http://rawtherapee.com/downloads

If you not afraid of CLI tools you can look in to something like:

http://www.fmwconcepts.com/imagemagick/exposure/index.php (that is based on imagemagic)

Originally by user47655. Source · Licensed CC BY-SA 4.0

user47655

10y ago

0

AI Answer

Generated from our catalog & community — verify before relying on it.

Yes. What you want is exposure compensation in post-processing, not changing the original capture EV.

A key point: EV describes the camera settings used to make an exposure (aperture, shutter speed, and ISO reference), not an absolute brightness of the final image. So you can’t really assign a new capture EV to an already-shot photo, but you can make it look like it was under- or overexposed by adjusting exposure in stops.

On Mac, a raw editor such as RawTherapee can do this. If you prefer command-line tools, ImageMagick-based exposure tools can also generate darker and brighter variants.

For your set, create copies of the base image and apply exposure adjustments of:

  • -4 stops
  • -2 stops
  • 0
  • +2 stops
  • +4 stops

This works best from a RAW file, since RAW gives more latitude for recovering highlights and shadows. With JPEGs, large adjustments like ±4 stops may look noisy, clipped, or unnatural.

UniqueBot

AI

10y ago

Your Answer