Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error when parsing an EXR file #30775

Open
photopea opened this issue Mar 21, 2025 · 3 comments
Open

Error when parsing an EXR file #30775

photopea opened this issue Mar 21, 2025 · 3 comments
Labels

Comments

@photopea
Copy link

Description

I tried to parse this EXR file, but I see an error: "EXRLoader.parse: unsupported channel compression". Could you fix it?

Reproduction steps

1.Try to load this file using EXRLoader.js : FDB_SINGLECOVER_LS.0596.zip
2. It shows an error.

Code

EXRLoader.parse(buffer)

Live example

EXRLoader.parse(buffer)

Screenshots

No response

Version

latest

Device

No response

Browser

No response

OS

No response

@mrdoob
Copy link
Owner

mrdoob commented Mar 22, 2025

I don't think anyone is actively working on the EXRLoader.
Feel free to give it a go. Have you asked the AI?

@TodicaIonut
Copy link

Error EXR: channel

Error message:
Image

channel list:
Image
Image

@WestLangley
Copy link
Collaborator

For a quick hack to get the file to load, comment out the following line:

throw new Error( 'EXRLoader.parse: unsupported channel compression' );

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

5 participants