Version: 2022.3
LanguageEnglish
  • C#

EXRFlags

enumeration

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Submission failed

For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

Description

Flags used to control the encoding to an EXR file.

Additional resources: EncodeToEXR.

Properties

NoneNo flag. This will result in an uncompressed 16-bit float EXR file.
OutputAsFloatThe texture will be exported as a 32-bit float EXR file (default is 16-bit).
CompressZIPThe texture will use the EXR ZIP compression format.
CompressRLEThe texture will use RLE (Run Length Encoding) EXR compression format (similar to Targa RLE compression).
CompressPIZThis texture will use Wavelet compression. This is best used for grainy images.