gpujs / gpu.js

GPU Accelerated JavaScript
https://gpu.rocks
MIT License
15.08k stars 650 forks source link

gpu.js image to jpeg? #732

Open DoormatIka opened 2 years ago

DoormatIka commented 2 years ago

Is there any way to make an image in gpu.js and make it into a file or put the image in a buffer?

Using nodejs, not the browser.

offsky commented 2 years ago

I think you can use the built in canvas support and then use toDataURL(). https://developer.mozilla.org/en-US/docs/Web/API/HTMLCanvasElement/toDataURL