Create a surface from an image blob by interpreting pixel brightness as height. Requires createImageBitmap and OffscreenCanvas (available in browsers and some worker environments; not available in Node.js).
createImageBitmap
OffscreenCanvas
Image data as a Blob
Channel selection, downsampling, and grid options
A Result containing the surface shape
Create a surface from an image blob by interpreting pixel brightness as height. Requires
createImageBitmapandOffscreenCanvas(available in browsers and some worker environments; not available in Node.js).