Node Package Compatibility

is jimp https://github.com/jimp-dev/jimp/ can be with workers??
GitHub
GitHub - jimp-dev/jimp: An image processing library written entirel...
An image processing library written entirely in JavaScript for Node, with zero external or native dependencies. - jimp-dev/jimp
1 Reply
Cyb3r-Jak3
Cyb3r-Jak34mo ago
I mean if it has no dependencies then probably, I'd just be concerned about the memory issues https://github.com/jimp-dev/jimp/issues/153
GitHub
Jimp allocates 200 MB memory on reading a 3.3 MB jpg · Issue #153 ·...
When I try to read a 3.3 MB sized jpeg image jimp allocates around 200 MB local memory (which is a lot). The main problem however is that the memory is not deallocated. The nodejs process got kille...