Archive for the ‘HDR’ Category

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…)

How To: Automate HDR on Linux - Part 1

Sunday, April 1st, 2007

The first step to automating HDR processing is to get your images broken up into sets that you can work with. After going out to shoot pictures I can easily end up with 100 5 shot sets of images. That’s 100 HDR images to produce from 500 source images. File management can get to be a challenge and trying to do it all by hand is very time consuming and error prone. This my process for getting images broken up into sets in an automated way. All of the directories mentioned below are in my main Photos directory.

(more…)

How To: Automate HDR on Linux (Coming Soon)

Tuesday, March 27th, 2007

The purpose of this article is mainly to server as an outline to myself for the series or posts I need to write to document my current method for automating HDR post-processing. I’m also just trying to get the feel for writing posts and what not. As I write the interesting bits I’ll update this post to link to them. Each documented step will contain links to any software needed. Off the top of my head I know that you’ll need pfstools , pfsCalibration, PFStmo, openexr, qpfstmo, qtpfsgui, and optionally cinepaint.

(more…)