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
B44A_COMPRESSION: lossy 4-by-4 pixel block compression, flat fields are compressed more
DWAA_COMPRESSION: lossy DCT based compression, in blocks of 32 scanlines. More efficient for partial buffer access.
DWAB_COMPRESSION: lossy DCT based compression, in blocks of 256 scanlines. More efficient space-wise and faster to decode full frames than DWAA_COMPRESSION.
PIZ_COMPRESSION: piz-based wavelet compression
PXR24_COMPRESSION: lossy 24-bit float compression
HTJ2K256_COMPRESSION: JPEG 2000 lossless coding, in blocks of 256 scanlines and using the High-Throughput block coder specified in Rec. ITU-T T.814 and ISO/IEC 15444-15. The compressor offers both speed and high coding efficiency.
HTJ2K32_COMPRESSION: Same as HTJ2K256_COMPRESSION, but in blocks of 32 scanlines, More efficient for partial buffer access, but slightly less efficient space-wise.
This is a tracking issue for EXR features which are currently supported and which are not.
Supported pixel types:
Supported compression's for decoding:
Other EXR image features:
The EXR specification can be found here: https://openexr.com/en/latest/index.html