Optional
compressOptional
decimate?: numberIf specified, will keep every Nth point. For example, a decimation value of 10 will keep one point out of ten, and discard the 9 other points. Useful to reduce memory usage.
Optional
enableEnable web workers to perform CPU intensive tasks.
Optional
filters?: Readonly<DimensionFilter[]>The filters to use.
Optional
workerThe maximum number of workers created by the worker pool. If undefined
, the maximum number of workers will be allowed.
If true, colors are compressed to 8-bit (instead of 16-bit).