PixaDecoderCapabilities.runtimeRaster constructor

const PixaDecoderCapabilities.runtimeRaster({
  1. bool animatedDecode = false,
  2. bool progressiveDecode = false,
  3. bool regionDecode = false,
  4. bool defaultRuntimeDisplay = false,
})

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;