emcconville / wand

The ctypes-based simple ImageMagick binding for Python
http://docs.wand-py.org/
Other
1.42k stars 199 forks source link

How to perform HDR processing #634

Closed monkeycc closed 1 year ago

monkeycc commented 1 year ago

I saw HDR

But I don't know how to use it

Tutorial not written https://docs.wand-py.org/en/latest/index.html

emcconville commented 1 year ago

With ImageMagick, HDR just means color values extended outside of zero & quantum are supported (not clipped). When working with EXR images, you need to ensure the output format also supports HDR. See the docs.