Search code examples
javascriptimage-processingweb-worker

Javascript image manipulation library that does not depend on Canvas


Is there any image manipulation library in Javascript that does not depend on canvas so it can be used in a webworker?

I'm looking for operations over raster images such as scaling, rotating and cropping.


Solution

  • jimp. written for node, ported to browser. https://github.com/oliver-moran/jimp/tree/master/packages/jimp/browser