Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

graphicsmagick2

Automattic14MIT0.2.4

Bindings to the graphicsmagick library

readme

node-graphicsmagick

Bindings to the graphicsmagick library

This package contains Graphics Magick bindings for Node.js.

Installation

Install with npm:

$ npm install graphicsmagick2

License

GraphicsMagick's license:

GM is distributed under an X11-style license (MIT License), approved by the Open
Source Initiative, recommended for use by the OSSCC, and compatible with the GNU
GPL.

The MIT License (MIT)

Copyright (c) 2014, Automattic, Inc.

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

changelog

0.2.4 / 2016-01-19

  • package: add MIT "license" field
  • add .travis.yml file
  • add mocha "npm test" command
  • refactor to use "nan" (add Node v4/v5/io.js support)
  • package: add @tootallnate to "contributors" array

0.2.3 / 2014-04-16

  • src: comment out unused s variable
  • test: simplify require call

0.2.2 / 2014-04-16

  • binding: add "ldflags" section

0.2.1 / 2014-04-16

  • package: remove the period in the "description"
  • README: move Readme to Markdown format
  • GraphicsMagick: fix compilation warnings

0.2.0 / 2014-04-16

  • package: add a "main" entry point
  • .gitignore: ignore node_modules dir
  • remove executable permissions on regular files
  • package: update "repository" field
  • wscript: remove wscript file
  • package: beautify package.json file

0.1.2 / 2013-09-16

  • History: fix whitespace
  • test: use process.stdout.write()
  • GraphicsMagick: use StripImage()

0.1.1 / 2013-09-11

  • fix: set orientation to undefined

0.0.5 / 2013-08-27

  • fix another leak
  • remove hints

0.0.4 / 2013-08-26

  • fix info memory leak
  • add DestroyImageInfo() to getBuffer()
  • add v8 memory hinting