You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all, thank you for maintaining this repository.
While I'm making a third-party app using Jeri, I found that it cannot load the HDR image in URI format, that is in data:image/x-exr;base64,~, whereas other types of LDR images (tested jpg, png) are loaded successfully.
Here is a sample code that reproduces the problem. Run the HTML then press the Choose File button to select any images like the image images/test_image.exr or images/test_image.jpg given in this repository
First of all, thank you for maintaining this repository.
While I'm making a third-party app using Jeri, I found that it cannot load the HDR image in URI format, that is in
data:image/x-exr;base64,~
, whereas other types of LDR images (tested jpg, png) are loaded successfully.Here is a sample code that reproduces the problem. Run the HTML then press the
Choose File
button to select any images like the imageimages/test_image.exr
orimages/test_image.jpg
given in this repositoryThe text was updated successfully, but these errors were encountered: