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.
jimp. written for node, ported to browser. https://github.com/oliver-moran/jimp/tree/master/packages/jimp/browser