JavaScript library similar to Imagemagick (i.e., resize images and pictures while maximizing picture fidelity)?

99封情书 提交于 2019-12-04 00:40:44

You can try Processing.js library. On the other hand you can port ImageMagick resize functionality to HTML5/Canvas + Javascript technology.

good luck !

sebilasse

3 years later I stumbled upon this question ;)

The fun fact is that imagemagick itself exists in javascript. But google (page1) and github somehow do not find it. Github fails because the main project (useful emscripten ports)

UNIX toolbox.js

just consists of the modules ...

Here is the main project with readme: github : manuels/unix-toolbox.js

git clone ... --recursive

and the particular module : github : manuels/unix-toolbox.js-imagemagick

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!