magickal

0.0.1 • Public • Published

Node-Magickal - GraphicsMagick wrapper for Node.js

This is a very simple library for async calls to the GraphicsMagick command line tools. Its basically a rewrite of magickal-node to fix a bug and usage of deprecated Node.js functions.

An example:

var magick = require('./libs/node-magick');

magick
  .createCommand("large_image.JPG")
  .resize(150, 150)
  .write("$HOME/Development/node/examples/output.PNG", function() {
      sys.puts("Done");
  });

/magickal/

    Package Sidebar

    Install

    npm i magickal

    Weekly Downloads

    3

    Version

    0.0.1

    License

    none

    Last publish

    Collaborators

    • mirkok