We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
@monogrid/gainmap-js / encode / EncodingParametersBase
EncodingParametersBase = GainmapEncodingParameters & object
GainmapEncodingParameters
object
Defined in: src/encode/types.ts:73
Parameters used to Encode a GainMap
image: EXR | RGBE | HDR | DataTexture
EXR
RGBE
HDR
DataTexture
Input image for encoding, must be an HDR image
optional renderer: WebGLRenderer
optional
WebGLRenderer
Optional WebGLRenderer
will be created and destroyed on demand if not provided.
optional renderTargetOptions: QuadRendererTextureOptions
QuadRendererTextureOptions
Options to use when creating the output renderTarget
optional toneMapping: ToneMapping
ToneMapping
Optional tone mapping to apply to the SDR Rendition
ACESFilmicToneMapping