Skip to content

Function: runPipeline()

runPipeline(wasm, registry, image, log, options): Promise<RgbaBuffer>

Defined in: packages/core/src/render.ts:106

Compiles the log and executes it: consecutive core stages become one wasm call, every external kernel runs in between on the RGBA buffer.

Parameters

wasm

SealpixelWasm

registry

Registry

image

RgbaBuffer

log

EditLog

options

PipelineOptions

Returns

Promise<RgbaBuffer>