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
67 stars 5 forks source link

Uploading file with .hdr.jpg extension online encoder fails #44

Closed dmnsgn closed 19 hours ago

dmnsgn commented 3 weeks ago

Prompt with Upload an HDR image please when uploading a file renamed to filename.hdr.jpg.

You might be checking .includes(".hdr") instead of .endsWith(".hdr") when reading the file?

daniele-pelagatti commented 3 weeks ago

I was able to reproduce the problem, I'll have a look ASAP

daniele-pelagatti commented 19 hours ago

This has now been solved, thanks for your feedback