0.2.1 • Published 8 years ago

gm-binary v0.2.1

Weekly downloads
3
License
MIT
Repository
github
Last release
8 years ago

gm-binary

GraphicsMagick binary (Ghostscript included) as a local dependency for OS X

Usage

var gmBin = require('gm-binary');
console.log(gmBin.gmPath); // /path/to/node_modules/gm-binary/bin/gm

The module automatically add the /bin folder to the PATH variable

Infos

The provided GraphicsMagick binary is built using the following configure parameters:

--disable-dependency-tracking --disable-shared --disable-installed --enable-broken-coders --with-modules --with-quantum-depth=16 --without-gslib --without-x --without-lcms2 CC=clang CXX=clang++

Development

Install Homebrew

Install mac dylib bundler

Adjust build parameters in graphicsmagick-custom.rb

Run the build script:

./build-gm

Author

Adrien Glitchbone

License

gm-binary is available under the MIT license. See the LICENSE file for more information.

Copyright

GraphicsMagick is Copyright © GraphicsMagick Group

Ghostscript is Copyright © Artifex Software, Inc.

0.2.1

8 years ago

0.2.0

8 years ago

0.1.0

8 years ago