OptionalcompressOptionaldecimate?: 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.
OptionalenableEnable web workers to perform CPU intensive tasks.
Optionalfilters?: Readonly<DimensionFilter[]>The filters to use.
OptionalworkerThe 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).