graphicsmagick 0.1.0

GraphicsMagick binding for Rust.
docs.rs failed to build graphicsmagick-0.1.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: graphicsmagick-0.6.0

graphicsmagick-rs

Rustc Version Actions Crate API

GraphicsMagick binding for Rust.

Under development.

Support

Support and tested GraphicsMagick version: 1.3.20 ~ 1.3.35.

Requirement

Require graphicsmagick, libgraphicsmagick, clang and libclang.

In Deepin/Ubuntu/Debian, you can install these by:

sudo apt install graphicsmagick libgraphicsmagick1-dev
sudo apt install llvm-dev libclang-dev clang

Before build, please check the GraphicsMagickWand-config is executable, or specify the environment variable GRAPHICS_MAGICK_WAND_CONFIG correctly.

License

MIT.