ImageExposureCombine
ImageExposureCombine[{image1, image2, ...}] combines differently exposed images of the same scene into a single image with good overall exposure.
Examples
Combine exposures (HDR):
images = {darkImg, normalImg, brightImg};
ImageExposureCombine[images]Create HDR output:
ImageExposureCombine[images, "HDR"]Please visit the official Wolfram Language Reference for more details.