Archive for September, 2008

How To: Automate HDR on Linux - Part 3

Friday, September 19th, 2008

Now that we have a .EXR file laying around, it’s time to do some tone mapping. In this part of the series we’ll be looking at a script to tone map that file. Well, actually several scripts. When I prepare a photo from HDR I tend to use several different tone-mapping operators, and then I use the Gimp to combine them into a final image. Here we have scripts for the fattal02, mantiuk06, and reinhard05 operators of the pfstmo project. Then we have a wrapper script to make it easy to run all three tone mapping scripts with one command.

(more…)

How To: Automate HDR on Linux - Part 2

Thursday, September 18th, 2008

The next step in the procedure is to generate an HDR format image for each set of 5 images that we organized in Part 1. This part of the series is really very simple. There’s just one simple script to run in each directory that was created in the first part. Don’t worry, at the end of the series we’ll be wrapping it all up with a script to handle stepping through each directory.

(more…)

How To: Automate HDR on Linux - Part 1.1

Thursday, September 18th, 2008

OK, it’s been a loooong time since I’ve done much with the blog. I actually got an email the other day from someone asking if I’d ever gotten around to finishing the series. I was inspired to know that someone had even found it, so I figured I’d get back to work. Thanks Iain! Anyway, over the last year or so the script that I presented in Part 1 has changed a bit, so I thought I should post an update.

(more…)