image-js / image-js

Image processing and manipulation in JavaScript
https://image-js.github.io/image-js
MIT License
657 stars 64 forks source link

Use GPU for parallel computing #257

Open targos opened 7 years ago

targos commented 7 years ago

https://github.com/turbo/js

lpatiny commented 7 years ago

Looks really interesting. I see a problem that it requires float32 and I don't know if we could cheat to put RGBA in those 32 bits but probably not so I wonder how big can be the array and if we will be able to deal with 20 millions pixels images.

On the other hand convolutionFFT could maybe be transferred there and this is clearly a limiting step of the code.