Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 635 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 635 Bytes

Imagine-Magick

Image operations for Imagine using the Magick ImageMagick bindings library.

Installation

If your haven't already done so, make sure to install imagine-magick in your Imagine folder:

$ npm install imagine-magick

Then place imagine-magick in the operations section of your Imagine config, like so:

"operations": [
  "imagine-magick"
]

License

Imagine-Magick is distributed under the MIT License. See LICENSE for more details.