ExrImageSaveConfiguration
class ExrImageSaveConfiguration(var compressionType: ExrCompressionType = ExrCompressionType.None) : ImageSaveConfiguration(source)
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.
Properties
Link copied to clipboard
An ExrCompressionType instance representing the compression level to be applied when saving the EXR image.