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

Default image extension #16

Open
beersandrew opened this issue Sep 17, 2023 · 1 comment
Open

Default image extension #16

beersandrew opened this issue Sep 17, 2023 · 1 comment

Comments

@beersandrew
Copy link
Owner

Nick Porcino mentioned about having a default file format of exr since he can color manage exr and not png.

@hybridherbst wanted to discuss.

creating this issue for a discussion about the pros and cons of different default extensions

@meshula
Copy link

meshula commented Sep 18, 2023

jpeg, png, and exr are built into UsdImaging and always available to Hydra as of 23.11. As of 23.08 OpenEXR is only available via the OIIO plugin. EXR is always available to usdz, as of 23.08.

8 bit imagery saves space. exr is the HDR format of choice.

jpeg

lossy
good compression
srgb, 8 bit
no alpha channel

png

lossless
moderate compression (LZ77)
linear or srgb, 8 or 16 bits
alpha channel (un-premultiplied)

exr

lossless
moderate compression (LZ77, dwa a and b)
linear, 16 or 32 bits
color space specified as chromaticities plus white point
alpha (un-premultiplied)
rich attribute system including camera matrices, SMPTE 2065 attributes, and camdkit

exr features not yet exposed to usd, but expected in the future

depth (z) images
deep pixels (multiple samples per pixel, depth information)
unlimited layers (diffuse, specular, etc)
unlimited parts (frame 0, frame 1, etc)

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

No branches or pull requests

2 participants