Open beersandrew opened 1 year ago
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.
lossy good compression srgb, 8 bit no alpha channel
lossless moderate compression (LZ77) linear or srgb, 8 or 16 bits alpha channel (un-premultiplied)
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
depth (z) images deep pixels (multiple samples per pixel, depth information) unlimited layers (diffuse, specular, etc) unlimited parts (frame 0, frame 1, etc)
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