Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Apply an HDR effect to an image
ResourceFunction["HDRImageEffect"][img] returns the given image img with a high-dynamic-range-like effect applied. |
Give any image an HDR effect:
In[1]:= |
Show the difference using FlipView:
In[2]:= |
Out[2]= |
Apply the HDR transform to any image:
In[3]:= |
Out[3]= |
Add HDR style to random images:
In[4]:= |
Out[4]= |
The HDR effect can look bad (pixelated or grainy) in low light or when applied to smooth gradients:
In[5]:= |
Out[5]= |
This work is licensed under a Creative Commons Attribution 4.0 International License