wasmer run fawadkhan/imagemagick
ImageMagick
You can install ImageMagick with:
wapm install imagemagick
Running
You can run magick cli
$ wapm run magick identify -verbose samples/rotate/rotate.png
Building from Source
You will need Emscripten SDK (emsdk) to build the magick.wasm file.
Steps:
- Setup emsdk (>= 1.38.11), see Installation Instructions
- Run
npm run build-wasm && npm run copy-magickWasm