Command Palette

Search for a command to run...

fawadkhan/imagemagick
Public
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:

  1. Setup emsdk (>= 1.38.11), see Installation Instructions
  2. Run npm run build-wasm && npm run copy-magickWasm

ImageMagick is a free and open-source software suite for displaying, converting, and editing raster image and vector image files


Github
fawadkhan/imagemagick: ImageMagick is a free and open-source software...