ExrImageSaveConfiguration

Configuration class for saving images in the EXR format.

This class provides settings specific to the EXR (OpenEXR) file format, allowing customization of how EXR images are saved. It supports defining a compression level to control the quality and size of the saved image.

Constructors

Link copied to clipboard
constructor(compression: Int = 0)

Properties

Link copied to clipboard

An integer representing the compression level to be applied when saving the EXR image. The valid range and specific levels may depend on the EXR implementation.