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

EXRLoader: Add support for B44_COMPRESSION. #28134

Open
TodicaIonut opened this issue Apr 14, 2024 · 1 comment
Open

EXRLoader: Add support for B44_COMPRESSION. #28134

TodicaIonut opened this issue Apr 14, 2024 · 1 comment

Comments

@TodicaIonut
Copy link

Description

Luminance/Chroma Images

Chroma information is stored in two channels, RY and BY, which are computed like

Channel Names

Y luminance, used either alone, for gray-scale images, or in combination with RY and BY for color images.

RY, BY chroma for luminance/chroma images, see above.

Chromaticities, Luminance/Chroma Test Images

Reproduction steps

  1. Bug EXR Luminance/Chroma Images
  2. Error B44 Compression (lossy data compression)

Code

// Luminance Y Chroma RY, BY

Live example

Screenshots

Untitled32

Error message:
Untitled33

Version

r163

Device

Desktop

Browser

Chrome

OS

Windows

@Mugen87
Copy link
Collaborator

Mugen87 commented Apr 14, 2024

This isn't a bug. It's a known restriction that certain compression codecs are not supported. Considering this issue as a feature request.

@Mugen87 Mugen87 changed the title [BUG] [EXRLoader] Luminance/Chroma Images EXRLoader: Add support for B44_COMPRESSION. Apr 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants