Legacy Documentation: Version 2018.1 (Go to current version)
LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

EXRFlags

enumeration

Description

Flags used to control the encoding to an EXR file.

See Also: 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.

Did you find this page useful? Please give it a rating: