MONOGRID / gainmap-js

A Javascript (TypeScript) Port of Adobe Gainmap Technology for storing HDR Images using an SDR Image + a gainmap
https://monogrid.github.io/gainmap-js/
MIT License
70 stars 5 forks source link

using encode wasm libultrahdr with node #45

Closed arpu closed 3 weeks ago

arpu commented 3 weeks ago

hey would it be possible to use the wasm libultrahdr with node cli?

daniele-pelagatti commented 3 weeks ago

Unfortunately not at this time...the encoding process is done in the GPU using webgl shaders and nodejs can't run webgl AFAIK

arpu commented 3 weeks ago

do you know a way to generate a gainmap jpg from hdr on command line?