publiclab / image-sequencer

A pure JavaScript sequential image processing system, inspired by storyboards
https://sequencer.publiclab.org
GNU General Public License v3.0
110 stars 208 forks source link

Exposure Bracketing #1683

Open harshkhandeparkar opened 4 years ago

harshkhandeparkar commented 4 years ago

Please describe the problem (or idea)

Exposure bracketing a technique used to create a perfectly exposed image from multiple underexposed and overexposed images. This is one of the ways in which devices such as phones sometimes take HDR images.

inputs: image image

final: image

ref: https://en.wikipedia.org/wiki/Bracketing

jywarren commented 4 years ago

Ooh -- great idea!

harshkhandeparkar commented 4 years ago

This may not be too difficult but will need some research. But before that, we need to merge the Bug Stomp Feb PRs as soon as possible. Very important bugs were fixed.