Popular recipes by Jim Eggleston http://code.activestate.com/recipes/users/2894856/2007-05-12T19:19:44-07:00ActiveState Code Recipesaebovl - Automatic Exposure Bracket Image Overlay (Python)
2007-05-12T19:19:44-07:00Jim Egglestonhttp://code.activestate.com/recipes/users/2894856/http://code.activestate.com/recipes/519636-aebovl-automatic-exposure-bracket-image-overlay/
<p style="color: grey">
Python
recipe 519636
by <a href="/recipes/users/2894856/">Jim Eggleston</a>
(<a href="/recipes/tags/graphics/">graphics</a>).
</p>
<p>aebovl is a script that overlays images of the same scene taken at different exposures. This brightens under-exposed areas and darkens over-exposed areas of the image. This generates a kind of poor man's HDR image.</p>
Summary reports using itertools.groupby - extended to support multiple keys (Python)
2006-05-19T17:23:50-07:00Jim Egglestonhttp://code.activestate.com/recipes/users/2894856/http://code.activestate.com/recipes/496726-summary-reports-using-itertoolsgroupby-extended-to/
<p style="color: grey">
Python
recipe 496726
by <a href="/recipes/users/2894856/">Jim Eggleston</a>
(<a href="/recipes/tags/algorithms/">algorithms</a>).
</p>
<p>This is an extension of <a href="http://code.activestate.com/recipes/304162/">recipe 304162</a>. It adds a function that can be used to specify multiple keys to group on.</p>