Toward a better HDR pipeline
I hacked on my HDR pipeline. What I have now provides some automation but it's still really fragile and generally ugly. Nevertheless, I can now process a few gigabytes of pictures without clicking like crazy until I get RSI.
The first part was to automatically combine multiple exposure into HDR images. Discovering which pictures are multiple exposure of the same scene is theoretically quite easy. All the exif tags should be the same except for the exposure, which should be decreasing, and the time spawn of all the pictures should be no more than exposure time plus shutter lag. It gets complicated when you add the fact that my camera sometimes implements bracketing by decreasing ISO sensitivity instead of shortening the exposure time. That and PIL's miserable support for exif.


