joedf / ImgBeamer

SEM image formation process demo tool
https://joedf.github.io/ImgBeamer
MIT License
2 stars 0 forks source link

High-resolution export for VSEM / result view #50

Open joedf opened 5 months ago

joedf commented 5 months ago

Currently, the Resulting Image view is exported only at the displayed size, even though the calculation / rendering is being done at a higher-resolution...

Ideally, the exported image is given at the full rendered size.

Likely have a Uint8ClampedArray cache of the calculated pixel values somewhere and use it for export...