PixaDecoderCapabilities.runtimeRaster constructor
const
PixaDecoderCapabilities.runtimeRaster({})
Runtime raster decoder defaults for production image hot paths.
Implementation
const PixaDecoderCapabilities.runtimeRaster({
this.animatedDecode = false,
this.progressiveDecode = false,
this.regionDecode = false,
this.defaultRuntimeDisplay = false,
}) : metadataProbe = true,
staticDecode = true,
processorInput = true,
streamingInput = true,
zeroCopyInput = true,
ownedOutputBuffers = true,
stable = true;